summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-base/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-base/README')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-base/README79
1 files changed, 66 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-base/README b/Master/texmf-dist/doc/latex/tkz-base/README
index b7a2bce4e18..58252fe03ee 100644
--- a/Master/texmf-dist/doc/latex/tkz-base/README
+++ b/Master/texmf-dist/doc/latex/tkz-base/README
@@ -1,24 +1,77 @@
-% encodage utf8
+% encodage utf8
-How to compile the sources
---------------------------
+readme-tkz-base.txt V3.01 c 2020/01/24
-All these files are in utf8.
+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.
-You only need to run
+Licence
+-------
-$ pdflatex TKZdoc-base-main.tex
+This program can be redistributed and/or modified under the terms
+of the LaTeX Project Public License Distributed from CTAN
+archives in directory macros/latex/base/lppl.txt.
-If you want the same index of my documentation
-$ cd path-to-the-sources
-$ pdflatex TKZdoc-base-main.tex
-$ makeindex -s base.ist TKZdoc-base-main.idx
-$ pdflatex TKZdoc-base-main.tex
-The end
+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.01c is *not* fully compatible with the version 1.16 but the differences are minor
+
+History
+-------
+
+-- 3.01c this version
+-- 1.16 correction of bugs
+-- 1.13 first version
Alain Matthes
5 rue de Valence
Paris 75005
- al (dot) ma (at) mac (dot) com \ No newline at end of file
+ al (dot) ma (at) mac (dot) com \ No newline at end of file