mirror of
https://github.com/LucasVbr/interpreteur-lir.git
synced 2026-05-13 17:21:52 +00:00
23 lines
788 B
TeX
23 lines
788 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 : } % Éxrire le titre à la place du commentaire
|
|
\paragraph{Récit : } % Écrire nom du récit à la suite
|
|
\paragraph{En tant que : } % Remplacer commentaire par rôle
|
|
\paragraph{Je souhaite : } % Remplacer commentaire par utlisation
|
|
\paragraph{Afin de : } % Remplacer commentaire par objectif
|
|
\newpage
|
|
|
|
\chapter*{Critères d'acceptation}
|
|
|
|
\paragraph{À partir de : } % donner contexte initial
|
|
\paragraph{Alors : } % Donner actions entreprises
|
|
\paragraph{Enfin : } % Donner contexte terminal
|
|
|
|
\end{document} |