1 2 3 4 5 6 7 8 9 10 11 12
\input{preamble-standalone.ltx} \begin{document} % Ex. No. 99 (Section 14.2.1 : Lignes horizontales) \begin{tikzpicture} \tkzInit[xmax=5,ymax=4] \tkzAxeXY \tkzHLines[color = magenta]{1,...,3} \end{tikzpicture} \end{document}