Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. % ACRONYMS -----------------------------------------------------
  2.  
  3. %import the necessary package with some options
  4. \usepackage[acronym,nonumberlist,nomain]{glossaries}
  5.  
  6. %enable the following to avoid links from the acronym usage to the list
  7. %\glsdisablehyper
  8.  
  9. %displays the first use of an acronym in italic
  10. \defglsdisplayfirst[\acronymtype]{\emph{#1#4}}
  11.  
  12. %the style of the Glossary
  13. \glossarystyle{list}
  14.  
  15. % set the name for the acronym entries page
  16. \renewcommand{\glossaryname}{Siglas}
  17.  
  18. %this shall be the last thing in the acronym configuration!!
  19. \makeglossaries
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement