Eine modernisierte Version des offiziellen IFI-Templates für Abschlussarbeiten
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
1.1 KiB

3 years ago
  1. %
  2. % title page
  3. %
  4. \begin{titlepage}
  5. %default settings for the rest
  6. \large
  7. \centering
  8. \vspace{3cm}
  9. \textbf{\LARGE \mytype}
  10. im Studiengang ``\mycourse''
  11. \vspace{2.5cm}
  12. \textbf{\LARGE \mytitle}
  13. \vspace{2cm}
  14. \myauthor
  15. \vspace{2cm}
  16. \mydepartment
  17. \vspace{2cm}
  18. Bachelor- und Masterarbeiten\\
  19. des Zentrums für angewandte Informatik\\
  20. an der Georg-August-Universität Göttingen
  21. \vspace{0.2cm}
  22. \mysubmissiondate
  23. %--- new page ---
  24. \clearpage
  25. \thispagestyle{empty}
  26. \null
  27. \flushleft
  28. %\onehalfspacing
  29. \normalsize
  30. \vspace{8cm}
  31. Georg-August-Universität Göttingen\\
  32. Institut für Informatik\\[3ex]
  33. Goldschmidtstrasse 7\\
  34. 37077 Göttingen\\
  35. Germany\\[3ex]
  36. \begin{tabular}{@{}ll}
  37. Telefon & +49 (551) 39-172000\\
  38. Fax & +49 (551) 39-14403\\
  39. E-Mail & \href{mailto:office@informatik.uni-goettingen.de}{office@informatik.uni-goettingen.de}\\
  40. Web & \url{www.informatik.uni-goettingen.de}\\
  41. \end{tabular}
  42. \vspace{1.0cm}
  43. \begin{tabular}{@{}ll}
  44. Erstbetreuer: & \myfirstsupervisor\\
  45. Zweitbetreuer:& \mysecondsupervisor\\
  46. \end{tabular}
  47. \end{titlepage}