summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-base/latex/tkz-base.sty
blob: 8c39f0dcd7f703b982513c5be6497822e150843b (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
% tkz-base.sty % this file
% Copyright 2011 by Alain Matthes
%
% This file may be distributed and/or modified
%
% 1. under the LaTeX Project Public License and/or
% 2. under the GNU Public License. 
% This work consists of the main source file interfaces.dtx
% and the derived files 
% tkz-base.sty % this file
%<--------------------------------------------------------------------------–>
%  Objet :  Outils pour la création de graphiques géométriques
%<--------------------------------------------------------------------------–>
\typeout{2020/01/23 3.01c tkz-base.sty}
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{tkz-base}[2020/01/23 3.01c  tkz-base]
\ifx\e@alloc\@undefined
  \RequirePackage{etex}
\fi
\RequirePackage{tikz}   
\usetikzlibrary{%
                angles,
                arrows,
                arrows.meta,
                babel,
                calc,
                decorations,
                decorations.markings,
                decorations.pathreplacing,  
                intersections,
                patterns,
                plotmarks,
                positioning,
                quotes,
                shapes.misc,
                through
                }
%  Pour les les labels sur les axes
\@ifpackageloaded{numprint}{}
{\RequirePackage[autolanguage]{numprint}} %
\RequirePackage{xfp,fp}
%\FPmessagesfalse  % pas de messages de la part de fp !
%---------------------
\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
% 2017
\newdimen\tkz@tax 
\newdimen\tkz@tay
\newdimen\tkz@tbx
\newdimen\tkz@tby
\newdimen\tkz@tcx
\newdimen\tkz@tcy
\newdimen\tkz@tdx
\newdimen\tkz@tdy
%--------------------- 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@sawp@sc%---------------------- semi circle
\newif\ifpgf@unknown % math arith
\newif\ifpgf@isaprime    
\newcount\tkz@cntmk
\newif\iftkz@RappReturn % protractor
\newif\iftkz@RappFull
%--------------------- Init
\def\tkz@xgrad{1}
\def\tkz@ygrad{1}
\def\tkz@xa{0}
\def\tkz@xb{10}
\def\tkz@ya{0}
\def\tkz@yb{10}
%----------------------
\def\tkz@mathresult{}
\InputIfFileExists{tkz-base.cfg}{%
\typeout{Local configuration file tkz-base.cfg found and used}}{%
\typeout{tkz-base.cfg not found} }
\input{tkz-tools-modules}
\input{tkz-lib-marks}
\usetkztool{base,utilities,math,text,BB,arith,print,misc}
\usetkzobj{axes,grids,marks,points,rep}
\endinput