diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/glossaries/styles/glossary-mcols.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/glossaries/styles/glossary-mcols.sty | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/glossaries/styles/glossary-mcols.sty b/Master/texmf-dist/tex/latex/glossaries/styles/glossary-mcols.sty index ab576eb25c4..745374ad9b9 100644 --- a/Master/texmf-dist/tex/latex/glossaries/styles/glossary-mcols.sty +++ b/Master/texmf-dist/tex/latex/glossaries/styles/glossary-mcols.sty @@ -7,7 +7,7 @@ %% glossaries.dtx (with options: `glossary-mcols.sty,package') %% %% glossaries.dtx -%% Copyright 2012 Nicola Talbot +%% Copyright 2013 Nicola Talbot %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -38,7 +38,7 @@ %% Right bracket \] Circumflex \^ Underscore \_ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} -\ProvidesPackage{glossary-mcols}[2012/05/21 v1.0 (NLCT)] +\ProvidesPackage{glossary-mcols}[2013/04/21 v3.05 (NLCT)] \RequirePackage{multicol} \RequirePackage{glossary-tree} \newcommand*{\glsmcols}{2} @@ -46,7 +46,7 @@ \glossarystyle{index}% \renewenvironment{theglossary}% {% - \begin{multicols}{2} + \begin{multicols}{\glsmcols} \setlength{\parindent}{0pt}% \setlength{\parskip}{0pt plus 0.3pt}% \let\item\@idxitem}% @@ -69,7 +69,7 @@ \glossarystyle{tree}% \renewenvironment{theglossary}% {% - \begin{multicols}{2} + \begin{multicols}{\glsmcols} \setlength{\parindent}{0pt}% \setlength{\parskip}{0pt plus 0.3pt}% }% @@ -93,7 +93,7 @@ \glossarystyle{treenoname}% \renewenvironment{theglossary}% {% - \begin{multicols}{2} + \begin{multicols}{\glsmcols} \setlength{\parindent}{0pt}% \setlength{\parskip}{0pt plus 0.3pt}% }% @@ -117,7 +117,7 @@ \glossarystyle{alttree}% \renewenvironment{theglossary}% {% - \begin{multicols}{2}% + \begin{multicols}{\glsmcols} \def\@gls@prevlevel{-1}% \mbox{}\par }% |