You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% \changes{v1.50}{2024/09/26}{Theo von Arx adds the option 'error' to throw errors upon undefined acronyms}
85
+
% \changes{v1.50}{2025/01/16}{Theo von Arx adds the option 'error' to throw errors upon undefined acronyms, Tobi integrates patches for issue/60 ltx and amsmath}
86
86
% \changes{v1.49}{2024/03/30}{Chris Landis adds noforwardlinks option and fixes targets for forward links to acs/acl/etc.-only use}
87
87
% \changes{v1.48}{2021/10/09}{Bruno Le Floch corrected capitalization of acronyms with a custom plural form.}
88
88
% \changes{v1.47}{2020/04/10}{Tobi Oetiker and Marcus Meeßen \cmd{hskip} Fixed several bugs in macros that use capitalisation, a bug were the output depends on the position of the list of acronyms, and a bug were nested hyperlinks could cause errors.}
@@ -603,6 +603,7 @@
603
603
%<*acrotest>
604
604
\documentclass{article}
605
605
\usepackage[colorlinks]{hyperref}
606
+
\usepackage{amsmath}
606
607
\usepackage[printonlyused,withpage]{acronym}
607
608
\begin{document}
608
609
@@ -637,7 +638,7 @@ ring, a pyridine derivate.
637
638
One mol consists of \acs{NA} atoms or molecules. There is a relation
638
639
between the constant of Boltzmann and the \acl{NA}:
639
640
\begin{equation}
640
-
k = R/\acs{NA}
641
+
k = R/\acs{NA}\label{my:eq}
641
642
\end{equation}
642
643
643
644
\acl{lox}/\acl{lh2} (\acsu{lox}/\acsu{lh2})
@@ -646,7 +647,7 @@ between the constant of Boltzmann and the \acl{NA}:
646
647
and final states are different. An example for \iac{LFVP} is
647
648
neutrinoless double beta decay.
648
649
649
-
\subsection{Some testing fundamentals}
650
+
\subsection{Some testing \acp{IC} fundamentals}
650
651
When testing \acp{IC}, one typically wants to identify functional
651
652
blocks to be tested separately. The latter are commonly indicated as
652
653
\acp{BUT}. To test a \ac{BUT} requires defining a testing strategy\dots{}
@@ -694,8 +695,8 @@ blocks to be tested separately. The latter are commonly indicated as
694
695
% First we test that we got the right format and name the package.
695
696
% \begin{macrocode}
696
697
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
697
-
\ProvidesPackage{acronym}[2024/03/30
698
-
v1.49
698
+
\ProvidesPackage{acronym}[2025/01/17
699
+
v1.50
699
700
Support for acronyms (Tobias Oetiker)]
700
701
\RequirePackage{suffix,xstring}
701
702
% \end{macrocode}
@@ -1643,17 +1644,21 @@ blocks to be tested separately. The latter are commonly indicated as
1643
1644
%
1644
1645
% \subsection{Helper functions to unset labels}
1645
1646
%
1646
-
% \begin{macro}{\@verridelabel} The internal \cmd{\@verridelabel}
1647
+
% \begin{macro}{\AC@verridelabel} The internal \cmd{\AC@verridelabel}
1647
1648
% command lets us 'redefine' an acronym label such that the page
1648
1649
% reference in the acronym list points where it should be pointing and
1649
1650
% not just to the very first occurrence of the acronym, where it may not
0 commit comments