avancement model et methodes
This commit is contained in:
50
index.tex
50
index.tex
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user