Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. documentclass{report}
  2. usepackage{glossaries}
  3.  
  4. newacronym{a}{foo}{Foo foo foo}
  5.  
  6. begin{document}
  7. I would like for this acronym, acrlong{a} (acrshort{a}, something to say about it), to count as first time use, so I can do gls{a} for the rest of the text.
  8. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement