diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2019-08-11 11:07:25 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2019-08-11 11:07:25 +0200 |
commit | 42e21fdaf26219f844ea626ae5df6010712fed04 (patch) | |
tree | 8c217c17851bb0059174dfa51ba11c8bb0fafbeb /model_1 | |
parent | 46fc7a92c204f47da38d25016517d078908ab6c5 (diff) |
Update template
Diffstat (limited to 'model_1')
-rwxr-xr-x | model_1/resources/10_nowidows.tex | 2 | ||||
-rwxr-xr-x | model_1/resources/10_title_style.tex | 8 | ||||
-rwxr-xr-x | model_1/resources/99_sidebar.tex | 4 |
3 files changed, 8 insertions, 6 deletions
diff --git a/model_1/resources/10_nowidows.tex b/model_1/resources/10_nowidows.tex index 3b96931..e04cb18 100755 --- a/model_1/resources/10_nowidows.tex +++ b/model_1/resources/10_nowidows.tex @@ -1,2 +1,2 @@ \widowpenalty=1000 -\clubpenalty=500 +\clubpenalty=1000 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
diff --git a/model_1/resources/99_sidebar.tex b/model_1/resources/99_sidebar.tex index b5df4de..470f4c2 100755 --- a/model_1/resources/99_sidebar.tex +++ b/model_1/resources/99_sidebar.tex @@ -5,7 +5,7 @@ % Une commande dédiée pour les notes de marge \setlength{\columnsep}{0.25cm} -\columnratio{0.28} +\columnratio{0.25} \ifdefinedcolor{backsidecolor}{% \backgroundcolor{c[0]}{backsidecolor} @@ -13,7 +13,7 @@ \newcommand{\DUsidebar}[1]{% \switchcolumn[0] - \begin{changemargin}{0.7cm}{1.5cm} + \begin{changemargin}{0.7cm}{0.7cm} \LibertineFont\selectfont \ifdefinedcolor{textsidecolor}{\color{textsidecolor}}{} #1 |