summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-fct/README.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-04-12 21:33:18 +0000
committerKarl Berry <karl@freefriends.org>2020-04-12 21:33:18 +0000
commit81491df570eb67c63542d5033a609bf453ed6e22 (patch)
tree71d747ce98db7c12c482309e3c43805064502153 /Master/texmf-dist/doc/latex/tkz-fct/README.md
parent459ff31e0bc16b6adf838e7f1e69050496341559 (diff)
tkz-fct (12apr20)
git-svn-id: svn://tug.org/texlive/trunk@54703 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-fct/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-fct/README.md64
1 files changed, 64 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-fct/README.md b/Master/texmf-dist/doc/latex/tkz-fct/README.md
new file mode 100644
index 00000000000..489d65958d2
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tkz-fct/README.md
@@ -0,0 +1,64 @@
+# tkz-fct – Tools for drawing graphs of functions
+
+Release 1.3c 2020/04/11
+
+## Description
+
+The tkz-fct package is designed to give math teachers (and students) easy access to programming graphs of functions with TikZ and gnuplot.
+
+
+## Licence
+
+The packages may be modified and distributed under the terms and
+conditions of the [LaTeX Project Public
+License](https://www.latex-project.org/lppl/), version 1.3 or greater.
+
+## Installation
+
+You can experiment with the tkz-fct package by placing all of the distribution
+ files in the directory containing your current tex file.
+
+You can also place all of the distribution files in the directory :
+/texmf/tex/latex/tkz.
+
+## Features
+
+- needs tkz-base, fp.sty and gnuplot;
+- automatically loads the package TikZ;
+- compiles with utf8, pdflatex, lualatex.
+
+## How to use it
+
+To use the package tkz-fct, place the following line in the preamble of your
+ LaTeX document.
+
+\usepackage{tkz-fct}
+
+If you use the xcolor package, load that package before tkz-fct to avoid
+ package conflicts.
+
+\usepackage[usenames,dvipsnames]{xcolor}
+
+\usepackage{tkz-fct}
+
+In order to format the numbers correctly, you place the following two lines
+
+\usepackage[your-language]{babel}
+
+\usepackage[autolanguage]{numprint}
+
+## Documentation
+
+Documentation for `tkz-fct` is available on CTAN and in your TeX distribution.
+
+## History
+
+- 1.3c Correction of a bug ( incompatibility between tkz-fct and tkzexample).
+ Add compatibility between t tkz-fct and tkz-base.
+ Correction of the documentation.
+
+- 1.2c Add compatibility with tkz-base > 3.01.
+
+- 1.16c correction of bugs
+ now default domain is xmin:xmax and not -5:5.
+- 1.13 first version \ No newline at end of file