From 911370409b2d76ce3b469dfaaa217241199f4ce5 Mon Sep 17 00:00:00 2001 From: teridax Date: Fri, 15 Sep 2023 17:02:22 +0200 Subject: [PATCH] glossary title now displayed when section is empty --- pages/page-07-indices.tex | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/page-07-indices.tex b/pages/page-07-indices.tex index a5f262b..1563e76 100644 --- a/pages/page-07-indices.tex +++ b/pages/page-07-indices.tex @@ -37,7 +37,10 @@ \printnomenclature \newpage -\renewcommand{\glossaryname}{Glossar} +% define custom german title for glossary lisitng +\addcontentsline{toc}{section}{Glossar} % add table of contents entry +\section*{Glossar} % add unumbered title +\renewcommand{\glossarysection}[2][]{} % remove default title for section \printglossaries \newpage