chore
This commit is contained in:
parent
7dbfe28861
commit
05d830187c
1 changed files with 20 additions and 18 deletions
|
@ -1,11 +1,13 @@
|
||||||
\DocumentMetadata{testphase = {phase-II,sec,toc,graphic,minipage,float,text}}
|
\DocumentMetadata{testphase = {phase-II,sec,toc,graphic,minipage,float,text}}
|
||||||
\documentclass[a4paper]{article}
|
\documentclass[a4paper]{article}
|
||||||
|
|
||||||
\usepackage[T1]{fontenc} % encoding
|
% Font
|
||||||
\renewcommand{\familydefault}{\sfdefault} % sans-serif font
|
\usepackage[T1]{fontenc}
|
||||||
\usepackage[nopatch=footnote]{microtype} % better font looking
|
\renewcommand{\familydefault}{\sfdefault}
|
||||||
|
\usepackage[nopatch=footnote]{microtype}
|
||||||
|
|
||||||
\usepackage[french]{babel} % langages
|
% Languages
|
||||||
|
\usepackage[french]{babel}
|
||||||
\frenchsetup{SmallCapsFigTabCaptions=false}
|
\frenchsetup{SmallCapsFigTabCaptions=false}
|
||||||
\usepackage{csquotes}
|
\usepackage{csquotes}
|
||||||
\MakeOuterQuote{"}
|
\MakeOuterQuote{"}
|
||||||
|
@ -21,7 +23,6 @@
|
||||||
}
|
}
|
||||||
\makeatother
|
\makeatother
|
||||||
|
|
||||||
|
|
||||||
% Alias
|
% Alias
|
||||||
\def\matthieu{Matthieu Tonino}
|
\def\matthieu{Matthieu Tonino}
|
||||||
\def\anri{Anri Kennel}
|
\def\anri{Anri Kennel}
|
||||||
|
@ -32,26 +33,26 @@
|
||||||
\def\csv{\texttt{CSV}}
|
\def\csv{\texttt{CSV}}
|
||||||
\def\svg{\texttt{SVG}}
|
\def\svg{\texttt{SVG}}
|
||||||
|
|
||||||
|
% Metadatas
|
||||||
% Métadonnées
|
\def\docTitle{Rapport de projet sur les~\lsys{}s}
|
||||||
\def\mytitle{Rapport de projet sur les~\lsys{}s}
|
\def\docAuthor{\matthieu~et \anri}
|
||||||
\def\myauthor{\matthieu~et \anri}
|
\def\docSubject{Format de documents et XML}
|
||||||
\def\mysubject{Format de documents et XML}
|
\def\docLocation{Université Paris Cité}
|
||||||
\def\mylocation{Université Paris Cité}
|
|
||||||
|
|
||||||
\usepackage[
|
\usepackage[
|
||||||
pdfauthor={\myauthor}, % author metadata
|
pdfauthor={\docAuthor}, % author metadata
|
||||||
pdftitle={\mytitle}, % title metadata
|
pdftitle={\docTitle}, % title metadata
|
||||||
pdfsubject={\mysubject}, % subject metadata
|
pdfsubject={\docSubject}, % subject metadata
|
||||||
hidelinks, % clickable links in table of contents
|
hidelinks, % clickable links in table of contents
|
||||||
]{hyperref}
|
]{hyperref}
|
||||||
|
|
||||||
\title{\mytitle}
|
\title{\docTitle}
|
||||||
\author{\matthieu\thanks{\matthieu : 00000000}~
|
\author{\matthieu\thanks{\matthieu : 00000000}~
|
||||||
et \anri\thanks{\anri : 22302653}}
|
et \anri\thanks{\anri : 22302653}}
|
||||||
\extra{\mysubject~$\cdot$ \mylocation}
|
\extra{\docSubject~$\cdot$ \docLocation}
|
||||||
\date{Année universitaire 2023-2024}
|
\date{Année universitaire 2023-2024}
|
||||||
|
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\maketitle
|
\maketitle
|
||||||
\flushbottom
|
\flushbottom
|
||||||
|
@ -87,6 +88,7 @@ Nous avons écrit un \texttt{Makefile} pour nous faciliter le développement.
|
||||||
\item[\texttt{make clean}] supprime les fichiers générés.
|
\item[\texttt{make clean}] supprime les fichiers générés.
|
||||||
\end{description}
|
\end{description}
|
||||||
|
|
||||||
|
|
||||||
\section{Explication des choix}
|
\section{Explication des choix}
|
||||||
Dans cette partie, nous justifions nos décisions.
|
Dans cette partie, nous justifions nos décisions.
|
||||||
|
|
||||||
|
|
Reference in a new issue