Skip to content

Instantly share code, notes, and snippets.

/-

Created July 28, 2017 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/8e31753da27663d3ecb31c7101451f3b to your computer and use it in GitHub Desktop.
Save anonymous/8e31753da27663d3ecb31c7101451f3b to your computer and use it in GitHub Desktop.
\documentclass[paper=a4,fontsize=12pt, twoside, BCOR=8mm]{scrbook}
\usepackage{acro}
\ExplSyntaxOn\bool_new:c { l__acro_RES_long-plural_set_bool } \ExplSyntaxOff
\DeclareAcronym{RES}{short = RES, long = Renewable Energy Sources}
\DeclareAcronym{PRES}{short = RES, long = Renewable Energy Sources}
\DeclareAcronym{TRES}{short = RES, long = Renewable Energy Sources}
\listfiles
\begin{document}
\ac{RES}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment