summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-4.2.0.tex
blob: f3e6d2b710756bc5b42ac9f093dbfce39901cab7 (plain)
1
2
3
4
5
6
7
8
9
10
11
\input{preamble-standalone.ltx}
\begin{document}

% Ex. No. 6 (Section  4.2 : The role of \tkzname{\tkznameofpack})

\begin{tikzpicture}[x=0.000001 cm]
 \coordinate (x) at (6000000,0);
  \draw (0,0)--(x);
\end{tikzpicture}

\end{document}