titlepage.tex 366 B

1234567891011121314151617181920
  1. \begin{titlepage}
  2. \thispagestyle{empty}
  3. \ifAFive
  4. \par\vspace{4cm}
  5. \else
  6. \par\vspace{10cm}
  7. \fi
  8. \begin{center}
  9. {\Large \textbf{Einführung in die}} \\[2ex]
  10. {\Large \textbf{Geometrie und Topologie}}
  11. \vfill
  12. \includegraphics[width=0.9\linewidth]{figures/Torus.pdf}
  13. \vfill
  14. \hrulefill
  15. \end{center}
  16. \ \\[-5ex]
  17. 0. Auflage, \today \hfill Martin Thoma
  18. \end{titlepage}