diff options
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-berge/README.md')
-rw-r--r-- | macros/latex/contrib/tkz/tkz-berge/README.md | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/macros/latex/contrib/tkz/tkz-berge/README.md b/macros/latex/contrib/tkz/tkz-berge/README.md new file mode 100644 index 0000000000..1946302786 --- /dev/null +++ b/macros/latex/contrib/tkz/tkz-berge/README.md @@ -0,0 +1,68 @@ +# tkz-berge — tools for classic graphs of graph theory + +Release 2.0 2021/01/20 + +## Description + +The package tkz-berge.sty is a collection of some useful macros if you want to + draw some classic graphs of the graph theory or to make others graphs. +The macros are designed to give math teachers (and students) easy access +at the programmation of drawing graphswith TikZ. I therefore hope that my + packages provide ideal tools for teachers wanting to offer their students fine documents of maths. +Some of graphs have names, sometimes inspired by th + +## Licence + +The scontents package may be modified and distributed under the terms and +conditions of the [LaTeX Project Public License](https://www.latex-project.org/lppl/), version 1.3c or greater. + + +## Requirements + +The package compiles with utf8, pdflatex and lualatex, loads and depends on updated versions of: +- [tkz-graph] +- [tikz](https://ctan.org/pkg/tikz) + +## Installation + +The package `tkz-berge` is present in TeXLive and MiKTeX, use the package +manager to install. + +You can experiment with the `tkz-berge` and `tkz-graph` packages by placing all of the +distribution files in the directory containing your current tex file. + + +## How to use it + +To use the package `tkz-berge`, place the following line in the preamble of +your LaTeX document: + +``` +\usepackage{tkz-berge} +``` +If you use the xcolor package, load that package before tkz-berge to avoid + package conflicts. + +\usepackage[usenames,dvipsnames]{xcolor} +\usepackage{tkz-berge} + +## Documentation + +The documentation is in english. +Documentation for `tkz-berge` is available on `CTAN`. + +## Examples + +All examples given in documentation will be stored on `CTAN` as standalone +files, ready for compilation. + +Other examples, in french, are on my site: [http://altermundus.fr](http://altermundus.fr) + +## History + +- 2.00 correction of bugs and new documentation +- 1.00 first version + +## Author + +Alain Matthes, 5 rue de Valence, Paris 75005, al (dot) ma (at) mac (dot) com |