summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Titlepage.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Titlepage.tex')
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Titlepage.tex5
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Titlepage.tex b/Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Titlepage.tex
index d2158ba55cb..92bdc4cd165 100644
--- a/Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Titlepage.tex
+++ b/Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Titlepage.tex
@@ -2,6 +2,8 @@
% Titlepage
%*******************************************************
\begin{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
@@ -28,5 +30,6 @@
\vfill
- \end{center}
+ \end{center}
+ \end{addmargin}
\end{titlepage} \ No newline at end of file