summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-base/examples
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/examples
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/examples')
-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
4 files changed, 40 insertions, 0 deletions
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]
+