
Code: Select all
\renewcommand{\glossaryheader}
\renewcommand{\glossarypreamble}
Edit by localghost: Preferably no external links (see Board Rules). Attachments go onto the forum server where possible.
Code: Select all
\renewcommand{\glossaryheader}
\renewcommand{\glossarypreamble}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Code: Select all
% Changes from \section{<title>} to \subsection{<title>}
\setglossarysection{subsection}
% The subsection header is printed my printglossary
% \subsection{Glossary}
\printglossary[numberedsection]
% The subsection header is printed my printglossary
% \subsubsection{Acronyms}
\printglossary[numberedsection, type=acronym]
Hey Thorsten, sorry about that, all resolved!localghost wrote:Now that the problem seems to be solved, please be so kind and mark the topic (not the last post) accordingly as written in Section 3 of the Board Rules. Otherwise please tell us what is missing. Please keep that in mind for the future so that further reminders will not be necessary.
Best regards and welcome to the board
Thorsten
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis