summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-30-1-3.tex
blob: 0452f420a3675a1d17e27b7fce8a55406f7c5a31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
\input{preamble-standalone.ltx}
\begin{document}

% Ex. No. 215 (Section 30.1.3 : Example 3 extend lines)

  \begin{tikzpicture}
  \tkzSetUpLine[add=.5 and .5]
  \tkzDefPoints{0/0/A,4/0/B,1/3/C}
  \tkzDrawLines(A,B B,C A,C)
\end{tikzpicture}

\end{document}