diff --git a/HISTORY b/HISTORY index a4e181e..ede3d7e 100644 --- a/HISTORY +++ b/HISTORY @@ -327,4 +327,4 @@ The Current Maintainer of this work is Clemens Niederberger. - remove property `single-format' - fix bug in \acro_print_pages:nnn - allow page option setting in the argument of - \printacronyms + \printacronyms (implements issue #189) diff --git a/README b/README index abe9d6d..3e20b3a 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -------------------------------------------------------------------------- -the ACRO package v3.2a 2020/11/08 +the ACRO package v3.3 2020/11/21 Typeset Acronyms diff --git a/code/acro.start.code.tex b/code/acro.start.code.tex index 966e5f2..334c555 100644 --- a/code/acro.start.code.tex +++ b/code/acro.start.code.tex @@ -27,7 +27,7 @@ % setup package: \tl_const:Nn \c_acro_package_name_tl {acro} -\tl_const:Nn \c_acro_date_tl {2020/11/20} +\tl_const:Nn \c_acro_date_tl {2020/11/21} \tl_const:Nn \c_acro_version_major_number_tl {3} \tl_const:Nn \c_acro_version_minor_number_tl {3} \tl_const:Nn \c_acro_version_subrelease_tl {} diff --git a/code/acro.sty b/code/acro.sty index dd05eb3..d3ab51c 100644 --- a/code/acro.sty +++ b/code/acro.sty @@ -27,7 +27,7 @@ % setup package: \tl_const:Nn \c_acro_package_name_tl {acro} -\tl_const:Nn \c_acro_date_tl {2020/11/20} +\tl_const:Nn \c_acro_date_tl {2020/11/21} \tl_const:Nn \c_acro_version_major_number_tl {3} \tl_const:Nn \c_acro_version_minor_number_tl {3} \tl_const:Nn \c_acro_version_subrelease_tl {} diff --git a/code/acro2.sty b/code/acro2.sty index 2ed3b22..d5c7d0b 100644 --- a/code/acro2.sty +++ b/code/acro2.sty @@ -11,12 +11,12 @@ % Copyright 2011--2020 Clemens Niederberger % % This work may be distributed and/or modified under the -% conditions of the LaTeX Project Public License, either version 1.3 +% conditions of the LaTeX Project Public License, either version 1.3c % of this license or (at your option) any later version. % The latest version of this license is in % http://www.latex-project.org/lppl.txt % and version 1.3 or later is part of all distributions of LaTeX -% version 2005/12/01 or later. +% version 2008/05/04 or later. % % This work has the LPPL maintenance status `maintained'. % diff --git a/doc/acro-manual.cls b/doc/acro-manual.cls index a6109da..e2ca0e0 100644 --- a/doc/acro-manual.cls +++ b/doc/acro-manual.cls @@ -655,5 +655,7 @@ \acro@add@version{2020-04-29}{3.0} \acro@add@version{2020-05-03}{3.1} \acro@add@version{2020-05-10}{3.2} +\acro@add@version{2020-11-08}{3.2a} +\acro@add@version{2020-11-21}{3.3} \endinput diff --git a/doc/acro-manual.pdf b/doc/acro-manual.pdf index e18ea26..1e92609 100644 Binary files a/doc/acro-manual.pdf and b/doc/acro-manual.pdf differ diff --git a/doc/acro-manual.tex b/doc/acro-manual.tex index 0405dc4..357d3b2 100644 --- a/doc/acro-manual.tex +++ b/doc/acro-manual.tex @@ -18,7 +18,7 @@ % and version 1.3c or later is part of all distributions of LaTeX % version 2008/05/04 or later. % -% This work has nce status `maintained'. +% This work has the LPPL maintenance status `maintained'. % % The Current Maintainer of this work is Clemens Niederberger. % -------------------------------------------------------------------------- @@ -876,6 +876,11 @@ \subsection{Add page numbers to the list}\label{sec:page-numbers} \keybool{name}\Module{pages}\Default{false} If set to true the page numbers are preceded with p.\ or pp. \end{options} +Additionally\sinceversion{3.3} to setting these options with \cs{acsetup} they +can be set as options to \cs{printacronyms}: +\begin{sourcecode} + \printacronyms[pages={display=all,seq/use=false}] +\end{sourcecode} \subsection{Filter lists using tags}\label{sec:lists-tags} With the property \property{tag} you can assign one or more tags to an @@ -1020,11 +1025,12 @@ \section{Formatting}\label{sec:formatting} The style of a single appearance of the acronym, see also section~\vref{sec:single-appe-an}. \end{properties} -Per default the individual formatting instructions replace the global ones. -This can be changed through the option +Per\changedversion{3.3} default the individual formatting instructions +\emph{replace} the global ones. This can be changed through the option \begin{options} \keybool{replace}\Module{format}\Default{true} - With this option active local options will \emph{replace} the global ones. + With this option active local options will \emph{replace} the global + ones. \end{options} Let's see an example: @@ -1383,6 +1389,8 @@ \subsection{Indexing}\label{sec:indexing} section~\vref{sec:acronyms} that has been used in this manual is also listed in the index. +%% TODO: document the label property + \section{Barriers}\label{sec:barriers} The main purpose of the concept of barriers is to be able to have \emph{local} lists of acronyms. This concept does a little bit more than that, though,