Skip to content

Instantly share code, notes, and snippets.

@durka
Created April 27, 2018 01:25
Show Gist options
  • Save durka/cb52982df999a5aa5478696d92367eef to your computer and use it in GitHub Desktop.
Save durka/cb52982df999a5aa5478696d92367eef to your computer and use it in GitHub Desktop.
\documentclass[11pt]{report}
\usepackage[withpage, printonlyused]{acronym}
\usepackage{subcaption}
\begin{document}
\ac{FYI}.
\begin{figure}
\caption{\ac{TLA}}
\end{figure}
\begin{acronym}[TLA]
\acro{FYI}{for your information}
\acro{TLA}{three-letter acronym}
\end{acronym}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment