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