Skip to content

Commit 25ea221

Browse files
committed
Fix line spacing in list of abbreviations
1 parent 06e36b4 commit 25ea221

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎thesis.cls‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
\RequirePackage{ragged2e}
4141
\RequirePackage{ifoddpage}
4242
\RequirePackage{adjustbox}
43+
\RequirePackage{hyperref} % [glossaries] “You must load hyperref *first*”
4344
\RequirePackage[xindy, toc, nopostdot]{glossaries}
44-
\RequirePackage{hyperref}
4545
% “… cleveref must be loaded *last*”
4646
\RequirePackage[nameinlink, noabbrev]{cleveref}
4747

@@ -462,7 +462,10 @@
462462
% “If more than one \markboth happens on the same page, then Latex takes the
463463
% last left mark and the first right mark.”
464464
\markboth{list of abbreviations}{list of abbreviations}%
465-
\printglossary[title={List of abbreviations},type=\acronymtype,nonumberlist]%
465+
\renewcommand*{\glsgroupskip}{}
466+
\begin{singlespace}
467+
\printglossary[title={List of abbreviations},type=\acronymtype,nonumberlist]%
468+
\end{singlespace}
466469
\markboth{list of abbreviations}{list of abbreviations}}
467470

468471
\newcommand\define[2][]{\emph{\hashtag{#2}}\showdefinition{#1}}

0 commit comments

Comments
 (0)