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.tex15
1 files changed, 10 insertions, 5 deletions
diff --git a/model_1/resources/10_title_style.tex b/model_1/resources/10_title_style.tex
index df636f6..93bcf12 100755
--- a/model_1/resources/10_title_style.tex
+++ b/model_1/resources/10_title_style.tex
@@ -1,10 +1,12 @@
\usepackage{titlesec}
\providecommand{\DUdocumentsubtitle}[1]{%
- \color{black}
- \EBLigatures\selectfont
- \Large
- #1\switchcolumn[1]* % Synchronise the column at this position
+ \begin{nthcolumn*}{1}
+ \color{black}
+ \EBLigatures\selectfont
+ \Large
+ #1
+ \end{nthcolumn*}
}
\makeatletter
@@ -12,7 +14,10 @@
\def\@maketitle{%
\switchcolumn[1]%
\vspace*{1cm}
- \textcolor{orange}{\fontsize{1.2cm}{2cm}\CaviarDreamsFont\selectfont \@title}
+ \raggedright
+ \textcolor{orange}{%
+ \fontsize{1.2cm}{2cm}\CaviarDreamsFont\selectfont \@title
+ }
}
\makeatother