Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. documentclass{article}
  2. usepackage[colorlinks]{hyperref}
  3. usepackage[printonlyused,withpage]{acronym}
  4. begin{document}
  5.  
  6. Some text ac{USA}
  7.  
  8. section{List of Acronyms}
  9. begin{acronym}
  10. item acro{USA}{United States of America}
  11. end{acronym}
  12. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement