2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00
LaTeX-examples/documents/GeoTopo/titlepage.tex

12 lines
329 B
TeX
Raw Normal View History

2014-01-12 12:32:11 +01:00
\begin{titlepage}
2014-01-28 23:08:59 +01:00
\author{Martin Thoma}
\ifAFive
\title{Geometrie und Topologie\\\vspace{4cm}
2014-01-12 12:32:11 +01:00
\includegraphics[width=0.9\linewidth]{figures/Torus.pdf}}
\else
\title{Geometrie und Topologie\\\vspace{10cm}
\includegraphics[width=0.9\linewidth]{figures/Torus.pdf}}
\fi
2014-01-12 12:32:11 +01:00
\maketitle
\end{titlepage}