summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-euclide/latex/tkz-euclide.sty
blob: 9c27ae7620b12a17dc78465c9662f7d9f0f1fd5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
% tkz-euclide.sty 
% Copyright 2022  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 work has the LPPL maintenance status “maintained”.
% The Current Maintainer of this work is Alain Matthes.

%<------------------------------------------------------------>
\def\fileversion{4.00}
\def\filedate{2022/01/04} 
\typeout{2022/01/04 4.00  tkz-euclide.sty} 
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{tkz-euclide}[ 2022/01/04 4.00 for pure  Euclidean Geometry ]

\@ifpackageloaded{tkz-base}{
\newdimen\tkzRadius
\newdimen\tkzLength
\newdimen\tkz@radi
\newif\iftkz@line@normed
\newif\ifnormtkzcode@execute% german ? right angle
\newif\iftkz@swap@sc%---------------------- semi circle
}{
\RequirePackage{tikz} 
\usetikzlibrary{angles,
                arrows,
                arrows.meta,
                calc,
                decorations,
                decorations.markings,
                decorations.pathreplacing,
                decorations.shapes,
                decorations.text,
                decorations.pathmorphing,
                intersections,
                plotmarks,
                quotes,
                shapes.misc
                }
\RequirePackage{xfp}
%---------------------
\newdimen\tkzRadius
\newdimen\tkzLength
\newdimen\tkz@radi
%--------------------- tkz registres
\newdimen\tkz@ax
\newdimen\tkz@ay
\newdimen\tkz@bx
\newdimen\tkz@by
\newdimen\tkz@cx
\newdimen\tkz@cy
\newdimen\tkz@dx
\newdimen\tkz@dy
%--------------------- points
\newif\iftkz@polar\tkz@polarfalse
\newif\iftkz@pt@polar 
\newif\iftkz@pt@show 
\newif\iftkz@pt@noname 
\newif\iftkz@coord@noxdraw
\newif\iftkz@coord@noydraw
\newif\iftkz@vec@normed
%--------------------- lines
\newif\iftkz@line@normed
%--------------------- tkz axis
\newif\iftkz@X@noticks
\newif\iftkz@Y@noticks
\newif\iftkz@X@nograd
\newif\iftkz@Y@nograd
\newif\iftkz@X@orig
\newif\iftkz@Y@orig
\newif\iftkz@X@unit
\newif\iftkz@Y@unit
\newif\iftkz@np 
\newif\iftkz@swap
\newif\iftkz@init@NO
\newif\iftkz@Rep@orig%--------------------- Rep
\newif\iftkzLengthIncm%--------------------- Math
\newif\iftkz@sop@show%--------------------- marks
\newif\iftkz@equi@show
\newif\iftkz@gd@sub% sub grid ?%--------------------- about grid
\newif\iftkz@node\tkz@nodefalse  
\newif\iftkz@legend@line%--------------------- legend
\newif\iftkz@TestSubString
\newif\ifnormtkzcode@execute% german ? right angle
\newif\iftkz@swap@sc%---------------------- semi circle
\newif\ifpgf@unknown % math arith
\newif\ifpgf@isaprime    
\newcount\tkz@cntmk
\newif\iftkz@RappReturn % protractor
\newif\iftkz@RappFull
%--------------------- Init
\def\tkz@xa{0}
\def\tkz@xb{10}
\def\tkz@ya{0}
\def\tkz@yb{10}
\def\tkz@mathresult{}
\InputIfFileExists{tkz-euclide.cfg}{%
\typeout{Local configuration file tkz-euclide.cfg found and used}}{%
\typeout{tkz-euclide.cfg not found}}
}
%--------------------- Init
\def\tkz@tmp@xa{-5}
\def\tkz@tmp@xb{+5}
\def\tkz@tmp@ya{-5}
\def\tkz@tmp@yb{+5}
%<---------------------------------------------------------->

\DeclareOption*{}
\ProcessOptions
%<---------------------------------------------------------->
%                          Initialisation
%<---------------------------------------------------------->
\@ifpackageloaded{tkz-base}{}{%
% from base 
\input{tkz-tools-eu-base.tex}
\input{tkz-tools-eu-utilities.tex}
\input{tkz-tools-eu-BB.tex}
\input{tkz-obj-eu-grids.tex}
\input{tkz-lib-eu-marks.tex}
\input{tkz-tools-eu-text.tex}
\input{tkz-lib-eu-shape.tex}
\input{tkz-obj-eu-axesmin.tex}
\input{tkz-tools-eu-colors.tex}
\input{tkz-obj-eu-points.tex}
}
% next from euclide
\input{tkz-tools-eu-math.tex}
\input{tkz-tools-eu-intersections}
\input{tkz-tools-eu-angles}
\input{tkz-obj-eu-compass.tex}
\input{tkz-obj-eu-circles.tex}
\input{tkz-obj-eu-circles-by.tex}
\input{tkz-obj-eu-draw-angles.tex}
\input{tkz-obj-eu-draw-circles.tex}
\input{tkz-obj-eu-draw-lines.tex}
\input{tkz-obj-eu-draw-polygons.tex}
\input{tkz-obj-eu-draw-triangles.tex}
\input{tkz-obj-eu-lines.tex}
\input{tkz-obj-eu-points-by.tex}
\input{tkz-obj-eu-points-rnd.tex}
\input{tkz-obj-eu-points-spc.tex}
\input{tkz-obj-eu-points-with.tex}
\input{tkz-obj-eu-polygons.tex}
\input{tkz-obj-eu-protractor.tex}
\input{tkz-obj-eu-sectors.tex}
\input{tkz-obj-eu-show.tex}
\input{tkz-obj-eu-triangles}
\endinput