From f83e8b39df08ea9e9ca130a4578c749d48d55844 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sat, 10 Aug 2019 20:36:56 +0200 Subject: First commit --- model_2/resources/10_title_style.tex | 46 ++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100755 model_2/resources/10_title_style.tex (limited to 'model_2/resources/10_title_style.tex') 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} + {} + {} -- cgit v1.2.3