\TFRGB{L'initiale de la variable définit son type}{The first letter of the variable name determines his type }
\begin{tabular}{|c|l|}
\hline entier & initiale : i ou I \\
\hline réelles & initiale : n, N, r ou R \\
\hline longueurs & initiale : d ou D \\
\hline
\end{tabular}
%%---------------------------------------------------------------------------------
\newpage
\subsection{Timeline}
\bigskip
\SbSbSSCT{Création du fichier pour timeline}{ Creation of the file for timeline}
\TFRGB{Pour créer le fichier xxx.txt , en insérant le code suivant avant}{to create the file xxx.txt, insert the following code before } \BS{begin\AC{document}}
\bigskip
\begin{minipage}{7cm}
\BSS{begin\AC{filecontents}}\AC{xxx.txt} \\
::\Rnode{A}{0x0,8} \\
::2 \\
::7 \\
::3 \\
::6 \\
::\Rnode{B}{c,1x3,5} \\
::4 \\
::11 \\
::5 \\
::7 \\
::9 \\
\BSS{end\AC{filecontents}}
\end{minipage}\hfill
\begin{minipage}{7cm}
\rnode{AA}{0x0 : image \No 0 \TFRGB{sert de fond tout le temps}{= background image for all frame}} \\
\vspace{.5cm}
\Rnode{BB}{c : \TFRGB{efface les images précédentes}{clear the background image} } \\
\vspace{.5cm}
\Rnode{CC}{1x3 : image \No 1 \TFRGB{sert de fond 3 fois}{= background image for 3 frames}} \\
\vspace{.5cm}
\TFRGB{Ordre de passage des images}{ Order of frames} : 8,2,7,3,6,5,4,11,5,7,9
\end{minipage}
\ncline[linecolor=blue]{A}{AA} \ncline[linecolor=blue]{B}{BB} \ncline[linecolor=blue]{B}{CC}
\SbSbSSCT{option pour le fichier xxx.txt}{option for the file xxx.txt}
\begin{tabular}{|c|l|} \hline
* : : 3
&
\TFRGB{pause à l'image}{pause at frame } \No 3
\\ \hline
: 10 : 3
&
\TFRGB{vitesse 10 par seconde à l'image}{10 frames per second at frame} \No 3
\\ \hline
: : 3 : code
&
\TFRGB{code java possible à l'image}{java code at frame} \No 3
\\ \hline
\end{tabular}
\newpage
\SbSSCT{Animation d'un graphe}{Graph animation}
\readdata{\dat}{mesdata.dat}
%
%\newpage
%\subsection{Command options}
%
%
%\begin{tabular}{|c|c|} \hline
%poster[=first | none | last] & \\ \hline
%every=<num> & Build animation from every <num>th frame only \\
% autopause & \TFRGB{animation en pause à la fermeture de la page}{Pause animation when the page is closed } \\ \hline
% autoplay & Start animation after the page has opened.\\ \hline
% autoresume & Resume previously paused animation \\ \hline
% loop & The animation restarts immediately after reaching the end. \\ \hline
% palindrome & The animation continuously plays forwards and backwards. \\ \hline
% step & Step through the animation one frame at a time per mouse-click. \\ \hline
% width=<width> & \TFRGB{redimensionne la largeur }{Resize the width of the animation widget} \\ \hline
% height=<height> & \TFRGB{redimensionne la hauteur}{Resize the height of the animation widget} \\ \hline
% depth=<depth> & Resize the animation widget \\ \hline
% scale=<factor> & Scales the animation widget \\ \hline
% bb=<llx> <lly> <urx> <ury> & \\ \hline
% viewport=<llx> <lly> <urx> <ury> & \\ \hline
% trim=<left> <bottom> <right> <top> & \\ \hline
% controls & Inserts control buttons \\ \hline
% buttonsize=<size> & Changes the control button \\ \hline
% buttonbg=<colour> & strokes on transparent background \\ \hline
% buttonfg=<colour> & specifies the stroke colour \\ \hline
% draft & animation is not embedded.Instead, a box with the exact
% dimensions \\ \hline
% final & \\ \hline
% useocg & alternative animation method based on Optional Content Groups \\ \hline
% measure & Measures the frame rate during one cycle of the animation. \\ \hline
%\end{tabular}