Two columns for Abbr/Acronyms

main
Jeff Moe 2022-09-16 16:43:55 -06:00
parent c986ec5188
commit 0fb96eb161
1 changed files with 5 additions and 1 deletions

View File

@ -79,7 +79,6 @@ leftmargin=1cm,rightmargin=1cm
\setmonofont{LMMono12-Regular} \setmonofont{LMMono12-Regular}
% Linux Biolinum % Linux Biolinum
\setsansfont[Ligatures=TeX]{Linux Biolinum O} \setsansfont[Ligatures=TeX]{Linux Biolinum O}
%%% END PREAMBLE FONTS %%% %%% END PREAMBLE FONTS %%%
%%% MISC %%% %%% MISC %%%
@ -225,6 +224,9 @@ leftmargin=1cm,rightmargin=1cm
nonumberlist,record=hybrid,index,toc,indexcrossrefs,translate=babel, % TODO comment what each of these does nonumberlist,record=hybrid,index,toc,indexcrossrefs,translate=babel, % TODO comment what each of these does
]{glossaries-extra} ]{glossaries-extra}
%%% Multiple Columns (Abbreviations)
\usepackage{glossary-mcols}
\renewcommand{\abbreviationsname}{List of Abbreviations} % Change the default name of the abbreviations \renewcommand{\abbreviationsname}{List of Abbreviations} % Change the default name of the abbreviations
\makeindex \makeindex
@ -294,9 +296,11 @@ leftmargin=1cm,rightmargin=1cm
\newglossarystyle{shortlongglossary}{% \newglossarystyle{shortlongglossary}{%
% Put glossary entries into a description environment % Put glossary entries into a description environment
\renewenvironment{theglossary}{ \renewenvironment{theglossary}{
\begin{multicols}{2}
\begin{description} \begin{description}
}{ }{
\end{description} \end{description}
\end{multicols}
}% }%
% Define which fields are output for each glossary entry % Define which fields are output for each glossary entry
\renewcommand*{\glossentry}[2]{% \renewcommand*{\glossentry}[2]{%