summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-euclide/latex/tkz-euclide.sty
diff options
context:
space:
mode:
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.sty24
1 files changed, 11 insertions, 13 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 8c8208f98a..988d84de40 100644
--- a/macros/latex/contrib/tkz/tkz-euclide/latex/tkz-euclide.sty
+++ b/macros/latex/contrib/tkz/tkz-euclide/latex/tkz-euclide.sty
@@ -1,5 +1,5 @@
% tkz-euclide.sty
-% Copyright 2023 Alain Matthes
+% Copyright 2024 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.
@@ -10,11 +10,11 @@
% This work has the LPPL maintenance status “maintained”.
% The Current Maintainer of this work is Alain Matthes.
%-------------------------------------------------------------------------------
-\def\fileversion{5.04c}
-\def\filedate{2023/10/26}
-\typeout{2023/10/26 5.04c tkz-euclide.sty}
+\def\fileversion{5.05c}
+\def\filedate{2024/01/16}
+\typeout{2024/01/16 5.05c tkz-euclide.sty}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{tkz-euclide}[ 2023/10/26 5.04c for pure Euclidean Geometry ]
+\ProvidesPackage{tkz-euclide}[ 2024/01/16 5.05c for pure Euclidean Geometry ]
\newif\if@tkzlua
\@tkzluafalse
\DeclareOption{lua}{\@tkzluatrue}
@@ -70,11 +70,11 @@
{\pgfmath@y\dimexpr\pgfmath@y/10000\relax}
{}{\PatchFailed}
-%-------------------------------------------------------------------------------
+%-------------------------------
\newdimen\tkzRadius
\newdimen\tkzLength
\newdimen\tkz@radi
-%-------------------------------------------------------------------------------
+%-------------------------------
% tkz registres
\newdimen\tkz@ax
\newdimen\tkz@ay
@@ -121,9 +121,9 @@
\newif\iftkz@swap
\newif\iftkz@init@NO
\newif\iftkz@integer
-\newif\iftkz@Rep@orig%--------------------- Rep
+\newif\iftkz@Rep@orig%---------------------- Rep
\newif\iftkzLengthIncm%--------------------- Math
-\newif\iftkz@sop@show%--------------------- marks
+\newif\iftkz@sop@show%---------------------- marks
\newif\iftkz@equi@show
\newif\iftkz@gd@sub% sub grid ?%--------------------- about grid
\newif\iftkz@node\tkz@nodefalse
@@ -158,11 +158,11 @@
%<---------------------------------------------------------->
% Initialisation
%<---------------------------------------------------------->
+
\if@tkzlua
\RequirePackage{luacode}
\fi
-
\@ifpackageloaded{tkz-base}{}{%
% from base
\input{tkz-tools-eu-base.tex}
@@ -177,7 +177,7 @@
\input{tkz-obj-eu-points.tex}
\input{tkz-draw-eu-points.tex}
}
-% % next from euclide
+% next from euclide
\makeatletter
\if@tkzlua
\input{tkz-tools-eu-lua-base.tex}
@@ -206,7 +206,6 @@
\input{tkz-obj-eu-lines.tex}
\input{tkz-obj-eu-polygons.tex}
\input{tkz-obj-eu-triangles}
-
% drawings
\input{tkz-draw-eu-lines.tex}
\input{tkz-draw-eu-circles.tex}
@@ -217,5 +216,4 @@
\input{tkz-draw-eu-compass.tex}
\input{tkz-draw-eu-show.tex}
\input{tkz-draw-eu-protractor.tex}
-
\endinput \ No newline at end of file