diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-fct/examples/tkzfctpreamble.ltx')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-fct/examples/tkzfctpreamble.ltx | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-fct/examples/tkzfctpreamble.ltx b/Master/texmf-dist/doc/latex/tkz-fct/examples/tkzfctpreamble.ltx new file mode 100644 index 00000000000..b2465e4499b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-fct/examples/tkzfctpreamble.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] + |