summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-show.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-02-06 20:50:18 +0000
committerKarl Berry <karl@freefriends.org>2020-02-06 20:50:18 +0000
commitdec495c25120bdd95ed719784bf1afa8a63145fa (patch)
treea769fb046b216e8d9848dabeb52bd5db4964419c /Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-show.tex
parentde962227058faeeff3cdfca28647678552dadb42 (diff)
tkz-euclide (6feb20)
git-svn-id: svn://tug.org/texlive/trunk@53697 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-show.tex')
-rw-r--r--Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-show.tex24
1 files changed, 13 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-show.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-show.tex
index 457fbed257a..d1eb78b30e5 100644
--- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-show.tex
+++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-show.tex
@@ -1,11 +1,11 @@
%tkz-obj-eu-show.tex
-% Copyright 2011 by Alain Matthes
+% Copyright 2020 by Alain Matthes
% This file may be distributed and/or modified
% 1. under the LaTeX Project Public License and/or
% 2. under the GNU Public License.
-\def\fileversion{3.01c}
-\def\filedate{2020/01/23}
-\typeout{2020/01/23 3.01c tkz-obj-eu-show.tex}
+\def\fileversion{3.02c}
+\def\filedate{2020/01/24}
+\typeout{2020/01/24 3.02c tkz-obj-eu-show.tex}
\makeatletter
%<--------------------------------------------------------------------------–>
% finding specific points in a triangle
@@ -59,7 +59,7 @@
size/.code = \def\tkz@show@size{#1},
/show/.unknown/.code = {\let\searchname=\pgfkeyscurrentname
\pgfkeysalso{\searchname/.try=#1,
- /compass/\searchname/.retry=#1,
+ /tkzcompass/\searchname/.retry=#1,
/tikz/\searchname/.retry=#1}%
}
}
@@ -134,10 +134,12 @@
\def\tkzShowOrthLine{\pgfutil@ifnextchar[{\tkz@ShowOrthLine}{\tkz@ShowOrthLine[]}}
\def\tkz@ShowOrthLine[#1](#2,#3)(#4){%
\begingroup
-\pgfkeys{show/.cd, ratio = .75,
+\pgfkeys{show/.cd,
+ ratio = .75,
length = 1,
- gap = -1} % ????
-\pgfkeys{show/.cd,#1} %????
+ gap = -1,
+ size = 1}
+\pgfkeys{show/.cd,#1}
\tkzVecKOrth(#2,#3)
\pgfnodealias{tkz@OLtmp}{tkzPointResult}
\tkz@VecKCoLinear[1](#2,tkz@OLtmp,#4)
@@ -152,9 +154,9 @@
\pgfnodealias{PO@tmp2}{tkzPointResult}
\tkz@VecKCoLinear[-1](#2,PO@tmp,tkzPOpoint)
\pgfnodealias{PO@tmp1}{tkzPointResult}
- \tkz@VecKCoLinear[2](tkzPOpoint,PO@tmp1,tkzPOpoint)
+ \tkz@VecKCoLinear[\tkz@show@size](tkzPOpoint,PO@tmp1,tkzPOpoint)
\pgfnodealias{PO@1}{tkzPointResult}
- \tkz@VecKCoLinear[2](tkzPOpoint,PO@tmp2,tkzPOpoint)
+ \tkz@VecKCoLinear[\tkz@show@size](tkzPOpoint,PO@tmp2,tkzPOpoint)
\pgfnodealias{PO@2}{tkzPointResult}
\ifdim\tkz@mathLen pt>10 pt\relax
\tkz@VecKNorm[1](#4,tkzPOpoint)
@@ -237,7 +239,7 @@ translation/.code args={from #1 to #2}{%
size/.code = \def\tkz@show@size{#1},
/showtsf/.unknown/.code = {\let\searchname=\pgfkeyscurrentname
\pgfkeysalso{\searchname/.try=#1,
- /compass/\searchname/.retry=#1,
+ /tkzcompass/\searchname/.retry=#1,
/tikz/\searchname/.retry=#1}}
}
%<--------------------------------------------------------------------------–>