diff options
author | Karl Berry <karl@freefriends.org> | 2011-06-06 17:17:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-06-06 17:17:55 +0000 |
commit | 1116c441adede647c4931c6553046c8d9eb53e0c (patch) | |
tree | eecba89f578294208292dcfcc70db6b8fb3432e8 /Master/texmf-dist/doc/latex/tkz-euclide/examples | |
parent | 68598d9c664b3d4c11acabdd625b410e3f3d696a (diff) |
new graphics package tkz-euclide (5jun11)
git-svn-id: svn://tug.org/texlive/trunk@22830 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-euclide/examples/Makefile | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-euclide/examples/info_euclide_tex.txt | 17 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-euclide/examples/latex/euclide-tex.zip | bin | 0 -> 47862 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzeuclpreamble.ltx | 18 |
4 files changed, 42 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/Makefile b/Master/texmf-dist/doc/latex/tkz-euclide/examples/Makefile new file mode 100644 index 00000000000..e6d2c024918 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-euclide/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-euclide/examples/info_euclide_tex.txt b/Master/texmf-dist/doc/latex/tkz-euclide/examples/info_euclide_tex.txt new file mode 100644 index 00000000000..40cb7e5d073 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-euclide/examples/info_euclide_tex.txt @@ -0,0 +1,17 @@ +2011/06/01 + + +This archive contains all the examples of the documentation about tkz-euclide. + +You need to compile a file with pdflatex or pfdtex to have in the same directory the file tkzeuclpreamble.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-euclide/examples/latex/euclide-tex.zip b/Master/texmf-dist/doc/latex/tkz-euclide/examples/latex/euclide-tex.zip Binary files differnew file mode 100644 index 00000000000..d449c7dd49a --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-euclide/examples/latex/euclide-tex.zip diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzeuclpreamble.ltx b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzeuclpreamble.ltx new file mode 100644 index 00000000000..0ffde87a9ca --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzeuclpreamble.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-euclide} +\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] + |