mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-25 06:18:05 +02:00
Added titlepage environment
This commit is contained in:
parent
bd91571176
commit
3d8855c84e
3 changed files with 9 additions and 8 deletions
Binary file not shown.
|
@ -9,11 +9,10 @@
|
||||||
\usepackage[framed,amsmath,thmmarks,hyperref]{ntheorem}
|
\usepackage[framed,amsmath,thmmarks,hyperref]{ntheorem}
|
||||||
\usepackage{framed}
|
\usepackage{framed}
|
||||||
\usepackage{marvosym}
|
\usepackage{marvosym}
|
||||||
\usepackage{makeidx} % for automatically generation of an index
|
\usepackage{makeidx} % for automatically generation of an index
|
||||||
\usepackage{xcolor}
|
\usepackage{xcolor}
|
||||||
\usepackage[bookmarks,bookmarksnumbered,hypertexnames=false,pdfpagelayout=OneColumn,colorlinks,hyperindex=false]{hyperref} % has to be after makeidx
|
\usepackage[bookmarks,bookmarksnumbered,hypertexnames=false,pdfpagelayout=OneColumn,colorlinks,hyperindex=false]{hyperref} % has to be after makeidx
|
||||||
%\usepackage{enumerate}
|
\usepackage{enumitem} % Better than \usepackage{enumerate}, because it allows to set references
|
||||||
\usepackage{enumitem}
|
|
||||||
\usepackage{tabto}
|
\usepackage{tabto}
|
||||||
\usepackage{braket} % needed for \Set
|
\usepackage{braket} % needed for \Set
|
||||||
\usepackage{csquotes} % \enquote{}
|
\usepackage{csquotes} % \enquote{}
|
||||||
|
@ -51,10 +50,6 @@
|
||||||
\fancyhead[LO]{\helv \rightmark}
|
\fancyhead[LO]{\helv \rightmark}
|
||||||
\fancyhead[RE]{\helv \leftmark}
|
\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
|
\makeindex
|
||||||
|
|
||||||
\hypersetup{
|
\hypersetup{
|
||||||
|
@ -70,7 +65,7 @@
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\pagenumbering{roman}
|
\pagenumbering{roman}
|
||||||
\setcounter{page}{1}
|
\setcounter{page}{1}
|
||||||
\maketitle
|
\input{titlepage}
|
||||||
\input{Vorwort}
|
\input{Vorwort}
|
||||||
\tableofcontents
|
\tableofcontents
|
||||||
|
|
||||||
|
|
6
documents/GeoTopo/titlepage.tex
Normal file
6
documents/GeoTopo/titlepage.tex
Normal file
|
@ -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}
|
Loading…
Add table
Add a link
Reference in a new issue