Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. documentclass{report}
  2. usepackage[utf8]
  3. {inputenc}
  4. usepackage[english]
  5. {babel}
  6. usepackage{biblatex}
  7. usepackage{glossaries}
  8. makenoidxglossaries
  9. newglossaryentry{potato}{name={potato},plural={potatoes},
  10. description={starchy tuber}}
  11. newglossaryentry{cabbage}{name={cabbage},
  12. description={vegetable with thick green or purple leaves}}
  13. newglossaryentry{carrot}{name={carrot},
  14. description={orange root}}
  15. begin{document}
  16. printnoidxglossaries
  17. chapter{Vegetable}
  18. Chop the gls{cabbage}, glspl{potato} and glspl{carrot} cite{veggie}.
  19.  
  20. begin{thebibliography}{100}
  21.  
  22. bibitem{veggie} Vegetable. (2014). emph{FDA}.
  23.  
  24. end{thebibliography}
  25. end{document}
  26.  
  27. documentclass{report}
  28. usepackage[utf8]
  29. {inputenc}
  30. usepackage[english]
  31. {babel}
  32. usepackage{biblatex}
  33. usepackage{glossaries}
  34. makenoidxglossaries
  35. newglossaryentry{potato}{name={potato},plural={potatoes},
  36. description={starchy tuber}}
  37. newglossaryentry{cabbage}{name={cabbage},
  38. description={vegetable with thick green or purple leaves}}
  39. newglossaryentry{carrot}{name={carrot},
  40. description={orange root}}
  41. begin{document}
  42. printnoidxglossaries
  43. chapter{Vegetable}
  44. Chop the gls{cabbage}, glspl{potato} and glspl{carrot}.
  45.  
  46. begin{thebibliography}{100}
  47.  
  48. bibitem{veggie} Vegetable. (2014). emph{FDA}.
  49.  
  50. end{thebibliography}
  51. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement