From a9bd125997136c3e4e72288ec5dba73cc5519f84 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 5 May 2024 20:13:31 +0200 Subject: [PATCH] line length --- report/document.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/report/document.tex b/report/document.tex index b4d7807..6885cc2 100644 --- a/report/document.tex +++ b/report/document.tex @@ -67,8 +67,8 @@ Nous avons écrit un \texttt{Makefile} pour nous faciliter le développement. \subsubsection*{Une commande qui fait tout} \begin{description} - \item[\texttt{make nom=snow n=3}] génère un fichier \texttt{image.svg} - correspondant \\ au \lsys~nommé "snow" avec trois itérations. + \item[\texttt{make nom=snow n=3}] génère une image \svg~sous + \texttt{image.svg} qui correspond au \lsys~"snow" avec trois itérations. \end{description} \subsubsection*{Possibilité de faire qu'une action à la fois}