mirror of
https://github.com/LucasVbr/interpreteur-lir.git
synced 2026-05-14 09:06:48 +00:00
Ajout .gitignore dossier cas utilisation + ajout resumeExecuterUnProgramme vide
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# ignore les fichiers non nécessaire TexStudio
|
||||
*.synctex.gz
|
||||
*.aux
|
||||
*.log
|
||||
*.out
|
||||
Binary file not shown.
@@ -0,0 +1,26 @@
|
||||
\documentclass[12pt,a4paper]{article}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[french]{babel}
|
||||
\title{Résumé de cas d'utilisation --- Nom du cas} % à remplacer
|
||||
\date{} % laisser vide
|
||||
\author{} % Laisser vide
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
|
||||
\section{Acteurs}
|
||||
|
||||
\section{Objectifs}
|
||||
|
||||
\section{Pré-conditions, Post-conditions}
|
||||
|
||||
\subsection{Pré-Condtions}
|
||||
|
||||
\subsection{Post-Conditions}
|
||||
|
||||
\section{Scénario nominal (grandes étapes)}
|
||||
|
||||
\section{Scénarios d'échec}
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user