mirror of
https://github.com/LucasVbr/interpreteur-lir.git
synced 2026-05-13 17:21:52 +00:00
Initialisation branche dev
La branche dev sert à mettre en commun les parties faites en solo/binôme dans les branches features.
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
# ignore les fichiers non nécessaire TexStudio
|
||||
*.synctex.gz
|
||||
*.aux
|
||||
*.log
|
||||
*.out
|
||||
*.toc
|
||||
Binary file not shown.
@@ -1,89 +0,0 @@
|
||||
\documentclass[11pt,a4paper,titlepage,openright]{report}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[french]{babel}
|
||||
\usepackage[top=1.5cm, bottom=5cm]{geometry}
|
||||
\usepackage{fancyhdr, graphicx, array, hyperref}
|
||||
%\usepackage{array}
|
||||
|
||||
\pagestyle{fancy}
|
||||
|
||||
\title{\textsc{\textbf{ % TODO Titre de votre document à remplacer
|
||||
\\Interpréteur du langage LIR}
|
||||
}}
|
||||
\date{}
|
||||
\author{Nicolas \textsc{Caminade} \and Sylvan \textsc{Courtiol} \and Pierre
|
||||
\textsc{Debas} \and Heïa \textsc{Dexter} \and Lucàs \textsc{Vabre} }
|
||||
|
||||
\begin{document}
|
||||
|
||||
% En-tête et pied de page ........................................
|
||||
\lhead{\leftmark}
|
||||
\rhead{
|
||||
\includegraphics[width=2cm]{img/logoiut}
|
||||
}
|
||||
|
||||
\cfoot{\thepage}
|
||||
\headheight = 2cm
|
||||
\headsep = 1.5cm
|
||||
|
||||
% Page de garde ..................................................
|
||||
\begin{titlepage}
|
||||
\fontfamily{pag}\selectfont
|
||||
|
||||
\begin{center}\normalsize
|
||||
\MakeUppercase{IUT de Rodez \hfill Département informatique
|
||||
\hfill INFO1 2020-2021}
|
||||
\end{center}
|
||||
\vspace*{0.1cm}
|
||||
\hrule
|
||||
\vspace*{0.2cm}
|
||||
\begin{flushright}
|
||||
\includegraphics[width=4cm]{img/logoiut}
|
||||
\end{flushright}
|
||||
\vspace*{2cm}
|
||||
\begin{flushright}\Huge
|
||||
\textsc{\textbf{ % TODO Titre de votre document à remplacer
|
||||
\\Interpréteur du langage LIR}}
|
||||
\end{flushright}
|
||||
\hrule
|
||||
\begin{flushleft}
|
||||
\MakeUppercase{Projet proposé par Frédérique Barrios}
|
||||
\end{flushleft}
|
||||
\vspace*{2cm}
|
||||
\begin{center}\Large
|
||||
Nicolas \textsc{Caminade}, Sylvan \textsc{Courtiol},\\
|
||||
Pierre \textsc{Debas}, Heïa \textsc{Dexter}, \\
|
||||
Lucàs \textsc{Vabre}
|
||||
\end{center}
|
||||
\vfill
|
||||
\begin{center}\normalsize
|
||||
\MakeUppercase{Projet tuteuré --- Semestre 2}
|
||||
\end{center}
|
||||
\end{titlepage}
|
||||
|
||||
% Sommaire à conserver ou supprimer ..............................
|
||||
\renewcommand{\contentsname}{Sommaire}
|
||||
\tableofcontents
|
||||
|
||||
|
||||
\chapter*{Introduction}
|
||||
\Large
|
||||
% Début de votre introduction ....................................
|
||||
Texte d'introduction % TODO écrire l'introduction
|
||||
|
||||
% Fin de votre introduction ......................................
|
||||
|
||||
\normalsize
|
||||
% Début du corps de votre document ...............................
|
||||
\chapter{ ... } % TODO nommer chapitre
|
||||
\section{ ... } % TODO nommer section
|
||||
Texte section. % TODO écrire paragraphe
|
||||
|
||||
\chapter{ ... } % TODO nommer chapitre
|
||||
\section{ ... } % TODO nommer section
|
||||
Texte section. % TODO écrire paragraphe
|
||||
|
||||
% Fin du corps de votre document .................................
|
||||
|
||||
\end{document}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB |
Reference in New Issue
Block a user