Guest User

Untitled

a guest
Jun 24th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. documentclass[11pt,a4paper,oldfontcommands]{book}
  2. usepackage[utf8]{inputenc}
  3. usepackage[T1]{fontenc}
  4. usepackage{microtype}
  5. usepackage[dvips]{graphicx}
  6. usepackage{xcolor}
  7. usepackage{times}
  8.  
  9. usepackage[
  10. breaklinks=true,colorlinks=true,
  11. %linkcolor=blue,urlcolor=blue,citecolor=blue,% PDF VIEW
  12. linkcolor=black,urlcolor=black,citecolor=black,% PRINT
  13. bookmarks=true,bookmarksopenlevel=2]{hyperref}
  14.  
  15. usepackage{fix-cm}
  16. usepackage{xcolor}
  17. usepackage{titlesec}
  18. definecolor{gray75}{gray}{0.75}
  19. newcommand{hsp}{hspace{0pt}}
  20. titleformat{chapter}[hang]{flushright
  21. fontseries{b}fontsize{80}{100}selectfont}{fontseries{b}fontsize{100}{130}selectfont textcolor{gray75}thechapterhsp}{0pt}{\ Hugebfseries}[]
  22.  
  23. %%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%
  24.  
  25. begin{document}
  26.  
  27. %%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%
  28. % TITLEPAGE
  29. %
  30. % due to variety of titlepage schemes it is probably better to make titlepage manually
  31. %
  32. %%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%
  33. thispagestyle{empty}
  34.  
  35. {%%%
  36. sffamily
  37. centering
  38. Large
  39.  
  40. ~vspace{fill}
  41.  
  42. {huge
  43. Thesis title: may be long or short
  44. }
  45.  
  46. vspace{2.5cm}
  47.  
  48. {LARGE
  49. Your name
  50. }
  51.  
  52. vspace{3.5cm}
  53.  
  54. A thesis submitted in partial fulfillment for the\
  55. degree of Doctor of Philosophy\[1em]
  56. in the\[1em]
  57. Faculty Name\
  58. University Name
  59.  
  60. vspace{3.5cm}
  61.  
  62. Supervisor: Prof. Joe Doe
  63.  
  64. vspace{fill}
  65.  
  66. May 2013
  67.  
  68. %%%
  69. }%%%
  70.  
  71. cleardoublepage
  72. %%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%
  73. %%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%
  74. tableofcontents
  75.  
  76. clearpage
  77.  
  78. %%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%
  79. %%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%
  80.  
  81. chapter{Introduction}
  82.  
  83. section{First section}
  84.  
  85. bibliographystyle{unsrt}
  86. bibliography{references}
  87.  
  88. end{document}
Add Comment
Please, Sign In to add comment