Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/acro.properties.code.tex
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

\msg_new:nnn {acro} {value-required}
{
The~ property~ `#2'~ for~ acroynm~ `#1'~ \msg_line_context: \
The~ property~ `#2'~ for~ acronym~ `#1'~ \msg_line_context: \
needs~ a~ (possibly~ empty)~ value!
}

Expand Down
2 changes: 1 addition & 1 deletion code/acro.sty
Original file line number Diff line number Diff line change
Expand Up @@ -1204,7 +1204,7 @@

\msg_new:nnn {acro} {value-required}
{
The~ property~ `#2'~ for~ acroynm~ `#1'~ \msg_line_context: \
The~ property~ `#2'~ for~ acronym~ `#1'~ \msg_line_context: \
needs~ a~ (possibly~ empty)~ value!
}

Expand Down
6 changes: 3 additions & 3 deletions doc/acro-manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ \subsection{Add page numbers to the list}\label{sec:page-numbers}
the list of acronym you can use these options:
\begin{options}
\keychoice{display}{first,all,none}\Module{pages}\Initial{none}
Decide whether to include page numbers in the list of acroynms and
Decide whether to include page numbers in the list of acronyms and
whether to add the first page or every page. When you choose
\code{first} and have \pkg{hyperref} loaded you will also get a
backlink to that page.
Expand Down Expand Up @@ -2493,8 +2493,8 @@ \subsection{Background}
\end{sourcecode}
Equivalent definitions would be:
\begin{sourcecode}
\NewAcroCommand\ac{m}{\UseAcroTemplate[acroynm]{first}{#1}}
\NewAcroCommand\ac{m}{\UseAcroTemplate[acroynm]{first}[1]{#1}}
\NewAcroCommand\ac{m}{\UseAcroTemplate[acronym]{first}{#1}}
\NewAcroCommand\ac{m}{\UseAcroTemplate[acronym]{first}[1]{#1}}
\NewAcroCommand\ac{m}{\UseAcroTemplate{first}[1]{#1}}
\NewAcroCommand\ac{m}{\UseAcroTemplate{first}[2]{#1}{}}
\end{sourcecode}
Expand Down