summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-base/latex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-base/latex')
-rw-r--r--macros/latex/contrib/tkz/tkz-base/latex/tkz-base.cfg6
-rw-r--r--macros/latex/contrib/tkz/tkz-base/latex/tkz-base.sty7
-rw-r--r--macros/latex/contrib/tkz/tkz-base/latex/tkz-lib-marks.tex6
-rw-r--r--macros/latex/contrib/tkz/tkz-base/latex/tkz-obj-axes.tex6
-rw-r--r--macros/latex/contrib/tkz/tkz-base/latex/tkz-obj-grids.tex6
-rw-r--r--macros/latex/contrib/tkz/tkz-base/latex/tkz-obj-marks.tex29
-rw-r--r--macros/latex/contrib/tkz/tkz-base/latex/tkz-obj-points.tex8
-rw-r--r--macros/latex/contrib/tkz/tkz-base/latex/tkz-obj-rep.tex6
-rw-r--r--macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-BB.tex6
-rw-r--r--macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-arith.tex10
-rw-r--r--macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-base.tex6
-rw-r--r--macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-misc.tex6
-rw-r--r--macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-modules.tex6
-rw-r--r--macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-print.tex8
-rw-r--r--macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-text.tex7
-rw-r--r--macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-utilities.tex6
16 files changed, 61 insertions, 68 deletions
diff --git a/macros/latex/contrib/tkz/tkz-base/latex/tkz-base.cfg b/macros/latex/contrib/tkz/tkz-base/latex/tkz-base.cfg
index 2acb32861e..fbab54e137 100644
--- a/macros/latex/contrib/tkz/tkz-base/latex/tkz-base.cfg
+++ b/macros/latex/contrib/tkz/tkz-base/latex/tkz-base.cfg
@@ -17,9 +17,9 @@
% variable.
%utf8 encoding
-\def\fileversion{3.05c}
-\def\filedate{2020/03/03}
-\typeout{2020/03/03 3.05c tkz-base.cfg}
+\def\fileversion{3.06c}
+\def\filedate{2020/03/18}
+\typeout{2020/03/18 3.06c tkz-base.cfg}
%<------ colors ---------------------------------------–>
\def\tkz@backgroundcolor{white}
\def\tkz@textcolor{black}
diff --git a/macros/latex/contrib/tkz/tkz-base/latex/tkz-base.sty b/macros/latex/contrib/tkz/tkz-base/latex/tkz-base.sty
index 56d93baed9..d3acfceed9 100644
--- a/macros/latex/contrib/tkz/tkz-base/latex/tkz-base.sty
+++ b/macros/latex/contrib/tkz/tkz-base/latex/tkz-base.sty
@@ -33,9 +33,9 @@
%<--------------------------------------------------------------------------–>
% Objet : Outils pour la création de graphiques géométriques
%<--------------------------------------------------------------------------–>
-\typeout{2020/03/03 3.05c tkz-base.sty}
+\typeout{2020/03/18 3.06c tkz-base.sty}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{tkz-base}[2020/03/03 3.05c tkz-base]
+\ProvidesPackage{tkz-base}[2020/03/18 3.06c tkz-base]
\ifx\e@alloc\@undefined
\RequirePackage{etex}
\fi
@@ -141,5 +141,4 @@
\input{tkz-lib-marks}
\usetkztool{base,utilities,math,text,BB,arith,print,misc}
\usetkzobj{axes,grids,marks,points,rep}
-\endinput
-
+\endinput \ No newline at end of file
diff --git a/macros/latex/contrib/tkz/tkz-base/latex/tkz-lib-marks.tex b/macros/latex/contrib/tkz/tkz-base/latex/tkz-lib-marks.tex
index 5ae1de142e..4d90cd1e78 100644
--- a/macros/latex/contrib/tkz/tkz-base/latex/tkz-lib-marks.tex
+++ b/macros/latex/contrib/tkz/tkz-base/latex/tkz-lib-marks.tex
@@ -12,9 +12,9 @@
%
% The Current Maintainer of this work is Alain Matthes.
-\def\fileversion{3.05c}
-\def\filedate{2020/03/03}
-\typeout{2020/03/03 3.05c tkz-lib-symbols.tex}
+\def\fileversion{3.06c}
+\def\filedate{2020/03/18}
+\typeout{2020/03/18 3.06c tkz-lib-symbols.tex}
\makeatletter
%<--------------------------------------------------------------------------–>
% Création des symboles
diff --git a/macros/latex/contrib/tkz/tkz-base/latex/tkz-obj-axes.tex b/macros/latex/contrib/tkz/tkz-base/latex/tkz-obj-axes.tex
index ddc800a801..0382917149 100644
--- a/macros/latex/contrib/tkz/tkz-base/latex/tkz-obj-axes.tex
+++ b/macros/latex/contrib/tkz/tkz-base/latex/tkz-obj-axes.tex
@@ -13,9 +13,9 @@
% The Current Maintainer of this work is Alain Matthes.
% utf8 encoding
-\def\fileversion{3.05c}
-\def\filedate{2020/03/03}
-\typeout{2020/03/03 3.05c tkz-obj-axes.tex}
+\def\fileversion{3.06c}
+\def\filedate{2020/03/18}
+\typeout{2020/03/18 3.06c tkz-obj-axes.tex}
\newif\ifinteger
\makeatletter
\def\removedot#1.{#1}
diff --git a/macros/latex/contrib/tkz/tkz-base/latex/tkz-obj-grids.tex b/macros/latex/contrib/tkz/tkz-base/latex/tkz-obj-grids.tex
index eb23c857c0..9330d54723 100644
--- a/macros/latex/contrib/tkz/tkz-base/latex/tkz-obj-grids.tex
+++ b/macros/latex/contrib/tkz/tkz-base/latex/tkz-obj-grids.tex
@@ -13,9 +13,9 @@
% The Current Maintainer of this work is Alain Matthes.
% utf8 encoding
-\def\fileversion{3.05c}
-\def\filedate{2020/03/03}
-\typeout{2020/03/03 3.05c tkz-obj-grids.tex}
+\def\fileversion{3.06c}
+\def\filedate{2020/03/18}
+\typeout{2020/03/18 3.06c tkz-obj-grids.tex}
\makeatletter
%<--------------------------------------------------------------------------–>
% Setup Grid
diff --git a/macros/latex/contrib/tkz/tkz-base/latex/tkz-obj-marks.tex b/macros/latex/contrib/tkz/tkz-base/latex/tkz-obj-marks.tex
index 78a0785cae..be03c2be34 100644
--- a/macros/latex/contrib/tkz/tkz-base/latex/tkz-obj-marks.tex
+++ b/macros/latex/contrib/tkz/tkz-base/latex/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
diff --git a/macros/latex/contrib/tkz/tkz-base/latex/tkz-obj-points.tex b/macros/latex/contrib/tkz/tkz-base/latex/tkz-obj-points.tex
index 8d3ea5b550..97cd3ccd1b 100644
--- a/macros/latex/contrib/tkz/tkz-base/latex/tkz-obj-points.tex
+++ b/macros/latex/contrib/tkz/tkz-base/latex/tkz-obj-points.tex
@@ -13,9 +13,9 @@
% The Current Maintainer of this work is Alain Matthes.
-\def\fileversion{3.05c}
-\def\filedate{2020/03/03}
-\typeout{2020/03/03 3.05c tkz-obj-points.tex}
+\def\fileversion{3.06c}
+\def\filedate{2020/03/18}
+\typeout{2020/03/18 3.06c tkz-obj-points.tex}
%<--------------------------------------------------------------------------–>
% init def point
%<--------------------------------------------------------------------------–>
@@ -329,4 +329,4 @@
}
\let\tkzGetPointxy\tkzGetPointCoord
\makeatother
-\endinput
+\endinput \ No newline at end of file
diff --git a/macros/latex/contrib/tkz/tkz-base/latex/tkz-obj-rep.tex b/macros/latex/contrib/tkz/tkz-base/latex/tkz-obj-rep.tex
index ff1ee65f06..0698c963fd 100644
--- a/macros/latex/contrib/tkz/tkz-base/latex/tkz-obj-rep.tex
+++ b/macros/latex/contrib/tkz/tkz-base/latex/tkz-obj-rep.tex
@@ -12,9 +12,9 @@
%
% The Current Maintainer of this work is Alain Matthes.
% utf8 encoding
-\def\fileversion{3.05c}
-\def\filedate{2020/03/03}
-\typeout{2020/03/03 3.05c tkz-obj-rep.tex}
+\def\fileversion{3.06c}
+\def\filedate{2020/03/18}
+\typeout{2020/03/18 3.06c tkz-obj-rep.tex}
\makeatletter
%<--------------------------------------------------------------------------–>
% repère
diff --git a/macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-BB.tex b/macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-BB.tex
index a6829b6835..6fd5422bbb 100644
--- a/macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-BB.tex
+++ b/macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-BB.tex
@@ -12,9 +12,9 @@
%
% The Current Maintainer of this work is Alain Matthes.
% utf8 encoding
-\def\fileversion{3.05c}
-\def\filedate{2020/03/03}
-\typeout{2020/03/03 3.05c tkz-obj-BB.tex}
+\def\fileversion{3.06c}
+\def\filedate{2020/03/18}
+\typeout{2020/03/18 3.06c tkz-obj-BB.tex}
\makeatletter
%<--------------------------------------------------------------------------–>
\pgfkeys{/tkzClip/.cd,
diff --git a/macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-arith.tex b/macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-arith.tex
index c25572c709..c8990a76a2 100644
--- a/macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-arith.tex
+++ b/macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-arith.tex
@@ -12,9 +12,9 @@
%
% The Current Maintainer of this work is Alain Matthes.
% utf8 encoding
-\def\fileversion{3.05c}
-\def\filedate{2020/03/03}
-\typeout{2020/03/03 3.05c tkz-tools-arith.tex}
+\def\fileversion{3.06c}
+\def\filedate{2020/03/18}
+\typeout{2020/03/18 3.06c tkz-tools-arith.tex}
% 1.161 test if "isfactor" is already defined
% now with pgf 3.0 gcd isprime isodd iseven are defined
%<--------------------------------------------------------------------------–>
@@ -210,6 +210,4 @@
%<--------------------------------------------------------------------------->
%\catcode`\@=\tkzAtCode\relax
\makeatother
-\endinput
-
-
+\endinput \ No newline at end of file
diff --git a/macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-base.tex b/macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-base.tex
index 825c881e35..9f66cdac0a 100644
--- a/macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-base.tex
+++ b/macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-base.tex
@@ -12,9 +12,9 @@
%
% The Current Maintainer of this work is Alain Matthes.
% utf8 encoding
-\def\fileversion{3.05c}
-\def\filedate{2020/03/03}
-\typeout{2020/03/03 3.05c tkz-tools-base.tex}
+\def\fileversion{3.06c}
+\def\filedate{2020/03/18}
+\typeout{2020/03/18 3.06c tkz-tools-base.tex}
\makeatletter
%<--------------------------------------------------------------------------–>
\global\let\tkz@tmp@xa\tkz@init@xmin% modif 2016
diff --git a/macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-misc.tex b/macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-misc.tex
index c5bd7f2f91..31e8981e63 100644
--- a/macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-misc.tex
+++ b/macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-misc.tex
@@ -12,9 +12,9 @@
%
% The Current Maintainer of this work is Alain Matthes.
% utf8 encoding
-\def\fileversion{3.05c}
-\def\filedate{2020/03/03}
-\typeout{2020/03/03 3.05c tkz-tools-misc.tex}
+\def\fileversion{3.06c}
+\def\filedate{2020/03/18}
+\typeout{2020/03/18 3.06c tkz-tools-misc.tex}
\makeatletter
%<--------------------------------------------------------------------------–>
% hline pb avec line
diff --git a/macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-modules.tex b/macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-modules.tex
index 8197dc7a4e..151a8ce041 100644
--- a/macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-modules.tex
+++ b/macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-modules.tex
@@ -12,9 +12,9 @@
%
% The Current Maintainer of this work is Alain Matthes.
% utf8 encoding
-\def\fileversion{3.05c}
-\def\filedate{2020/03/03}
-\typeout{2020/03/03 3.05c tkz-tools-utilities.tex}
+\def\fileversion{3.06c}
+\def\filedate{2020/03/18}
+\typeout{2020/03/18 3.06c tkz-tools-utilities.tex}
\makeatletter
%<------------- % chargement des modules ---------------------------------->
\def\tkz@obj@all{angles,arcs,compass,defcircles,deflines,defpoints,defpointsby,defpointsrnd,defpointswith,polygons,protractor,sectors,show,triangles}%
diff --git a/macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-print.tex b/macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-print.tex
index d61b81e39a..be4d362cae 100644
--- a/macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-print.tex
+++ b/macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-print.tex
@@ -12,9 +12,9 @@
%
% The Current Maintainer of this work is Alain Matthes.
% utf8 encoding
-\def\fileversion{3.05c}
-\def\filedate{2020/03/03}
-\typeout{2020/03/03 3.05c tkz-tools-print.tex}
+\def\fileversion{3.06c}
+\def\filedate{2020/03/18}
+\typeout{2020/03/18 3.06c tkz-tools-print.tex}
\makeatletter
%<------------- tkzPrintFrac ---------------------------------->
\def\tkzPrintFrac#1#2{%
@@ -85,4 +85,4 @@
}%
\makeatother
-\endinput
+\endinput \ No newline at end of file
diff --git a/macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-text.tex b/macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-text.tex
index d8d4d804b3..8fb49d5fbb 100644
--- a/macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-text.tex
+++ b/macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-text.tex
@@ -12,9 +12,9 @@
%
% The Current Maintainer of this work is Alain Matthes.
% utf8 encoding
-\def\fileversion{3.05c}
-\def\filedate{2020/03/03}
-\typeout{2020/03/03 3.05c tkz-tools-text.tex}
+\def\fileversion{3.06c}
+\def\filedate{2020/03/18}
+\typeout{2020/03/18 3.06c tkz-tools-text.tex}
\makeatletter
%<--------------------------------------------------------------------------–>
% tkzText
@@ -86,6 +86,5 @@
};%
\endgroup
}
-
\makeatother
\endinput \ No newline at end of file
diff --git a/macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-utilities.tex b/macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-utilities.tex
index 5c02aad0d5..e3ed8cb5a7 100644
--- a/macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-utilities.tex
+++ b/macros/latex/contrib/tkz/tkz-base/latex/tkz-tools-utilities.tex
@@ -12,9 +12,9 @@
%
% The Current Maintainer of this work is Alain Matthes.
% utf8 encoding
-\def\fileversion{3.05c}
-\def\filedate{2020/03/03}
-\typeout{2020/03/03 3.05c tkz-tools-utilities.tex}
+\def\fileversion{3.06c}
+\def\filedate{2020/03/18}
+\typeout{2020/03/18 3.06c tkz-tools-utilities.tex}
\makeatletter
% for testing results
\def\extractxy#1{%