summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-base/README
blob: abed7856069dd76e9fe432178493aac97528653d (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
% encodage utf8    

readme-tkz-base.txt V3.05 c 2020/03/08

The package tkz-base provides some tools like a Cartesian (rectangular) coordinate system to other packages like tkz-euclide or tkz-fct.
With this package, you can draw coordinate axis, grids, draw points, the
principle  is to specify the position of any point in two-dimensional space by an unique couple of coordinates.

Licence
-------

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.



Features
--------

 -- needs xfp.sty, numprint;
 -- requires and automatically loads  PGF/TikZ > 3.0; 
 -- compiles with utf8, pdflatex, lualatex;
 
Installation  
------------

You can experiment with the tkz-base package by placing all of the
distribution files in the directory containing your current tex file.

You can also placing all of the distribution files in the directory : 
/texmf/tex/latex/tkz.
 
How to use it
-------------

To use the package tkz-base, place the following lines in the preamble of
 your LaTeX document.

\usepackage{tkz-base} 
 
\usepackage{tkz-base}  loads  TikZ. 
\usetkzobj{all}  loads all objects used by tkz-euclide. 
With  \usepackage{tkz-euclide} you don't need to use \usetkzobj

To avoid package conflicts, you need to load xcolor before TikZ or tkz-base or tkz-euclide

Documentation
-------------

Documentations for tkz-base and tkz-euclide  are available on CTAN and your distribution.
 
 
Examples
--------

All  examples given in documentation will be stored on CTAN as standalone
  files, ready for compilation. You can use the main.tex file to load and compile  an example. 

Other examples can be found on my site  http://altermundus.fr (en français)  

Compatibility
-------------  

The new package tkz-base 3.02c is *not* fully compatible with the version 1.16 but the differences are minor

History
-------
-- 3.05c correction of bugs, some macros have migrated to tkz-euclide
-- 3.02c correction of bugs, new code
-- 3.01c correction of bugs, new code
-- 1.16 correction of bugs
-- 1.13 first version      

 Alain Matthes
 5 rue de Valence
 Paris 75005  
 
 al (dot) ma (at) mac (dot) com