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
|
A. Purpose
The 'tkz-tab' package is built on top of PGF and its associated front-end, TikZ and is a (La)TeX-friendly drawing package. The aim is to provide some useful macros to build tables showing variations of functions as they are used in France.
These macros may be used by only LaTeX TeX users. The documentation is in French.
B. Features
-- works with utf8 and pdflatex
-- provides 'help' option,
-- allows to draw tables of variations with a "forbidden zone",
-- allows to use TikZ.
C. Licence
You may freely use and distribute this package under the terms of lppl and/or gpl.
Read file TKZdoc-tab.pdf.pdf in the doc directory, for the complete documentation
D. Contents of the folder (encoding utf8)
-- README (this file)
-- inputs: tkz-tab.sty
-- doc: TKZdoc-tab.pdf,
tkz-doc.cls,
tkzexample.sty,
doctab.ist,
TKZdoc-tab-adapt.tex
TKZdoc-tab-examples.tex,
TKZdoc-tab-images.tex,
TKZdoc-tab-init.tex,
TKZdoc-tab-install.tex,
TKZdoc-tab-main.tex
TKZdoc-tab-sign.tex,
TKZdoc-tab-slope.tex,
TKZdoc-tab-tangente.tex,
TKZdoc-tab-tv.tex,
TKZdoc-tab-valeurs.tex,
TKZdoc-tab-variation.tex
var-latin1.tex ( example with latin1)
var-latin1.pdf
sign-latin1.tex( example with latin1)
sign-latin1.pdf
tkz-doc.cls is a class (beta version) to make the documentation. You need also the
tkzexample.sty package (beta version) and KOMA-Script 2009/01/24 v3.02b to
compile the documentation.
E. Installation
If you need to install it by yourself, a TDS compliant zip archive is
provided (tkz-tab.zip). Just download that file, and unpack it in
your TDS directory (~/texmf for Unix-like systems). If you only need to use
'tkz-tab.sty' then you have to copy 'tkz-tab.sty' into '~/texmf/tex/latex'.
If you want also to compile the documentation then you need to copy tkz-doc.cls and tkzexample.sty in the same folder and you need to use pdf(e)tex.
With MiKTeX, copy folder 'tkz-tab.sty' into 'C:\texmf\tex\latex', then
run 'MiKTeX Options'. In the 'File name database' section, click on
'Refresh now'.
F. The author of the 'tkz-tab.sty' package is Alain Matthes.
--
Alain Matthes, <al.ma@mac.com>
February, 24th, 2009
|