diff options
author | Karl Berry <karl@freefriends.org> | 2020-02-06 20:50:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-02-06 20:50:18 +0000 |
commit | dec495c25120bdd95ed719784bf1afa8a63145fa (patch) | |
tree | a769fb046b216e8d9848dabeb52bd5db4964419c /Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-14-1-5.tex | |
parent | de962227058faeeff3cdfca28647678552dadb42 (diff) |
tkz-euclide (6feb20)
git-svn-id: svn://tug.org/texlive/trunk@53697 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-14-1-5.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-14-1-5.tex | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-14-1-5.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-14-1-5.tex new file mode 100644 index 00000000000..0fa5586acc9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-14-1-5.tex @@ -0,0 +1,15 @@ +\input{preamble-standalone.ltx} +\begin{document} + +% Ex. No. 78 (Section 14.1.5 : Altitudes in a triangle) + +\begin{tikzpicture}[scale=1.25] + \tkzDefPoint(0,0){A} \tkzDefPoint(4,0){B} + \tkzDefPoint(1,3){C} \tkzDrawPolygon(A,B,C) + \tkzSetUpLine[color=magenta] + \tkzDrawLine[altitude](B,C,A) + \tkzDrawLine[altitude](C,A,B) + \tkzDrawLine[altitude](A,B,C) +\end{tikzpicture} + +\end{document} |