modif du texte d'introduction
renommage de certaines variables
This commit is contained in:
parent
0af37915d6
commit
a7b0ca9f69
@ -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}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user