summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tkz-euclide/tkz-euclide.sty
blob: 9a611c9943f3080fc95430617d7980446c5073c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
% tkz-euclide.sty
% 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.
%<------------------------------------------------------------–>
\def\fileversion{3.01c}
\def\filedate{2020/01/23} 
\typeout{2020/01/23 3.01c  tkz-euclide.sty} 
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{tkz-euclide}[2020/01/23 3.01c  for  euclidan geometry ]
\RequirePackage{tkz-base}
\DeclareOption*{}%% Ne rien faire quand une option est inconnue
\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}
\endinput