avancement model et methodes

This commit is contained in:
2018-09-04 16:51:59 +02:00
parent 7fe5cf2158
commit 93daa37a44
7 changed files with 134 additions and 9 deletions

View File

@@ -12,19 +12,51 @@
\usepackage{enumitem}
\graphicspath{{images/}{../images/}}
\usepackage{fancyhdr}
\usepackage[table,xcdraw]{xcolor}
\usepackage[acronym]{glossaries}
\usepackage[table,xcdraw,dvipsnames]{xcolor}
\definecolor{light-gray}{gray}{0.90}
\usepackage{mdframed}
\usepackage{listings}
\lstloadlanguages{Ruby}
\lstset{%
basicstyle=\ttfamily\color{Black},
commentstyle = \ttfamily\color{OliveGreen},
keywordstyle=\ttfamily\color{RoyalBlue},
stringstyle=\color{BrickRed},
columns=fullflexible,
xleftmargin=-10pt
}
\surroundwithmdframed[
hidealllines=true,
backgroundcolor=light-gray,
innerleftmargin=15pt,
innertopmargin=0pt,
innerbottommargin=0pt,
leftmargin=1,
rightmargin=1,
outerlinewidth=1,
linecolor=light-gray]{lstlisting}
\surroundwithmdframed[
hidealllines=true,
backgroundcolor=light-gray,
innerleftmargin=1pt,
leftmargin=1,
rightmargin=1,
outerlinewidth=1,
linecolor=light-gray]{lstinline}
% Marges
\usepackage{geometry}
\geometry{
left=2.5cm,
right=2cm,
top=2cm,
bottom=1.5cm,
headheight=35pt,
includehead,includefoot,
heightrounded,
left=2.5cm,
right=2cm,
top=2cm,
bottom=1.5cm,
headheight=35pt,
includehead,includefoot,
heightrounded
}
% En-têtes et pieds de page
@@ -90,6 +122,8 @@
% LaTeX
\part{Méthodologies et développement}
\include{chapitres/model/classes}
\include{chapitres/model/methodes}
% Méthodologies et développement
% Gestion de projet
% Agile/scrum