titlepage.tex 377 B

123456789101112
  1. \begin{titlepage}
  2. \author{Siehe \href{http://tinyurl.com/GeoTopo}{tinyurl.com/GeoTopo}}
  3. \ifAFive
  4. \title{Geometrie und Topologie\\\vspace{4cm}
  5. \includegraphics[width=0.9\linewidth]{figures/Torus.pdf}}
  6. \else
  7. \title{Geometrie und Topologie\\\vspace{10cm}
  8. \includegraphics[width=0.9\linewidth]{figures/Torus.pdf}}
  9. \fi
  10. \maketitle
  11. \end{titlepage}