aboutsummaryrefslogtreecommitdiff
path: root/model_2/resources/10_title_style.tex
diff options
context:
space:
mode:
Diffstat (limited to 'model_2/resources/10_title_style.tex')
-rwxr-xr-xmodel_2/resources/10_title_style.tex46
1 files changed, 46 insertions, 0 deletions
diff --git a/model_2/resources/10_title_style.tex b/model_2/resources/10_title_style.tex
new file mode 100755
index 0000000..3f57a84
--- /dev/null
+++ b/model_2/resources/10_title_style.tex
@@ -0,0 +1,46 @@
+\usepackage{titlesec}
+
+
+\providecommand*{\DUdocumentsubtitle}[1]{{\EBLigatures\selectfont\em\LARGE\begin{flushright}#1\end{flushright}}}
+
+\makeatletter
+
+%\def\@subtitle{\relax}
+\newcommand{\subtitle}[1]{\gdef\@subtitle{#1}}
+
+\def\@maketitle{%
+ \begin{tcolorbox}[colback=sidecolor, sharp corners]
+ \begin{center}
+ \vspace*{1cm}
+ \textcolor{white}{\fontsize{1.2cm}{2cm}\CaviarDreamsFont\selectfont \@title}
+ \end{center}
+ \vspace*{1cm}
+ \end{tcolorbox}
+}
+\makeatother
+
+
+\newcommand{\periodafter}[1]{#1.}
+
+% Titre de niveau 1
+\titleformat{\section}
+ {\CaviarDreamsFont\selectfont\Large\centering}
+ {\thesection}
+ {0em}
+ {\vspace{1cm}}
+ []
+
+% Titre de niveau 2
+\titleformat{\subsection}
+ {\large}
+ {\thesubsection}
+ {}
+ {\textcolor{black!69}}
+
+% Titre de niveau 3
+\titleformat{\subsubsection}
+ {\bfseries\normalsize}
+ {\thesubsubsection}
+ {2em}
+ {}
+ {}