diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-base/README | 24 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-base/examples/Makefile | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-base/examples/info_base_tex.txt | 15 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-base/examples/latex/tkzbase-tex.zip | bin | 0 -> 82852 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-base/examples/tkzbasepreamble.ltx | 18 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-base/latex/TKZdoc.zip | bin | 0 -> 83210 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-base/tkz-base-screen.pdf | bin | 0 -> 443650 bytes |
7 files changed, 64 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-base/README b/Master/texmf-dist/doc/latex/tkz-base/README new file mode 100644 index 00000000000..b7a2bce4e18 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-base/README @@ -0,0 +1,24 @@ +% encodage utf8 + +How to compile the sources +-------------------------- + +All these files are in utf8. + +You only need to run + +$ pdflatex TKZdoc-base-main.tex + +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 + + Alain Matthes + 5 rue de Valence + Paris 75005 + + al (dot) ma (at) mac (dot) com
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/Makefile b/Master/texmf-dist/doc/latex/tkz-base/examples/Makefile new file mode 100644 index 00000000000..e6d2c024918 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-base/examples/Makefile @@ -0,0 +1,7 @@ +all: doc + +doc: + for datei in $$(ls *tex | cut -d \. -f 1) ; do make $$datei.pdf ; done + +%.pdf: %.tex + pdflatex --shell-escape $*.tex
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/info_base_tex.txt b/Master/texmf-dist/doc/latex/tkz-base/examples/info_base_tex.txt new file mode 100644 index 00000000000..ad2253fa868 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-base/examples/info_base_tex.txt @@ -0,0 +1,15 @@ +2011/06/01 + +This archive contains all the examples of the documentation about tkz-base. + +You need to compile a file with pdflatex to have in the same directory the file tkzbasepreamble.ltx. This file is present in the archive. + +You can also find Makefile in the archive. The way to use the Makefile is : + +$ cd <path of the archive> +$ make + +Best regards + +Alain Matthes +
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/latex/tkzbase-tex.zip b/Master/texmf-dist/doc/latex/tkz-base/examples/latex/tkzbase-tex.zip Binary files differnew file mode 100644 index 00000000000..2c05c9ba6a0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-base/examples/latex/tkzbase-tex.zip diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbasepreamble.ltx b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbasepreamble.ltx new file mode 100644 index 00000000000..b2465e4499b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbasepreamble.ltx @@ -0,0 +1,18 @@ +% +% tkzfctpreamble (juin 2011) +% +% Coding (utf8) Creator (TeX) Producer (pdfeTeX) +% Copyright (C) 2010 Alain Matthes +% +\documentclass{scrartcl} +\usepackage[usenames,dvipsnames,svgnames]{xcolor} +\usepackage{amsmath,tkz-tab,tkz-euclide,tkz-fct} +\usetkzobj{all} + +\definecolor{bistre}{rgb}{.75,.50,.30} +\definecolor{Maroon}{rgb}{0.5,0.0,0.0} +\definecolor{fondpaille}{cmyk}{0,0,0.1,0} +\pagecolor{fondpaille} +\color{Maroon} +\tkzSetUpColors[background=fondpaille,text=Maroon] + diff --git a/Master/texmf-dist/doc/latex/tkz-base/latex/TKZdoc.zip b/Master/texmf-dist/doc/latex/tkz-base/latex/TKZdoc.zip Binary files differnew file mode 100644 index 00000000000..be3e0d9149f --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-base/latex/TKZdoc.zip diff --git a/Master/texmf-dist/doc/latex/tkz-base/tkz-base-screen.pdf b/Master/texmf-dist/doc/latex/tkz-base/tkz-base-screen.pdf Binary files differnew file mode 100644 index 00000000000..1408d5130ca --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-base/tkz-base-screen.pdf |