From 3d8855c84ee03cfbe916c93d94cf6e06e1218a29 Mon Sep 17 00:00:00 2001 From: Martin Thoma Date: Sun, 12 Jan 2014 12:32:11 +0100 Subject: [PATCH] Added titlepage environment --- documents/GeoTopo/GeoTopo.pdf | Bin 4713573 -> 4713573 bytes documents/GeoTopo/GeoTopo.tex | 11 +++-------- documents/GeoTopo/titlepage.tex | 6 ++++++ 3 files changed, 9 insertions(+), 8 deletions(-) create mode 100644 documents/GeoTopo/titlepage.tex diff --git a/documents/GeoTopo/GeoTopo.pdf b/documents/GeoTopo/GeoTopo.pdf index 3fc4d5f0eb20eeed3a1013fe481904cac1b491ea..5cb77139a71e66ea9a8132e3597043e82dd80581 100644 GIT binary patch delta 248 zcmajVOHRU206@`*MX^W`KY$<~75{u%Uf-itD73ZhZde0@y9b7D!h}6^1;#mRAYlY? z0}gI-26z4Qm09mwa6pDbG_o9VOpX(D@|;q@pvV~|&bi={E6P-;a!rjoH#BI{qRlOL z+|%KKN1k}*g;(C_(xcA+6N@1N8;N3sgUdS~jG5puWrj~c$R`o;ccQ1-&=qQFq)F>f qD=SU5#n2QYRMK~39Jr>G(sZma62gjUVHrCvYP)Uo6-)zMop;z delta 248 zcmajVNlpSm06@`*h=?+&APC4Ps7zHhRWzf}Mbo$83@-j1Sb7N(?$9S7>^TDoD-9QL z@sqdshuu%$@YgpN1h^!~6(Oz(b3=q%?uZg2PJ$%&Jn%@0G*4v6@=T6A1zsppqD+M< zHD0OH;Ei`aXwsrhhb{uiCl);vnm#rIhKv|9VagXX<~SG@xGXnb#19H#$#u;4if3)5 o@15dC8zF7SGFoZjivHYkdO|B#+G1eLQmJWa{NJ)&?Y(327q_%cod5s; 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}