diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-lua-points.tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-lua-points.tex | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-lua-points.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-lua-points.tex index 75d08e6902c..936955cba01 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-lua-points.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-lua-points.tex @@ -10,9 +10,9 @@ % This work has the LPPL maintenance status “maintained”. % The Current Maintainer of this work is Alain Matthes. -\def\fileversion{5.02c} -\def\filedate{2023/02/03} -\typeout{2023/02/03 5.02c tkz-obj-lua-points.tex} +\def\fileversion{5.03c} +\def\filedate{2023/10/20} +\typeout{2023/10/20 5.03c tkz-obj-lua-points.tex} \makeatletter %<---------------------------------------------------------------------------> % init def point @@ -127,16 +127,13 @@ \end{scope} }% %<--------------------------------------------------------------------------–> -%<--------------------------------------------------------------------------–> -%<--------------------------------------------------------------------------–> - %<---------------------------------------------------------------------------> % tkzDefShiftPoint %<---------------------------------------------------------------------------> \def\tkzDefShiftPoint[#1](#2)#3{% \tkz@@extractxy{#1} \tkz@ax\pgf@x % - \tkz@ay\pgf@y % + \tkz@ay\pgf@y % \begin{scope}[shift={(\tkz@ax,\tkz@ay)}] \coordinate (#3) at (#2); \end{scope} @@ -165,5 +162,5 @@ \pgfextracty{\pgf@y}{\pgfpointanchor{#1}{center}} } \let\tkzGetPointxy\tkzGetPointCoord -\makeatother +\makeatother \endinput
\ No newline at end of file |