Guest User

Untitled

a guest
Jan 23rd, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. documentclass[]{report}
  2. usepackage{glossaries}
  3. makeglossaries
  4. newglossaryentry{computer}
  5. {
  6. name=computer,
  7. description={is a programmable machine that receives input,
  8. stores and manipulates data, and provides
  9. output in a useful format}
  10. }
  11. begin{document}
  12. maketitle
  13.  
  14. gls{computer}
  15. printglossaries
  16.  
  17. end{document}
Add Comment
Please, Sign In to add comment