summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-base/examples
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/tkz/tkz-base/examples
Initial commit
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-base/examples')
-rw-r--r--macros/latex/contrib/tkz/tkz-base/examples/Makefile7
-rw-r--r--macros/latex/contrib/tkz/tkz-base/examples/info_base_tex.txt15
-rw-r--r--macros/latex/contrib/tkz/tkz-base/examples/tkzbasepreamble.ltx18
3 files changed, 40 insertions, 0 deletions
diff --git a/macros/latex/contrib/tkz/tkz-base/examples/Makefile b/macros/latex/contrib/tkz/tkz-base/examples/Makefile
new file mode 100644
index 0000000000..e6d2c02491
--- /dev/null
+++ b/macros/latex/contrib/tkz/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/macros/latex/contrib/tkz/tkz-base/examples/info_base_tex.txt b/macros/latex/contrib/tkz/tkz-base/examples/info_base_tex.txt
new file mode 100644
index 0000000000..c23c4fa144
--- /dev/null
+++ b/macros/latex/contrib/tkz/tkz-base/examples/info_base_tex.txt
@@ -0,0 +1,15 @@
+2018/09/19
+
+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
+
diff --git a/macros/latex/contrib/tkz/tkz-base/examples/tkzbasepreamble.ltx b/macros/latex/contrib/tkz/tkz-base/examples/tkzbasepreamble.ltx
new file mode 100644
index 0000000000..b2465e4499
--- /dev/null
+++ b/macros/latex/contrib/tkz/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]
+