From 46fc7a92c204f47da38d25016517d078908ab6c5 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sat, 10 Aug 2019 22:39:06 +0200 Subject: Update template --- model_1/resources/10_title_style.tex | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'model_1/resources') 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 -- cgit v1.2.3