Guest User

Untitled

a guest
Apr 24th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. documentclass[oneside,12pt]{scrbook}
  2. pagestyle{plain}
  3.  
  4. begin{document}
  5.  
  6. begin{titlepage}
  7. [some text]
  8. end{titlepage}
  9.  
  10. doublespacing
  11. frontmatter
  12.  
  13. chapter{Abstract}
  14. [some text]
  15. chapter{Acknowledgments}
  16. [some text]
  17.  
  18. newpage
  19.  
  20. tableofcontents
  21.  
  22. newpage
  23.  
  24. begingroup
  25. renewcommandnumberline[1]{}
  26. listoftables
  27. endgroup
  28.  
  29. newpage
  30.  
  31. listoffigures
  32.  
  33. mainmatter
  34.  
  35. include{1.intro}
  36.  
  37. include{2.litreview}
  38.  
  39. include{3.decentralization}
  40.  
  41. include{4.cases}
  42.  
  43. include{5.data}
  44.  
  45. include{6.Districts1997to2007Mozambique}
  46.  
  47. include{7.SouthAfrica}
  48.  
  49. include{8.BroadAfricaEmpirical}
  50.  
  51. include{9.conc}
  52.  
  53. backmatter
  54.  
  55. bibliographystyle{myauthordate1}
  56. bibliography{library}
  57. end{document}
Add Comment
Please, Sign In to add comment