aboutsummaryrefslogtreecommitdiff
path: root/model_1/resources/10_title_style.tex
diff options
context:
space:
mode:
Diffstat (limited to 'model_1/resources/10_title_style.tex')
-rwxr-xr-xmodel_1/resources/10_title_style.tex8
1 files changed, 5 insertions, 3 deletions
diff --git a/model_1/resources/10_title_style.tex b/model_1/resources/10_title_style.tex
index 93bcf12..4f46222 100755
--- a/model_1/resources/10_title_style.tex
+++ b/model_1/resources/10_title_style.tex
@@ -1,23 +1,25 @@
\usepackage{titlesec}
\providecommand{\DUdocumentsubtitle}[1]{%
- \begin{nthcolumn*}{1}
+ %\begin{nthcolumn}{1}
\color{black}
+ \em
\EBLigatures\selectfont
\Large
#1
- \end{nthcolumn*}
+ %\end{nthcolumn}
}
\makeatletter
\def\@maketitle{%
- \switchcolumn[1]%
\vspace*{1cm}
+ \begin{nthcolumn*}{1}%
\raggedright
\textcolor{orange}{%
\fontsize{1.2cm}{2cm}\CaviarDreamsFont\selectfont \@title
}
+ \end{nthcolumn*}
}
\makeatother