Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. documentclass{article}
  2. usepackage[margin=2.5cm]{geometry}
  3. usepackage[acronym]{glossaries}
  4. input{acronymes.tex}
  5. input{glossary.tex}
  6.  
  7. makenoidxglossaries
  8.  
  9. begin{document}
  10. sffamily
  11. The typesetting markup language is specially suitable
  12. for documents that include gls{maths}. are
  13. rendered properly an easily once one gets used to the commands.
  14.  
  15. Given a set of numbers, there are elementary methods to compute
  16. its acrshort{gcd},
  17.  
  18. printglossary[type=acronymtype]
  19. printnoidxglossary[nonumberlist]
  20. printglossary
  21.  
  22.  
  23. end{document}
  24.  
  25. newacronym{gcd}{GCD}{Greatest Common Divisor}
  26.  
  27. newglossaryentry{maths}
  28. {
  29. name=maths,
  30. description={A mathematical expression}
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement