diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/acro/acro_en.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/acro/acro_en.tex | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/acro/acro_en.tex b/Master/texmf-dist/doc/latex/acro/acro_en.tex index a2d59b21066..ac554aee337 100644 --- a/Master/texmf-dist/doc/latex/acro/acro_en.tex +++ b/Master/texmf-dist/doc/latex/acro/acro_en.tex @@ -198,7 +198,7 @@ \DeclareAcronym{texse}{\{TeX\}.SE}{\TeX\ StackExchange} \usepackage{imakeidx} -\makeindex[columns=3,options={-sl \jobname.ist},intoc] +\makeindex[columns=2,options={-sl \jobname.ist},intoc] \usepackage{marginnote} \makeatletter @@ -543,6 +543,11 @@ There are a few options which change the general behaviour of \acro. acronym as a shortcut for \cmd{ac}{<id>}. Already existing macros will \emph{not} be overwritten. %% + \Option{xspace}{\default{true}|false}\Default{false} + \sinceversion{0.6}If set to \code{true} this option will append \cmd{xspace} + from the \paket{xspace} package to the commands created with the \key{macros} + option. + %% \Option{strict}{\default{true}|false}\Default{false} If set to \code{true} and the option \key{macros}{true} is in effect then already existing macros will be overwritten. |