glossary title now displayed when section is empty
This commit is contained in:
parent
991d39d4c3
commit
911370409b
|
@ -37,7 +37,10 @@
|
||||||
\printnomenclature
|
\printnomenclature
|
||||||
\newpage
|
\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
|
\printglossaries
|
||||||
\newpage
|
\newpage
|
||||||
|
|
||||||
|
|
Reference in New Issue