From 2d955983ba1a1d3f6e4f1ab29579bba779fd16d9 Mon Sep 17 00:00:00 2001 From: "random-toto@localhost" Date: Thu, 10 Mar 2016 11:56:53 +0100 Subject: [PATCH] =?UTF-8?q?dans=20rapport.tex=20:=20les=20remarques=20s'au?= =?UTF-8?q?toincr=C3=A9mentent=20=C3=A0=20l'aide=20d'un=20compteur=20"rq"?= =?UTF-8?q?=20initialis=C3=A9=20=C3=A0=201=20pour=20la=20premi=C3=A8re=20r?= =?UTF-8?q?emarque?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tex/rapport.tex | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tex/rapport.tex b/tex/rapport.tex index 92d6290..9a2122c 100644 --- a/tex/rapport.tex +++ b/tex/rapport.tex @@ -132,6 +132,8 @@ Prénom4 \textsc{Nom4} \titleformat{\subsection}{\normalfont\large\relax}{\thesubsection}{1em}{}[{\titlerule[0pt]}] \titleformat{\subsubsection}{\normalfont\large\slshape\relax}{\thesubsubsection}{1em}{}[{\titlerule[0pt]}] +\newcounter{rq} % rq = 0 +\stepcounter{rq} % rq = 1 \section{Ma section 1} @@ -159,13 +161,16 @@ Du texte \lipsum[2] + \begin{center} \begin{tabular}{|>{\columncolor{myBlue}} p{.75cm} | p{15cm} |} \hline - \bfseries{R1} & \lipsum[2] \\ + \bfseries{R\arabic{rq}} & \lipsum[2] \\ \hline \end{tabular} \end{center} +\stepcounter{rq} +