mirror of
https://github.com/LucasVbr/interpreteur-lir.git
synced 2026-05-13 17:21:52 +00:00
3ed5ff542a
déso, c'était nécessaire
142 lines
4.6 KiB
TeX
142 lines
4.6 KiB
TeX
\documentclass[11pt,a4paper,titlepage,openany]{book}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage[french]{babel}
|
|
\usepackage[top=1.5cm, bottom=4cm]{geometry}
|
|
\usepackage{fancyhdr, graphicx, array, hyperref}
|
|
|
|
\pagestyle{fancy}
|
|
|
|
\title{\textsc{\textbf{Manuel utilisateur\\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}
|
|
|
|
\renewcommand\sfdefault{pag}
|
|
|
|
\lhead{\leftmark}
|
|
\rhead{
|
|
\includegraphics[width=2cm]{img/logoiut}
|
|
}
|
|
|
|
\cfoot{\thepage}
|
|
\headheight = 2cm
|
|
\headsep = 0.5cm
|
|
|
|
\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{Manuel utilisateur\\Interpréteur du langage LIR}}
|
|
\end{flushright}
|
|
\hrule
|
|
\begin{flushleft}
|
|
\MakeUppercase{Projet proposé par Frédéric 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}
|
|
|
|
\renewcommand\rmdefault{pag}
|
|
\fontfamily{pag}\selectfont
|
|
\renewcommand{\sfdefault}{pag}
|
|
%\renewcommand{\ttdefault}{pag}
|
|
|
|
|
|
% Sommaire
|
|
\renewcommand{\contentsname}{Sommaire}
|
|
\tableofcontents
|
|
|
|
% TODO Plan
|
|
|
|
\chapter{Installation}
|
|
\input{fichiers/installation/chapInstallation.tex}
|
|
|
|
\chapter{Éléments de langage}
|
|
\input{fichiers/elementDeLangage/chapElementsDeLangage.tex}
|
|
|
|
\section{Mots-clés}
|
|
\input{fichiers/elementDeLangage/sectionMotsCles.tex}
|
|
|
|
\subsection{Commandes générales}
|
|
\input{fichiers/elementDeLangage/souSectionCommandesGenerales.tex}
|
|
|
|
\subsection{Instructions de programmation}
|
|
\input{fichiers/elementDeLangage/instructionsProgrammation.tex}
|
|
|
|
\section{Étiquettes}
|
|
\input{fichiers/elementDeLangage/sectionEtiquettes.tex}
|
|
|
|
\section{Constantes littérales}
|
|
\input{fichiers/elementDeLangage/sectionConstantesLitterales.tex}
|
|
|
|
\subsection{Entiers}
|
|
\input{fichiers/elementDelangage/sousSectionEntier.tex}
|
|
|
|
\subsection{Chaînes de caractères}
|
|
\input{fichiers/elementDelangage/sousSectionChaine.tex}
|
|
|
|
\section{Identificateurs}
|
|
\input{fichiers/elementDeLangage/sectionIdentificateurs.tex}
|
|
|
|
\subsection{Identificateurs d'entiers}
|
|
\input{fichiers/elementDeLangage/sousSectionIdentificateurEntier.tex}
|
|
|
|
\subsection{Identificateurs de Chaînes}
|
|
\input{fichiers/elementDeLangage/sousSectionIdentificateurChaine.tex}
|
|
|
|
\section{Expressions}
|
|
\input{fichiers/elementDeLangage/sectionExpressions.tex}
|
|
|
|
\subsection{Expression entière}
|
|
\input{fichiers/elementDeLangage/sousSectionExpressionEntiere.tex}
|
|
|
|
\subsection{Expression sur chaînes}
|
|
\input{fichiers/elementDeLangage/sousSectionExpressionChaine.tex}
|
|
|
|
\subsection{Conditions}
|
|
\input{fichiers/elementDeLangage/sousSectionExpressionBooleenne.tex}
|
|
|
|
\chapter{Utilisation}
|
|
\input{fichiers/utilisation/chapUtilisation.tex}
|
|
|
|
\section{Utilisation des commandes et instructions}
|
|
\input{fichiers/utilisation/sectionUtilisationCommandesInstructions.tex}
|
|
|
|
\subsection{Commandes}
|
|
\input{fichiers/utilisation/sousSectionUtilisationCommandes.tex}
|
|
|
|
\subsection{Instructions}
|
|
\input{fichiers/utilisation/sousSectionUtilisationInstructions.tex}
|
|
|
|
\section{Programmation en LIR}
|
|
\input{fichiers/utilisation/sectionProgrammationLIR.tex}
|
|
|
|
\chapter{Exemples d'utilisation}
|
|
\input{fichiers/exemplesUtilisation/programmesExemples.tex}
|
|
|
|
\end{document} |