blob: 970ba14baac3f0550053640b9eb3b9afe42c8925 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
\input{preamble-standalone.ltx}
\begin{document}
% Ex. No. 2 (Section 3.1 : Installation test)
\begin{tikzpicture}
\tkzInit[xmax=4,ymax=4]
\tkzGrid
\tkzAxeXY
\end{tikzpicture}
\end{document}
|