summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-base
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-06-06 17:16:13 +0000
committerKarl Berry <karl@freefriends.org>2011-06-06 17:16:13 +0000
commitf49b6e59b0d0a356926fdca182d060edd700cf68 (patch)
tree948f1eccc2d83b7da63c878b928cb86a5f2e7445 /Master/texmf-dist/doc/latex/tkz-base
parente4eb16f2cc33863ebe1e13711aac7eae5f61e5de (diff)
tkz-base (5jun11)
git-svn-id: svn://tug.org/texlive/trunk@22827 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-base')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-base/README24
-rw-r--r--Master/texmf-dist/doc/latex/tkz-base/examples/Makefile7
-rw-r--r--Master/texmf-dist/doc/latex/tkz-base/examples/info_base_tex.txt15
-rw-r--r--Master/texmf-dist/doc/latex/tkz-base/examples/latex/tkzbase-tex.zipbin0 -> 82852 bytes
-rw-r--r--Master/texmf-dist/doc/latex/tkz-base/examples/tkzbasepreamble.ltx18
-rw-r--r--Master/texmf-dist/doc/latex/tkz-base/latex/TKZdoc.zipbin0 -> 83210 bytes
-rw-r--r--Master/texmf-dist/doc/latex/tkz-base/tkz-base-screen.pdfbin0 -> 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
new file mode 100644
index 00000000000..2c05c9ba6a0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tkz-base/examples/latex/tkzbase-tex.zip
Binary files differ
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
new file mode 100644
index 00000000000..be3e0d9149f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tkz-base/latex/TKZdoc.zip
Binary files differ
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
new file mode 100644
index 00000000000..1408d5130ca
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tkz-base/tkz-base-screen.pdf
Binary files differ