diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-30-1-3.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-30-1-3.tex | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-30-1-3.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-30-1-3.tex new file mode 100644 index 00000000000..0452f420a36 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-30-1-3.tex @@ -0,0 +1,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} |