Skip to content

Commit

Permalink
v3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cgnieder committed Nov 22, 2020
1 parent 5b8d2d7 commit 1e4c18b
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 10 deletions.
2 changes: 1 addition & 1 deletion HISTORY
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--------------------------------------------------------------------------
the ACRO package v3.2a 2020/11/08
the ACRO package v3.3 2020/11/21

Typeset Acronyms

Expand Down
2 changes: 1 addition & 1 deletion code/acro.start.code.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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 {}
Expand Down
2 changes: 1 addition & 1 deletion code/acro.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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 {}
Expand Down
4 changes: 2 additions & 2 deletions code/acro2.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
%
Expand Down
2 changes: 2 additions & 0 deletions doc/acro-manual.cls
Original file line number Diff line number Diff line change
Expand Up @@ -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
Binary file modified doc/acro-manual.pdf
Binary file not shown.
16 changes: 12 additions & 4 deletions doc/acro-manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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.
% --------------------------------------------------------------------------
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 1e4c18b

Please sign in to comment.