mirror of
https://github.com/LucasVbr/interpreteur-lir.git
synced 2026-05-13 17:21:52 +00:00
23 lines
912 B
TeX
23 lines
912 B
TeX
\documentclass[12pt,a5paper, notitle, oneside]{report}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage[french]{babel}
|
|
\usepackage[landscape]{geometry}
|
|
\begin{document}
|
|
|
|
\chapter*{Récit d'utilisation}
|
|
|
|
\paragraph{Titre : } Quitter l'interpréteur (commande fin)
|
|
\paragraph{Récit : } Quitter l'interpréteur (commande fin)
|
|
\paragraph{En tant que : } programmeur avec l'interpréteur LIR
|
|
\paragraph{Je souhaite : } quitter l'interpréteur
|
|
\paragraph{Afin de : } arrêter d'utiliser l'interpréteur LIR pour la session courante
|
|
\newpage
|
|
|
|
\chapter*{Critères d'acceptation}
|
|
|
|
\paragraph{À partir du fait : } je suis en train d'utiliser l'interpréteur
|
|
\paragraph{Alors : } je souhaite quitter l'interpréteur pour la session courante en exécutant la commande fin
|
|
\paragraph{Enfin : } le processus courant de l'interpréteur LIR s'arrête
|
|
|
|
\end{document} |