aboutsummaryrefslogtreecommitdiff
path: root/model_5/resources/10_title_style.tex
diff options
context:
space:
mode:
Diffstat (limited to 'model_5/resources/10_title_style.tex')
-rwxr-xr-xmodel_5/resources/10_title_style.tex60
1 files changed, 60 insertions, 0 deletions
diff --git a/model_5/resources/10_title_style.tex b/model_5/resources/10_title_style.tex
new file mode 100755
index 0000000..eb62129
--- /dev/null
+++ b/model_5/resources/10_title_style.tex
@@ -0,0 +1,60 @@
+\usepackage[explicit]{titlesec}
+\usepackage{pgfplots}
+\pgfplotsset{compat=newest}
+
+\providecommand{\DUdocumentsubtitle}[1]{%
+ %\begin{nthcolumn}{1}
+ \color{black}
+ \em
+ \TitleFont\selectfont
+ \Large
+ #1
+ %\end{nthcolumn}
+}
+
+\makeatletter
+
+\def\@maketitle{%
+ \vspace*{1cm}
+ \begin{nthcolumn*}{0}%
+ \textcolor{altColor}{%
+ \huge \@title
+ }
+ \end{nthcolumn*}
+}
+\makeatother
+
+\newcommand\SecTitle[1]{%
+\begin{tikzpicture}
+
+ \node (A) at (0,0)
+ {\Large{\textsf{[ #1 ]}}};
+
+ \draw [line width=0.2mm]
+ (-7,0) -- (A.west);
+
+ \draw [line width=0.2mm]
+ (A.east) -- (7,0);
+\end{tikzpicture}}
+
+% Titre de niveau 1
+\titleformat{\section}
+ {\centering}
+ {\thesection}
+ {}
+ {\SecTitle{#1}}
+
+% Titre de niveau 2
+\titleformat{\subsection}
+ {\large}
+ {\thesubsection}
+ {}
+ {\textcolor{altColor}{\Large \bf {#1}}}
+
+% Titre de niveau 3
+\titleformat{\subsubsection}
+ {\bfseries\normalsize}
+ {\thesubsubsection}
+ {2em}
+ {}
+ {}