Skip to content

Commit

Permalink
v1.6a
Browse files Browse the repository at this point in the history
  • Loading branch information
cgnieder committed Apr 8, 2015
1 parent 4ccac50 commit dc8b210
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 22 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
--------------------------------------------------------------------------
the ACRO package v1.6
the ACRO package v1.6a

Typeset Acronyms

2015/02/26
2015/04/08
--------------------------------------------------------------------------
Clemens Niederberger
Web: https://bitbucket.org/cgnieder/acro/
Expand Down
6 changes: 4 additions & 2 deletions acro.sty
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
\RequirePackage{expl3,l3sort,xparse,l3keys2e,xtemplate}
\ProvidesExplPackage
{acro}
{2015/02/26}
{1.6}
{2015/04/08}
{1.6a}
{Typeset Acronyms}

% --------------------------------------------------------------------------
Expand Down Expand Up @@ -2889,6 +2889,8 @@
- fix issue https://bitbucket.org/cgnieder/acro/issue/24/
- fix issue https://bitbucket.org/cgnieder/acro/issue/28/
- drop support for version 0
2015/04/08 v1.6a - more generalized user command definitions, see
http://tex.stackexchange.com/q/236362/ for an application

% --------------------------------------------------------------------------
% TODO:
Expand Down
Binary file modified acro_en.pdf
Binary file not shown.
37 changes: 19 additions & 18 deletions acro_en.tex
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,13 @@
} ,
add-silent-cmds = {
addcolon,nato,newlist,ny,setlist
}
} ,
index-setup = { level = \section , headers={\indexname}{\indexname} }
}

\acsetup{hyperref}

\defbibheading{bibliography}{\addsec{References}}
\defbibheading{bibliography}{\section{References}}

\usepackage{csquotes}

Expand Down Expand Up @@ -1238,22 +1239,22 @@ \section{hyperref Support}

\appendix

\section{Commands provided in version~0.\versionstar}
Prior to version~1.0 the following commands were available. They are still
provided if you set the option \keyis{version}{0}. They will be mentioned
here shortly but they won't be explained any more. If you'd like a more
thorough description ask me for the documentation to version~0.6a.
\begin{commands}
\command{DeclareAcronym}[\sarg\marg{id}\Marg{\meta{short},\meta{pl}}%
\oarg{alt.}\Marg{\meta{long},\meta{pl}}\marg{extra}\oarg{class}]
\verbcode+% can be used only in preamble+
\command{DeclareAcronymFormat}[\marg{id}\marg{format}]
\verbcode+% can be used only in preamble+
\command{DeclareAcronymCitation}[\marg{id}\oarg{pre}\oarg{post}\marg{cite keys}]
\verbcode+% can be used only in preamble+
\command{DeclareAcronymPDFString}[\marg{id}\Marg{\meta{pdf entry},\meta{plural ending}}]
\verbcode+% can be used only in preamble+
\end{commands}
% \section{Commands provided in version~0.\versionstar}
% Prior to version~1.0 the following commands were available. They are still
% provided if you set the option \keyis{version}{0}. They will be mentioned
% here shortly but they won't be explained any more. If you'd like a more
% thorough description ask me for the documentation to version~0.6a.
% \begin{commands}
% \command{DeclareAcronym}[\sarg\marg{id}\Marg{\meta{short},\meta{pl}}%
% \oarg{alt.}\Marg{\meta{long},\meta{pl}}\marg{extra}\oarg{class}]
% \verbcode+% can be used only in preamble+
% \command{DeclareAcronymFormat}[\marg{id}\marg{format}]
% \verbcode+% can be used only in preamble+
% \command{DeclareAcronymCitation}[\marg{id}\oarg{pre}\oarg{post}\marg{cite keys}]
% \verbcode+% can be used only in preamble+
% \command{DeclareAcronymPDFString}[\marg{id}\Marg{\meta{pdf entry},\meta{plural ending}}]
% \verbcode+% can be used only in preamble+
% \end{commands}

\section{All Acronyms Used in this Documentation}\label{sec:documentation_acronyms}
\begin{sourcecode}
Expand Down

0 comments on commit dc8b210

Please sign in to comment.