From f49b6e59b0d0a356926fdca182d060edd700cf68 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 6 Jun 2011 17:16:13 +0000 Subject: tkz-base (5jun11) git-svn-id: svn://tug.org/texlive/trunk@22827 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/tkz-base/README | 24 +++++++++++++++++++++ .../doc/latex/tkz-base/examples/Makefile | 7 ++++++ .../doc/latex/tkz-base/examples/info_base_tex.txt | 15 +++++++++++++ .../latex/tkz-base/examples/latex/tkzbase-tex.zip | Bin 0 -> 82852 bytes .../latex/tkz-base/examples/tkzbasepreamble.ltx | 18 ++++++++++++++++ .../texmf-dist/doc/latex/tkz-base/latex/TKZdoc.zip | Bin 0 -> 83210 bytes .../doc/latex/tkz-base/tkz-base-screen.pdf | Bin 0 -> 443650 bytes 7 files changed, 64 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/tkz-base/README create mode 100644 Master/texmf-dist/doc/latex/tkz-base/examples/Makefile create mode 100644 Master/texmf-dist/doc/latex/tkz-base/examples/info_base_tex.txt create mode 100644 Master/texmf-dist/doc/latex/tkz-base/examples/latex/tkzbase-tex.zip create mode 100644 Master/texmf-dist/doc/latex/tkz-base/examples/tkzbasepreamble.ltx create mode 100644 Master/texmf-dist/doc/latex/tkz-base/latex/TKZdoc.zip create mode 100644 Master/texmf-dist/doc/latex/tkz-base/tkz-base-screen.pdf (limited to 'Master/texmf-dist/doc/latex') 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 +$ 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 Binary files /dev/null and b/Master/texmf-dist/doc/latex/tkz-base/examples/latex/tkzbase-tex.zip 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 Binary files /dev/null and b/Master/texmf-dist/doc/latex/tkz-base/latex/TKZdoc.zip 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 Binary files /dev/null and b/Master/texmf-dist/doc/latex/tkz-base/tkz-base-screen.pdf differ -- cgit v1.2.3