summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/classicthesis/FrontBackmatter/Titlepage.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/classicthesis/FrontBackmatter/Titlepage.tex')
-rw-r--r--macros/latex/contrib/classicthesis/FrontBackmatter/Titlepage.tex37
1 files changed, 37 insertions, 0 deletions
diff --git a/macros/latex/contrib/classicthesis/FrontBackmatter/Titlepage.tex b/macros/latex/contrib/classicthesis/FrontBackmatter/Titlepage.tex
new file mode 100644
index 0000000000..b9bfd6e116
--- /dev/null
+++ b/macros/latex/contrib/classicthesis/FrontBackmatter/Titlepage.tex
@@ -0,0 +1,37 @@
+%*******************************************************
+% Titlepage
+%*******************************************************
+\begin{titlepage}
+ %\pdfbookmark[1]{\myTitle}{titlepage}
+ % if you want the titlepage to be centered, uncomment and fine-tune the line below (KOMA classes environment)
+ \begin{addmargin}[-1cm]{-3cm}
+ \begin{center}
+ \large
+
+ \hfill
+
+ \vfill
+
+ \begingroup
+ \color{CTtitle}\spacedallcaps{\myTitle} \\ \bigskip
+ \endgroup
+
+ \spacedlowsmallcaps{\myName}
+
+ \vfill
+
+ \includegraphics[width=6cm]{gfx/TFZsuperellipse_bw} \\ \medskip
+
+ \mySubtitle \\ \medskip
+ %\myDegree \\
+ %\myDepartment \\
+ %\myFaculty \\
+ %\myUni \\ \bigskip
+
+ \myTime\ -- \myVersion
+
+ \vfill
+
+ \end{center}
+ \end{addmargin}
+\end{titlepage}