summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-graph/readme-tkz-graph.txt
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-09 21:18:56 +0000
committerKarl Berry <karl@freefriends.org>2020-03-09 21:18:56 +0000
commit607b2888b02a8e3e3dde83f8ea25d6ed741b876e (patch)
tree2ee1b1d8e3900646db0a6bd86727f48f404fba76 /Master/texmf-dist/doc/latex/tkz-graph/readme-tkz-graph.txt
parent610df4f9ca7baf140905eb3856bf895133a961d8 (diff)
rm tkz-graph, obsolete on ctan
git-svn-id: svn://tug.org/texlive/trunk@54208 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-graph/readme-tkz-graph.txt')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-graph/readme-tkz-graph.txt78
1 files changed, 0 insertions, 78 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-graph/readme-tkz-graph.txt b/Master/texmf-dist/doc/latex/tkz-graph/readme-tkz-graph.txt
deleted file mode 100644
index eef0017b6be..00000000000
--- a/Master/texmf-dist/doc/latex/tkz-graph/readme-tkz-graph.txt
+++ /dev/null
@@ -1,78 +0,0 @@
-% encodage utf8
--------------------- english readme ----------------------------------------
-readme-tkz-graph.txt V 1.00 d 19/09/2018
-
-The package tkz-graph.sty is a collection of some useful macros if you want to
- draw manually a graph of the graph theory. The kind of graphs that I will
- present, are sometimes called combinatorial graphs to distinguish them from
- the graphs of functions. The macros are designed to give math
- teachers (and students) easy access at the programmation of drawing graphs
- with TikZ. I therefore hope that my packages provide ideal tools for
- teachers wanting to offer their students fine documents of maths.
-
-Licence
--------
-
-This program can be redistributed and/or modified under the terms
-of the LaTeX Project Public License Distributed from CTAN
-archives in directory macros/latex/base/lppl.txt.
-
-
-Features
---------
-
- -- needs etex;
- -- requires and automatically loads PGF/TikZ 2.1;
- -- compiles with utf8, pdflatex;
- -- compiles using the chain dvi->dvips->ps2pdf;
- -- not yet ready for use with TeX and ConText (I need more time and ideas).
-
-Installation
-------------
-
-You can experiment with the tkz-graph package by placing tkz-graph.sty in the directory containing your current tex file.
-
-You can also placing tkz-graph.sty in the directory :
-/texmf/tex/latex/tkz.
-
-
-How to use it
--------------
-
-To use the package tkz-graph, place the following lines in the preamble of
- your LaTeX document.
-
-\usepackage{tkz-graph}
-
-tkz-graph loads TikZ.
-
-If you use the xcolor package, load that package before tkz-graph to avoid
- package conflicts.
-
-\usepackage[usenames,dvipsnames]{xcolor}
-\usepackage{amsmath,tkz-graph}
-
-
-Documentation
--------------
-
-The documentation is in french.
-Documentation for tkz-graph is available on my sites:
-
- http://altermundus.fr (en français) or http://altermundus.com (in english)
- Documentation for printing will be ready soon.
-
-Examples
---------
-
- All examples given in documentation will be stored on my sites as standalone
- files, ready for compilation.
-
-
- Alain Matthes
- 5 rue de Valence
- Paris 75005
-
- al (dot) ma (at) mac (dot) com
-
-