summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-09-22 20:14:41 +0000
committerKarl Berry <karl@freefriends.org>2022-09-22 20:14:41 +0000
commit3bbb8dff157f3655c9a7260bd3be7099dac06b2f (patch)
tree99d2f82b48336ee19354deeedc0263df095804c7 /Master/texmf-dist/doc/latex
parente6a468a4966094b8279d60147659d03c3bf0d4d3 (diff)
tkz-euclide (22sep22)
git-svn-id: svn://tug.org/texlive/trunk@64473 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-euclide/README.md9
-rw-r--r--Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-main.tex4
-rw-r--r--Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-news.tex17
-rw-r--r--Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-pointsSpc.tex13
-rw-r--r--Master/texmf-dist/doc/latex/tkz-euclide/tkz-euclide.pdfbin1109613 -> 1109591 bytes
5 files changed, 26 insertions, 17 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/README.md b/Master/texmf-dist/doc/latex/tkz-euclide/README.md
index cbb72b3cb6a..b41bc1f9ac0 100644
--- a/Master/texmf-dist/doc/latex/tkz-euclide/README.md
+++ b/Master/texmf-dist/doc/latex/tkz-euclide/README.md
@@ -1,6 +1,6 @@
# tkz-euclide — for euclidean geometry
-Release 4.23c 2022/08/2
+Release 4.24c 2022/09/21
## Description
@@ -67,6 +67,10 @@ Other examples, in French, are on my site.
## History
+- 4.24c. Correction of a bug in the macro `\tkzMarkAngle`;
+ Modification of the macro `\tkzDefCircle[apollonius]`;
+
+
- 4.23c. Correction of a bug in the macro `\tkzDrawSemiCircle`,
Modification of `\tkzDefRadicalAxis`,
Remove old codes,
@@ -75,7 +79,8 @@ Other examples, in French, are on my site.
Correction of the documentation:
Remove options R, diameter of the macro `\tkzDrawCircle`. To draw a circle you must use two points: the center and a point of the circle.
`\tkzDefPointOnCircle` :
- forgotten "in rad" in the documentation
+ forgotten "in rad" in the documentation.
+
Complement in the documentation for the macro `\tkzDefCircle[R](....)`. You can use either `\tkzGetPoints{o}{x}` or either `\tkzGetPoints{x}`.
- 4.21c the package archive was corrupted, all the "|" disappeared ...
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-main.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-main.tex
index e7a64f31bdb..03cc176ec46 100644
--- a/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-main.tex
+++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-main.tex
@@ -22,10 +22,10 @@
]{tkz-doc}
%\usepackage{etoc}
\gdef\tkznameofpack{tkz-euclide}
-\gdef\tkzversionofpack{4.23c}
+\gdef\tkzversionofpack{4.24c}
\gdef\tkzdateofpack{\today}
\gdef\tkznameofdoc{doc-tkz-euclide}
-\gdef\tkzversionofdoc{4.23c}
+\gdef\tkzversionofdoc{4.24c}
\gdef\tkzdateofdoc{\today}
\gdef\tkzauthorofpack{Alain Matthes}
\gdef\tkzadressofauthor{}
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-news.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-news.tex
index 6f343a66bd1..a36ade459be 100644
--- a/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-news.tex
+++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-news.tex
@@ -43,10 +43,17 @@ If you want to draw a circle, you can't do so |\tkzDrawCircle[R](A,1)|. First yo
\item |\tkzDefLine[euler](A,B,C)| is a macro that allows you to obtain the line of \tkzname{Euler} when possible. |\tkzDefLine[altitude](A,B,C)| is possible again, as well as |\tkzDefLine[tangent at=A](O)| and |\tkzDefLine[tangent from=P](O,A)| which did not works;
-\item | \tkzDefTangent| is replaced by |\tkzDelLine[tangent from = ...]| or |\tkzDelLine[tangent at = ...]|
+\item | \tkzDefTangent| is replaced by |\tkzDelLine[tangent from = ...]| or |\tkzDelLine[tangent at = ...]|;
-\item I added the macro |\tkzPicAngle[tikz options](A,B,C)| for those who prefer to use \TIKZ\ .
+\item I added the macro |\tkzPicAngle[tikz options](A,B,C)| for those who prefer to use \TIKZ ;
+
+
+\item The macro |\tkzMarkAngle| has been corrected;
+
+\item The macro linked to the \tkzname{apollonius} option of the |\tkzDefCircle| command has been rewritten;
+
+\item (4.23) The macro |\tkzDrawSemiCircle| has been corrected;
\item
The order of the arguments of the macro \tkzcname{tkzDefPointOnCircle} has changed: now it is center, angle and point or radius.
@@ -79,7 +86,7 @@ As a reminder, the following changes have been made previously:
\item Correction option isoceles right;
-\item Correction of the macro |\tkzMarkAngle|;
+\item (4.22 and 4.23) Correction of the macro |\tkzMarkAngle|;
\item |\tkzDefMidArc(O,A,B)| gives the middle of the arc center $O$ from $A$ to $B$;
@@ -100,7 +107,9 @@ As a reminder, the following changes have been made previously:
\item |\tkzDefRadicalAxis(A,B)(C,D)| Radical axis of two circles of center $A$ and $C$;
-
+
+
+\item (4.23) The macro |tkzDefRadicalAxis| has been completed
\item Some tests : |\tkzIsOrtho(A,B,C)| and |\tkzIsLinear(A,B,C)| The first indicates whether the lines $(A,B)$ and $(A,C)$ are orthogonal. The second indicates whether the points $A$, $B$ and $C$ are aligned;
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-pointsSpc.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-pointsSpc.tex
index fa18a677b6f..15529b33eb7 100644
--- a/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-pointsSpc.tex
+++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-pointsSpc.tex
@@ -138,7 +138,7 @@ arguments & default & example \\
\end{tabular}
\medskip
-$AB=a$, $BC=b$ and $\frac{AC}{AB} = \frac{AB}{BC} =\phi$
+$AB=a$, $BC=b$ and $\dfrac{AC}{AB} = \dfrac{AB}{BC} =\phi$
\end{NewMacroBox}
\subsubsection{Use the golden ratio to divide a line segment}
@@ -236,14 +236,12 @@ This time $M$ is simply the center of gravity of the triangle.
\subsection{\tkzname{Internal and external Similitude Center}}
The centers of the two homotheties in which two circles correspond are called external and internal centers of similitude. You can use \tkzcname{tkzDefIntSimilitudeCenter} and \tkzcname{tkzDefExtSimilitudeCenter} but the next macro is better.
-\begin{NewMacroBox}{tkzDefSimilitudeCenter}{\oarg{options}\parg{O,A}\parg{O',B} or \parg{O,r}\parg{O',r'}}%
+\begin{NewMacroBox}{tkzDefSimilitudeCenter}{\oarg{options}\parg{O,A}\parg{O',B}}%
\begin{tabular}{lll}%
arguments & example & explanation \\
\midrule
\TAline{\parg{pt1,pt2}\parg{pt3,pt4}}{$(O,A)(O',B)$} {$r=OA,r'=O'B$}
-\TAline{\parg{pt1,r1}\parg{pt2,r2}}{$(A,1)(B,2)$} {}
-
\end{tabular}
\medskip
@@ -253,9 +251,6 @@ options & default & definition \\
\midrule
\TOline{ext}{ext}{external center}
\TOline{int}{ext}{internal center}
-
-\TOline{node}{node}{Circles are defined by two points: center and point on the circle}
-\TOline{R}{node}{Circles are defined by the center and the radius}
\end{tabular}
\end{NewMacroBox}
@@ -322,12 +317,12 @@ You can use \tkzcname{tkzDefBarycentricPoint} to find a homothetic center
\subsection{ \tkzname{Harmonic division} with \tkzcname{tkzDefHarmonic}}
%<---------------------------------------------------------------------->
-\begin{NewMacroBox}{tkzDefHarmonic}{\oarg{options}\parg{pt1,pt2,pt3} or \parg{pt1,pt2}}%
+\begin{NewMacroBox}{tkzDefHarmonic}{\oarg{options}\parg{pt1,pt2,pt3} or \parg{pt1,pt2,k}}%
\begin{tabular}{lll}%
options & default & definition \\
\midrule
-\TOline{both}{both}{\parg{A,B} we look for C and D such that $(A,B;C,D) = -1$ }
+\TOline{both}{both}{\parg{A,B,2} we look for C and D such that $(A,B;C,D) = -1$ and CA=2CB }
\TOline{ext}{both}{\parg{A,B,C} we look for D such that $(A,B;C,D) = -1$}
\TOline{int}{both}{\parg{A,B,D} we look for C such that $(A,B;C,D) = -1$}
\end{tabular}
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/tkz-euclide.pdf b/Master/texmf-dist/doc/latex/tkz-euclide/tkz-euclide.pdf
index a5b345a0323..f54f071781a 100644
--- a/Master/texmf-dist/doc/latex/tkz-euclide/tkz-euclide.pdf
+++ b/Master/texmf-dist/doc/latex/tkz-euclide/tkz-euclide.pdf
Binary files differ