diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/tkz-base/tkz-obj-marks.tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/tkz-base/tkz-obj-marks.tex | 29 |
1 files changed, 13 insertions, 16 deletions
diff --git a/Master/texmf-dist/tex/latex/tkz-base/tkz-obj-marks.tex b/Master/texmf-dist/tex/latex/tkz-base/tkz-obj-marks.tex index 78a0785cae6..be03c2be341 100644 --- a/Master/texmf-dist/tex/latex/tkz-base/tkz-obj-marks.tex +++ b/Master/texmf-dist/tex/latex/tkz-base/tkz-obj-marks.tex @@ -14,9 +14,9 @@ % utf8 encoding -\def\fileversion{3.05c} -\def\filedate{2020/03/03} -\typeout{2020/03/03 3.05c tkz-obj-marks.tex} +\def\fileversion{3.07c} +\def\filedate{2020/03/18} +\typeout{2020/03/18 3.07c tkz-obj-marks.tex} \makeatletter %<-------------------------------------------------------------------------–> % Setup Marks @@ -26,10 +26,10 @@ %<--------------------------------------------------------------------------–> \pgfkeys{/tkzSoPt/.cd, prefix/.store in = \tkz@pref, - prefix = tkzPt, - /tkzSoPt/.unknown/.code = {\let\searchname=\pgfkeyscurrentname - \pgfkeysalso{\searchname/.try=#1, - /tikz/\searchname/.retry=#1}} + prefix = tkzPt, + /tkzSoPt/.unknown/.code = {\let\searchname=\pgfkeyscurrentname + \pgfkeysalso{\searchname/.try=#1, + /tikz/\searchname/.retry=#1}} } \def\tkzDefSetOfPoints{\pgfutil@ifnextchar[{\tkz@SetOfPoints}{% \tkz@SetOfPoints[]}} @@ -49,8 +49,8 @@ %<-------------------------------------------------------------------------–> \pgfkeys{/tkzjoinmk/.cd, prefix/.store in = \tkz@pref, - prefix=tkzPt, - /tkzjoinmk/.search also={/tikz} + prefix = tkzPt, + /tkzjoinmk/.search also = {/tikz} } \def\tkzJoinSetOfPoints{\pgfutil@ifnextchar[{\tkz@JoinSetOfPoints}{% \tkz@JoinSetOfPoints[]}} @@ -70,8 +70,8 @@ %<-------------------------------------------------------------------------–> \pgfkeys{/tkzdrawmk/.cd, prefix/.store in = \tkz@pref, - prefix=tkzPt, - /tkzdrawmk/.search also = {/tikz} + prefix = tkzPt, + /tkzdrawmk/.search also = {/tikz} } \def\tkzDrawSetOfPoints{\pgfutil@ifnextchar[{\tkz@DrawSetOfPoints}{ \tkz@DrawSetOfPoints[]}} @@ -117,10 +117,7 @@ inner sep = 0pt, mark = \tkz@sum@mk@mark, mark size = \tkz@sum@mk@size, - mark options = {color = \tkz@sum@mk@color, - fill = \tkz@sum@mk@fill}}} + mark options = {color = \tkz@sum@mk@color, fill = \tkz@sum@mk@fill}}} }% \makeatother -%<--------------------------------------- ------------------–> -\endinput -
\ No newline at end of file +\endinput
\ No newline at end of file |