blob: 591fcf58754c114d1af7203544049695e9269200 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
\input{preamble-standalone.ltx}
\begin{document}
% Ex. No. 80 (Section 9.2 : Use \tkzcname{tikzset})
\begin{tikzpicture}
\tkzInit[xmin=-0.5,xmax=5]
\tkzDrawX
\tkzLabelX
\end{tikzpicture}
\end{document}
|