Using the following code:
\ac{SS}
\section{An analysis on the \acl{SS} \& multiple studies}
\sectionmark{An analysis}
\label{sc:analysis}
\ac{SS}
prints in my PDF:
Safety System (SS)
2.1) An analysis on the Safety System & multiple studies
SS
which I believe is incorrect. The use of acl should not be flagged as "first appearance". This is apparently not the case when the command in called in \chapter titles instead of \section titles.
I tried applying acl*, but it is apparently the incorrect procedure. I will be using \acl{SS}\acreset{SS} but I believe this is a bug that should be fixed.
Using the following code:
prints in my PDF:
which I believe is incorrect. The use of
aclshould not be flagged as "first appearance". This is apparently not the case when the command in called in\chaptertitles instead of\sectiontitles.I tried applying
acl*, but it is apparently the incorrect procedure. I will be using\acl{SS}\acreset{SS}but I believe this is a bug that should be fixed.