summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-euclide/doc/latex/TKZdoc-euclide-compass.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/doc/latex/TKZdoc-euclide-compass.tex
parent1903b598f8dda613f5c584bb18ccfd2fd8c278bb (diff)
CTAN sync 202201050300
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-euclide/doc/latex/TKZdoc-euclide-compass.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-euclide/doc/latex/TKZdoc-euclide-compass.tex61
1 files changed, 14 insertions, 47 deletions
diff --git a/macros/latex/contrib/tkz/tkz-euclide/doc/latex/TKZdoc-euclide-compass.tex b/macros/latex/contrib/tkz/tkz-euclide/doc/latex/TKZdoc-euclide-compass.tex
index a66e7809a1..08fd38950e 100644
--- a/macros/latex/contrib/tkz/tkz-euclide/doc/latex/TKZdoc-euclide-compass.tex
+++ b/macros/latex/contrib/tkz/tkz-euclide/doc/latex/TKZdoc-euclide-compass.tex
@@ -21,11 +21,11 @@ options & default & definition \\
\begin{tikzpicture}
\tkzDefPoint(1,1){A}
\tkzDefPoint(6,1){B}
- \tkzInterCC[R](A,4cm)(B,3cm)
+ \tkzInterCC[R](A,4)(B,3)
\tkzGetPoints{C}{D}
\tkzDrawPoint(C)
- \tkzCompass[color=red,length=1.5](A,C)
- \tkzCompass[color=red](B,C)
+ \tkzCompass[length=1.5](A,C)
+ \tkzCompass(B,C)
\tkzDrawSegments(A,B A,C B,C)
\end{tikzpicture}
\end{tkzexample}
@@ -35,11 +35,11 @@ options & default & definition \\
\begin{tikzpicture}
\tkzDefPoint(0,0){A}
\tkzDefPoint(5,0){B}
- \tkzInterCC[R](A,4cm)(B,3cm)
+ \tkzInterCC[R](A,4)(B,3)
\tkzGetPoints{C}{D}
\tkzDrawPoints(A,B,C)
- \tkzCompass[color=red,delta=20](A,C)
- \tkzCompass[color=red,delta=20](B,C)
+ \tkzCompass[delta=20](A,C)
+ \tkzCompass[delta=20](B,C)
\tkzDrawPolygon(A,B,C)
\tkzMarkAngle(A,C,B)
\end{tikzpicture}
@@ -63,52 +63,19 @@ options & default & definition \\
\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)
+ \tkzDrawPoint[shape=cross out](C)
+ \tkzCompasss[new](A,B A,C B,C C,B)
+ \tkzShowLine[mediator,new,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}
+ color=purple,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{tkzexample}
-
-\subsection{Configuration macro \tkzcname{tkzSetUpCompass}}
-
-\begin{NewMacroBox}{tkzSetUpCompass}{\oarg{local options}}%
-\begin{tabular}{lll}%
-options & default & definition \\
-\midrule
-\TOline{line width} {0.4pt}{line thickness}
-\TOline{color} {black!50}{line colour}
-\TOline{style} {solid}{solid line style, dashed,dotted,...}
-\end{tabular}
-\end{NewMacroBox}
-
-\subsubsection{Use of \tkzcname{tkzSetUpCompass}}
-
-\begin{tkzexample}[latex=7cm,small]
-\begin{tikzpicture}[scale=.75,
- showbi/.style={bisector,size=2,gap=3}]
- \tkzSetUpCompass[color=blue,line width=.3 pt]
- \tkzDefPoints{0/1/A, 8/3/B, 3/6/C}
- \tkzDrawPolygon(A,B,C)
- \tkzDefLine[bisector](B,A,C) \tkzGetPoint{a}
- \tkzDefLine[bisector](C,B,A) \tkzGetPoint{b}
- \tkzShowLine[showbi](B,A,C)
- \tkzShowLine[showbi](C,B,A)
- \tkzInterLL(A,a)(B,b) \tkzGetPoint{I}
- \tkzDefPointBy[projection= onto A--B](I)
- \tkzGetPoint{H}
- \tkzDrawCircle[radius,color=gray](I,H)
- \tkzDrawSegments[color=gray!50](I,H)
- \tkzDrawLines[add=0 and -.2,color=blue!50 ](A,a B,b)
- \tkzShowBB
-\end{tikzpicture}
-\end{tkzexample}
\endinput \ No newline at end of file