Guest User

Untitled

a guest
Feb 19th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. documentclass{article}
  2.  
  3. usepackage[
  4. a4paper,
  5. margin=1.5cm,
  6. centering,
  7. nohead,
  8. includefoot
  9. ]{geometry}
  10.  
  11. title{Example}
  12.  
  13. begin{document}
  14. thispagestyle{empty}
  15.  
  16. pagenumbering{Alph}
  17.  
  18. begin{titlepage}
  19. vspace*{fill}
  20. begin{center}
  21. makeatletter
  22. huge
  23. @title
  24. makeatother
  25. end{center}
  26. vspace*{fill}
  27. tableofcontents{
  28. thispagestyle{empty}
  29. }
  30. end{titlepage}
  31.  
  32. newpage
  33.  
  34. pagenumbering{arabic}
  35. setcounter{page}{1}
  36.  
  37. section{Test section}
  38. section{Test section}
  39. section{Test section}
  40. section{Test section}
  41. section{Test section}
  42. section{Test section}
  43. section{Test section}
  44. section{Test section}
  45. section{Test section}
  46. section{Test section}
  47. section{Test section}
  48. section{Test section}
  49. section{Test section}
  50. section{Test section}
  51. section{Test section}
  52. section{Test section}
  53. section{Test section}
  54. section{Test section}
  55. section{Test section}
  56. section{Test section}
  57. section{Test section}
  58. section{Test section}
  59. section{Test section}
  60. section{Test section}
  61. section{Test section}
  62. section{Test section}
  63. section{Test section}
  64. section{Test section}
  65. section{Test section}
  66. section{Test section}
  67. section{Test section}
  68.  
  69. end{document}
Add Comment
Please, Sign In to add comment