Skip to content

Commit

Permalink
v3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cgnieder committed Jan 4, 2022
1 parent 12bebb0 commit 0824891
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
2 changes: 2 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
Expand Up @@ -355,3 +355,5 @@ The Current Maintainer of this work is Clemens Niederberger.
- implement issue #216
- implement issue #224
- fix typos
- fix issue #229
- add `addsec*' and `addchap*' as heading options
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.5 2021/01/16
the ACRO package v3.6 2022/01/04

Typeset Acronyms

Expand Down
2 changes: 1 addition & 1 deletion code/acro.definitions.code.tex
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
)
}
}

\NewAcroTemplate {footnote}
{
\acrowrite {short}
Expand Down
3 changes: 2 additions & 1 deletion doc/acro-manual.cls
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,7 @@
\acro@add@version{2020-11-08}{3.2a}
\acro@add@version{2020-11-21}{3.3}
\acro@add@version{2020-12-25}{3.4}
\acro@add@version{2020-01-16}{3.5}
\acro@add@version{2021-01-16}{3.5}
\acro@add@version{2022-01-04}{3.6}

\endinput
Binary file modified doc/acro-manual.pdf
Binary file not shown.
11 changes: 7 additions & 4 deletions doc/acro-manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,8 @@ \section{Declaring acronyms and other abbreviations}\label{sec:decl-acronyms-oth
When this is set you can write the \ac{id} of the acronym upper- or lower-
or mixed case and it is recognized by \acro\ as the same. This might be
useful when the acronym appears in the page header, for example.
\keybool{case-insensitive}\Default{false}
\sinceversion{3.6}The inverse of the option \option{case-sensitive}.
\end{options}

\begin{bewareofthedog}
Expand Down Expand Up @@ -842,7 +844,7 @@ \subsection{The main command and its options}\label{sec:main-list}
\end{commands}
The options controlling the list are these:
\begin{options}
\keychoice{template}{description,table,longtable,lof,toc}%
\keychoice{template}{description,tabular,longtable,supertabular,lof,toc}%
\Module{list}\Default{description}
Choose the template to create the list with. See more on this in
sections~\vref{sec:templates} and~\vref{sec:examples}.
Expand Down Expand Up @@ -1932,12 +1934,13 @@ \subsubsection{Heading templates}
Only defined in a \KOMAScript\ class and if \cs*{chapter} is defined. Uses
\cs*{addchap} for the heading.
\tmpl{addchap*}
Only defined in a \KOMAScript\ class and if \cs*{chapter} is defined. Uses
\cs*{addchap*} for the heading.
\sinceversion{3.6}Only defined in a \KOMAScript\ class and if
\cs*{chapter} is defined. Uses \cs*{addchap*} for the heading.
\tmpl{addsec}
Only defined in a \KOMAScript\ class. Uses \cs*{addsec} for the heading.
\tmpl{addsec*}
Only defined in a \KOMAScript\ class. Uses \cs*{addsec*} for the heading.
\sinceversion{3.6}Only defined in a \KOMAScript\ class. Uses \cs*{addsec*}
for the heading.
\tmpl{chapter}
Only defined if \cs*{chapter} is defined. Uses \cs*{chapter} for the heading.
\tmpl{chapter*}
Expand Down

0 comments on commit 0824891

Please sign in to comment.