Update style

This commit is contained in:
Gregory Trullemans 2023-11-05 10:45:17 +01:00
parent 48fd209ed0
commit faacf62f07
4 changed files with 49 additions and 0 deletions

View File

@ -61,6 +61,11 @@
% other package
\RequirePackage{bm} % Notation mathématique en gras
\RequirePackage{lscape} % Gestion du mode "paysage"
<<<<<<< HEAD
=======
\RequirePackage{svg}
% \RequirePackage[inkscapeformat=png]{svg}
>>>>>>> 0cc2c74 (Update style)
\frenchbsetup{StandardItemLabels=true}
@ -81,7 +86,11 @@
% Color definition
\definecolor{ffg_darkblue}{RGB}{21,29,76}
<<<<<<< HEAD
\definecolor{ffg_lightblue}{RGB}{0, 120, 190}
=======
\definecolor{ffg_lightblue}{RGB}{0, 112, 192}
>>>>>>> 0cc2c74 (Update style)
\definecolor{ffg_red}{RGB}{241, 83, 60}
\definecolor{ffg_title_color}{RGB}{12, 97, 158}
@ -126,6 +135,7 @@
\null
\thispagestyle{empty}%
<<<<<<< HEAD
% Titre du document
\begin{textblock}{200}(0,3)
\centering
@ -149,6 +159,36 @@
\end{center}
\end{textblock}
=======
% Logo FfG
\begin{textblock}{50}(6,0.35)
\includegraphics[scale=0.05]{ffg_logo.png}%
\end{textblock}
% Titre du document
\begin{textblock}{200}(0,3)
\centering
{\fontsize{33}{42}\selectfont {\bfseries \textcolor{ffg_darkblue}{\formationType~\discipline}\par}}
\vspace{2.5cm}
{\fontsize{33}{42}\selectfont {\bfseries \textcolor{ffg_red}{Module : \moduleTitle}\par}}
\end{textblock}
% Type de document
\begin{textblock}{200}(0,9)
\begin{center}
{\fontsize{28}{42}\selectfont {\bfseries \textcolor{ffg_lightblue}{Formation des Cadres}\par}}%
\end{center}
\end{textblock}
% Années
\begin{textblock}{200}(0,11.5)
\centering
\begin{center}
{\fontsize{30}{84}\selectfont \textcolor{white}{{\the\year}\hspace{3cm} {\NextYear}}\par}%
\end{center}
\end{textblock}
>>>>>>> 0cc2c74 (Update style)
\null
\cleardoublepage
}
@ -217,6 +257,7 @@
% Unnumbered section title
\titleformat{name=\section, numberless}[display]
{\fontsize{14pt}{12pt}\selectfont\color{ffg_section_color}}
<<<<<<< HEAD
{#1}
{0pt}
{}
@ -225,6 +266,13 @@
{0pt} % left
{24pt} % top
{10pt} % bottom
=======
{\qquad #1}
{0pt}
{}
[\vspace{-4mm} {\color{ffg_lightblue}\titlerule[.6mm]} \enlargethispage{-\parskip}]
>>>>>>> 0cc2c74 (Update style)
% Numbered subsection title
\titleformat{\subsection}[display]

BIN
ffg_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

1
ffg_logo.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB