summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-euclide/latex/tkz-euclide.sty
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-03-09 03:01:39 +0000
committerNorbert Preining <norbert@preining.info>2020-03-09 03:01:39 +0000
commit0561778af6f8fde0a3a1c334e2aab9a4f1142d6e (patch)
treec19fe45e4101aed56e7fb3602174c6a5e335d7d1 /macros/latex/contrib/tkz/tkz-euclide/latex/tkz-euclide.sty
parenta8880a5ee484845d9a526c5ca8d21d31214af22b (diff)
CTAN sync 202003090301
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-euclide/latex/tkz-euclide.sty')
-rw-r--r--macros/latex/contrib/tkz/tkz-euclide/latex/tkz-euclide.sty72
1 files changed, 60 insertions, 12 deletions
diff --git a/macros/latex/contrib/tkz/tkz-euclide/latex/tkz-euclide.sty b/macros/latex/contrib/tkz/tkz-euclide/latex/tkz-euclide.sty
index 5c86e5c0af..74ab4a2987 100644
--- a/macros/latex/contrib/tkz/tkz-euclide/latex/tkz-euclide.sty
+++ b/macros/latex/contrib/tkz/tkz-euclide/latex/tkz-euclide.sty
@@ -1,30 +1,78 @@
-% tkz-euclide.sty
-% Copyright 2020 by Alain Matthes
+% tkz-euclide.sty (utf8 encoding)
+% Copyright 2020 Alain Matthes
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either version 1.3
+% of this license or (at your option) any later version.
+% The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3 or later is part of all distributions of LaTeX
+% version 2005/12/01 or later.
%
-% This file may be distributed and/or modified
+% This work has the LPPL maintenance status “maintained”.
+%
+% The Current Maintainer of this work is Alain Matthes.
%
-% 1. under the LaTeX Project Public License and/or
-% 2. under the GNU Public License.
+% This work consists of the files:
+% tkz-euclide.sty
+% tkz-obj-eu-angles.tex
+% tkz-obj-eu-arcs.tex
+% tkz-obj-eu-circles.tex
+% tkz-obj-eu-compass.tex
+% tkz-obj-eu-draw-circles.tex
+% tkz-obj-eu-draw-lines.tex
+% tkz-obj-eu-draw-polygons.tex
+% tkz-obj-eu-lines.tex
+% tkz-obj-eu-points-by.tex
+% tkz-obj-eu-points-rnd.tex
+% tkz-obj-eu-points-with.tex
+% tkz-obj-eu-points.tex
+% tkz-obj-eu-polygons.tex
+% tkz-obj-eu-protractor.tex
+% tkz-obj-eu-sectors.tex
+% tkz-obj-eu-show.tex
+% tkz-obj-eu-triangles.tex
+% tkz-tools-angles.tex
+% tkz-tools-intersections.tex
+% tkz-tools-math.tex
+
%<------------------------------------------------------------–>
-\def\fileversion{3.02c}
-\def\filedate{2020/01/24}
-\typeout{2020/01/24 3.02c tkz-euclide.sty}
+\def\fileversion{3.05c}
+\def\filedate{2020/03/03}
+\typeout{2020/03/03 3.05c tkz-euclide.sty}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{tkz-euclide}[2020/01/24 3.02c for euclidan geometry ]
+\ProvidesPackage{tkz-euclide}[2020/03/03 3.05c for euclidan geometry ]
\RequirePackage{tkz-base}
\makeatletter
-\@ifpackagelater{tkz-base}{2020/01/24}{%
+\@ifpackagelater{tkz-base}{2020/03/03}{%
% Package is new enough
}{%
\PackageError{tkz-euclide}{Package tkz-base is too old , you need a recent version}%
}
\makeatother
-\DeclareOption*{}%% Ne rien faire quand une option est inconnue
+\DeclareOption*{}
\ProcessOptions
%<----------------------------------------------------------–>
% Initialisation
%<----------------------------------------------------------–>
\input{tkz-tools-intersections}
\input{tkz-tools-angles}
-\usetkzobj{eu-angles,eu-arcs,eu-compass,eu-circles,eu-draw-circles,eu-lines,eu-draw-lines,eu-points,eu-points-by,eu-points-rnd,eu-points-with,eu-draw-polygons,eu-polygons,eu-protractor,eu-sectors,eu-show,eu-triangles}
+\usetkzobj{%
+ eu-angles,%
+ eu-arcs,%
+ eu-compass,%
+ eu-circles,%
+ eu-draw-circles,%
+ eu-draw-lines,%
+ eu-draw-polygons,%
+ eu-draw-triangles,%
+ eu-lines,%
+ eu-points,%
+ eu-points-by,%
+ eu-points-rnd,%
+ eu-points-with,%
+ eu-polygons,%
+ eu-protractor,%
+ eu-sectors,%
+ eu-show,%
+ eu-triangles}
\endinput