From 0fb96eb161154321934360ed27244c1055ff3f48 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Fri, 16 Sep 2022 16:43:55 -0600 Subject: [PATCH] Two columns for Abbr/Acronyms --- src/SNOUG.tex | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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]{%