Corrections
This commit is contained in:
parent
1effeb8d2b
commit
22bee46df6
10 changed files with 80 additions and 63 deletions
|
@ -2,7 +2,7 @@
|
|||
\begin{center}
|
||||
{Yorick Barbanneau}
|
||||
\color{ElectricMagenta}\rule{\linewidth}{1pt}\vspace{10cm}
|
||||
\color{Black}{Licence Professionnelle ADSILLH --- Rapport de Stage}\vspace{15pt} \\
|
||||
\color{Black}{Licence Professionnelle ADSILLH --- Mémoire de Stage}\vspace{15pt} \\
|
||||
\Huge{Centres d'animation de Bordeaux}\vspace{30pt}\\
|
||||
\includegraphics[width=8cm]{generated/ca_bordeaux}\vspace{6cm} \\
|
||||
\end{center}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
\usepackage{tabularx}
|
||||
\usepackage{array}
|
||||
\usepackage{pdfpages}
|
||||
\usepackage{titlesec}
|
||||
\usepackage[explicit]{titlesec}
|
||||
\usepackage{soul}
|
||||
\usepackage[
|
||||
labelfont={small,bf,color=LightGrey},
|
||||
|
@ -66,6 +66,10 @@
|
|||
{\color{ElectricMagenta}\noindent\rule{\textwidth}{0.4pt}}
|
||||
}
|
||||
|
||||
\BeforeBeginEnvironment{itemize}{%
|
||||
\vspace{3pt}
|
||||
}
|
||||
|
||||
% Code
|
||||
\lstset{
|
||||
backgroundcolor=\color{UltraLightGrey},
|
||||
|
@ -90,8 +94,20 @@
|
|||
\parindent=0em
|
||||
\renewcommand{\baselinestretch}{1.2}
|
||||
|
||||
|
||||
\fancyhead[LE]{\color{SlateGrey}Yorick Barbanneau}
|
||||
\fancyhead[RO]{\color{SlateGrey}Centres d'animation de Bordeaux}
|
||||
% pagehead, pagefoot
|
||||
\fancyhead[LE]{\footnotesize\color{SlateGrey}Yorick Barbanneau}
|
||||
\fancyhead[RO]{\footnotesize\color{SlateGrey}Mémoire de stage --- centres d'animation de Bordeaux}
|
||||
\fancyhead[LO]{}
|
||||
\fancyhead[RE]{}
|
||||
|
||||
% chapter titles
|
||||
%\titleformat{hcommand}[hshape]{format}{label}{sep}{before-code}[after-code]
|
||||
\titleformat{\chapter}[display]{}{
|
||||
\Large\color{ElectricMagenta}\chaptertitlename\ \thechapter~
|
||||
\huge\color{Black}\textbf{#1}
|
||||
}{0pt}{}[]
|
||||
|
||||
\titleformat{name=\chapter, numberless}[display]{}{
|
||||
%\Large\color{ElectricMagenta}\chaptertitlename\ \thechapter~
|
||||
\huge\color{Black}\textbf{#1}
|
||||
}{0pt}{}[]
|
||||
|
|
Reference in a new issue