Guest User

Untitled

a guest
Jun 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. documentclass[twocolumn]{svjour3}
  2.  
  3. usepackage[hidelinks]{hyperref}
  4. usepackage[acronym,nopostdot,style=index,nonumberlist,nogroupskip,nomain]{glossaries-extra}% these options are here because I'm writing a journal paper and I need to format the list of acronyms in a particular way
  5.  
  6. makeglossaries
  7.  
  8. newacronym{am}{AM}{Additive Manufacturing}
  9. newacronym{sla}{SLA}{StereoLithography Apparatus}
  10.  
  11. setabbreviationstyle[acronym]{long-short}
  12.  
  13. GlsXtrEnableEntryCounting
  14. {acronym}% list of categories to use entry counting
  15. {2}% I have A LOT of acronyms and some I only use once so I don't need them on the list
  16.  
  17. begin{document}
  18.  
  19. printglossaries
  20.  
  21. The 1980's saw the development of an early form of gls{sla}, a form of gls{am}, for producing plastic prototypes to help visualization of parts during development. gls{sla} has one of the best surface finished of all the gls{am} tenchniques.
  22.  
  23. end{document}
  24.  
  25. Package glossaries Warning: Abbreviation style has been switched
  26. (glossaries) for category `acronym',
  27. (glossaries) but there have already been entries
  28. (glossaries) defined for this category. Unwanted
  29. (glossaries) side-effects may result on input line 11.
  30.  
  31. setabbreviationstyle[acronym]{long-short}
  32.  
  33. makeglossaries
  34.  
  35. setabbreviationstyle[acronym]{long-short}
  36.  
  37. newacronym{am}{AM}{Additive Manufacturing}
  38. newacronym{sla}{SLA}{StereoLithography Apparatus}
Add Comment
Please, Sign In to add comment