summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-26.2.0.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-01-05 03:00:57 +0000
committerNorbert Preining <norbert@preining.info>2022-01-05 03:00:57 +0000
commitc03c0d515f1bfbd111d40e78805db4696e080fb8 (patch)
tree4d72d1df66079b3937776da41a78d71189719dad /macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-26.2.0.tex
parent1903b598f8dda613f5c584bb18ccfd2fd8c278bb (diff)
CTAN sync 202201050300
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-26.2.0.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-26.2.0.tex22
1 files changed, 0 insertions, 22 deletions
diff --git a/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-26.2.0.tex b/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-26.2.0.tex
deleted file mode 100644
index 1083b097b3..0000000000
--- a/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-26.2.0.tex
+++ /dev/null
@@ -1,22 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 216 (Section 26.2 : Multiple constructions \tkzcname{tkzCompasss})
-
-\begin{tikzpicture}[scale=.75]
- \tkzDefPoint(2,2){A} \tkzDefPoint(5,-2){B}
- \tkzDefPoint(3,4){C} \tkzDrawPoints(A,B)
- \tkzDrawPoint[color=red,shape=cross out](C)
- \tkzCompasss[color=orange](A,B A,C B,C C,B)
- \tkzShowLine[mediator,color=red,
- dashed,length = 2](A,B)
- \tkzShowLine[parallel = through C,
- color=blue,length=2](A,B)
- \tkzDefLine[mediator](A,B) \tkzGetPoints{i}{j}
- \tkzDefLine[parallel=through C](A,B) \tkzGetPoint{D}
- \tkzDrawLines[add=.6 and .6](C,D A,C B,D)
- \tkzDrawLines(i,j) \tkzDrawPoints(A,B,C,i,j,D)
- \tkzLabelPoints(A,B,C,i,j,D)
-\end{tikzpicture}
-
-\end{document} \ No newline at end of file