summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-30-2-1.tex
blob: 1472372575cbb86c95cd34360cdc1f439ce2f6b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
\input{preamble-standalone.ltx}
\begin{document}

% Ex. No. 216 (Section 30.2.1 : use of\tkzcname{tkzSetUpPoint})

\begin{tikzpicture}
  \tkzSetUpPoint[shape = cross out,color=blue]
  \tkzInit[xmax=100,xstep=20,ymax=.5]
  \tkzDefPoint(20,1){A}
  \tkzDefPoint(80,0){B}
  \tkzDrawLine(A,B)
  \tkzDrawPoints(A,B)
\end{tikzpicture}

\end{document}