Guest User

Untitled

a guest
Jun 20th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. begin{Prolog}
  2. include{abstract} % the abstract
  3. include{resumo} % the abstract
  4. include{acknows} % the acknowledgments
  5. include{quote} % initial quotation if desired
  6. cleardoublepage
  7. pdfbookmark[0]{Table of Contents}{contents}
  8. tableofcontents
  9. cleardoublepage
  10. pdfbookmark[0]{List of Figures}{figures}
  11. listoffigures
  12. cleardoublepage
  13. pdfbookmark[0]{List of Tables}{tables}
  14. listoftables
  15. include{abbrevs} % the list of abbreviations used
  16. end{Prolog}
  17.  
  18. %%----------------------------------------
  19. %% Body
  20. %%----------------------------------------
  21. StartBody
  22.  
  23. %% TIP: use a separate file for each chapter
  24. include{chapter1}
  25. include{chapter2}
  26. include{chapter3}
  27. include{chapter4}
  28. include{chapter5}
  29. %%include{cenas}
  30.  
  31. PrintBib{myrefs}
  32. addcontentsline{toc}{chapter}{Appendix}
  33.  
  34. appendix
  35.  
  36. include{appendix1}
  37. %%include{appendix2}
  38. include{appendix3}
  39. include{appendix4}
  40. include{appendix5}
  41. include{appendix6}
  42.  
  43.  
  44. renewcommand{appendixname}{Annex}
  45. addcontentsline{toc}{chapter}{Annex}
  46. printcontents{toc}{chapter}{Annex}
  47. setcounter{chapter}{0}
  48. include{annex1}
Add Comment
Please, Sign In to add comment