diff --git a/documents/GeoTopo/GeoTopo.pdf b/documents/GeoTopo/GeoTopo.pdf index 3fc4d5f..5cb7713 100644 Binary files a/documents/GeoTopo/GeoTopo.pdf and b/documents/GeoTopo/GeoTopo.pdf differ diff --git a/documents/GeoTopo/GeoTopo.tex b/documents/GeoTopo/GeoTopo.tex index 9ad1f47..c15f843 100644 --- a/documents/GeoTopo/GeoTopo.tex +++ b/documents/GeoTopo/GeoTopo.tex @@ -9,11 +9,10 @@ \usepackage[framed,amsmath,thmmarks,hyperref]{ntheorem} \usepackage{framed} \usepackage{marvosym} -\usepackage{makeidx} % for automatically generation of an index +\usepackage{makeidx} % for automatically generation of an index \usepackage{xcolor} \usepackage[bookmarks,bookmarksnumbered,hypertexnames=false,pdfpagelayout=OneColumn,colorlinks,hyperindex=false]{hyperref} % has to be after makeidx -%\usepackage{enumerate} -\usepackage{enumitem} +\usepackage{enumitem} % Better than \usepackage{enumerate}, because it allows to set references \usepackage{tabto} \usepackage{braket} % needed for \Set \usepackage{csquotes} % \enquote{} @@ -51,10 +50,6 @@ \fancyhead[LO]{\helv \rightmark} \fancyhead[RE]{\helv \leftmark} -\author{Siehe \href{http://tinyurl.com/GeoTopo}{tinyurl.com/GeoTopo}} -\title{Geometrie und Topologie\\ - \vspace{10cm} - \includegraphics[width=0.9\linewidth]{figures/Torus.pdf}} \makeindex \hypersetup{ @@ -70,7 +65,7 @@ \begin{document} \pagenumbering{roman} \setcounter{page}{1} -\maketitle +\input{titlepage} \input{Vorwort} \tableofcontents diff --git a/documents/GeoTopo/titlepage.tex b/documents/GeoTopo/titlepage.tex new file mode 100644 index 0000000..dc91107 --- /dev/null +++ b/documents/GeoTopo/titlepage.tex @@ -0,0 +1,6 @@ +\begin{titlepage} + \author{Siehe \href{http://tinyurl.com/GeoTopo}{tinyurl.com/GeoTopo}} + \title{Geometrie und Topologie\\\vspace{10cm} + \includegraphics[width=0.9\linewidth]{figures/Torus.pdf}} + \maketitle +\end{titlepage}