Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. begin{document}
  2.  
  3. %% This actually creates the title and abstract pages
  4. dotitleandabstract
  5.  
  6. %% Generate contents etc
  7. tableofcontents
  8. listoffigures
  9. listoftables
  10.  
  11. leftskip10pt % <======================== this will add 10 pt to the left identation
  12. %% These include the actual text
  13. include{chapter1}
  14. include{chapter2}
  15. include{chapter3}
  16. include{chapter4}
  17. include{chapter5}
  18. include{chapter6}
  19.  
  20. bibliography{refs} % this causes the references to be
  21. % listed
  22.  
  23. bibliographystyle{alpha} % this determines the style in which
  24. % the references are printed, other
  25. % possible values are plain and abbrv
  26. %% Appendices start here
  27. appendix
  28. include{appendix1}
  29. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement