cgnieder / acro

acronyms for LaTeX
LaTeX Project Public License v1.3c
41 stars 9 forks source link

list/template=toc errors #187

Closed FrankMittelbach closed 4 years ago

FrankMittelbach commented 4 years ago
\documentclass{article}

\usepackage{acro}
\acsetup{list/display=all,
  list/template=toc,
  pages/display=first
}

\DeclareAcronym{lol}{short = LOL, long = laughing out loud}
\DeclareAcronym{ES}{short = $\emptyset$,
    long = empty set, sort = 0}

\begin{document}
\ac{lol}
\printacronyms
\newpage  \ac{lol}
\end{document}

This gives

<argument> \TemplateName 

l.30 \newpage
               \ac{lol}
cgnieder commented 4 years ago

Thanks, fixed! :)

FrankMittelbach commented 4 years ago

getting close to my reworking of the TLC3 section on acro so don't expect many more reports :-) but who knows ...