modif du texte d'introduction

renommage de certaines variables
This commit is contained in:
Jeff Lance 2016-03-31 21:41:55 +02:00
parent 0af37915d6
commit a7b0ca9f69

View File

@ -43,15 +43,15 @@
\makeatletter \makeatletter
%-- Macros personnelles %-- Macros personnelles
\newcounter{ctrTime} \newcounter{decomptecounter}
\newcommand{\decompte}[1]{% \newcommand{\decompte}[1]{%
\setcounter{ctrTime}{#1} \setcounter{decomptecounter}{#1}
\multido{\n=1+1}{#1}{% \multido{\n=1+1}{#1}{%
\only<\n>{% \only<\n>{%
\begin{flushright}\alert{ Il reste \arabic{ctrTime} s. }\end{flushright}% \begin{flushright}\alert{ Il reste \arabic{decomptecounter} s. }\end{flushright}%
\transduration{1} \transduration{1}
} }
\addtocounter{ctrTime}{-1} \addtocounter{decomptecounter}{-1}
} }
} }