Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. {begin{titlepage}
  2. begin{center}
  3.  
  4. % Upper part of the page. The '~' is needed because \
  5. % only works if a paragraph has started.
  6. includegraphics[width=0.15textwidth]{./logo}~\[1cm]
  7.  
  8. textsc{LARGE University of Beer}\[1.5cm]
  9.  
  10. textsc{Large Final year project}\[0.5cm]
  11.  
  12. % Title
  13. HRule \[0.4cm]
  14. { huge bfseries Lager brewing techniques \[0.4cm] }
  15.  
  16. HRule \[1.5cm]
  17.  
  18. % Author and supervisor
  19. noindent
  20. begin{minipage}{0.4textwidth}
  21. begin{flushleft} large
  22. emph{Author:}\
  23. John textsc{Smith}
  24. end{flushleft}
  25. end{minipage}%
  26. begin{minipage}{0.4textwidth}
  27. begin{flushright} large
  28. emph{Supervisor:} \
  29. Dr.~Mark textsc{Brown}
  30. end{flushright}
  31. end{minipage}
  32. vfill
  33.  
  34. % Bottom of the page
  35. {large today}
  36.  
  37. end{center}
  38. end{titlepage}
  39.  
  40. }
  41.  
  42. usepackage[pdftex]{graphicx}
  43.  
  44. newcommand{HRule}{rule{linewidth}{0.5mm}}
  45.  
  46. begin{document}
  47.  
  48. input{./title.tex}
  49. tableofcontents
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement