16 lines
298 B
TeX
16 lines
298 B
TeX
|
\documentclass{article}
|
||
|
\usepackage[utf8]{inputenc} % Unicode support (Umlauts etc.)
|
||
|
\usepackage[french]{babel} % Change hyphenation rules
|
||
|
|
||
|
|
||
|
\begin{document}
|
||
|
Coucou comment allez vous?
|
||
|
|
||
|
Je m'appelle \Var{name}.
|
||
|
|
||
|
%- for j in range(repetitions)
|
||
|
Je peux faire \Var{j} \\
|
||
|
%- endfor
|
||
|
|
||
|
\end{document}
|