Verzeichnis graphics/pgf/contrib/tkz-grapheur
README.md
tkz-grapheur
tkz-grapheur is a package to work with curves, with TikZ - tkz-grapheur un package spécifique pour travailler avec des courbes, en TikZ.
Installation
The package is available on CTAN and can be installed via your LaTeX distribution's package manager.
Via MiKTeX
- Graphically: open the MiKTeX Console, go to Packages, search for
tkz-grapheurand click Install. - Command line:
mpm.exe --install tkz-grapheur
Via TeX Live / tlmgr
tlmgr install tkz-grapheur
On Linux, you may need to prefix with sudo depending on your installation.
Manual installation
If you want the latest version directly from this repository:
- Download the repository (click Code > Download ZIP, or clone it).
- Place
tkz-grapheur.styand*.texfiles in a directory where LaTeX can find it, for example:- TeX Live / Linux:
~/texmf/tex/latex/tkz-grapheur/ - MiKTeX / Windows:
C:\Users\<user>\AppData\Roaming\MiKTeX\tex\latex\tkz-grapheur\ - macOS (MacTeX):
~/Library/texmf/tex/latex/tkz-grapheur/
- TeX Live / Linux:
- Refresh the filename database:
- TeX Live:
mktexlsrortexhash - MiKTeX:
initexmf --update-fndb
- TeX Live:
Quick start
\usepackage{tkz-grapheur}
Author & License
| Author | Cédric Pierquet |
| cpierquet@outlook.fr | |
| License | Released under the LaTeX Project Public License v1.3c or later |
Herunterladen des vollständigen Inhalts dieses Pakets in einem Zip-Archiv (3.4M).
tkz-grapheur – A LaTeX package with tools for graph plotting (and TikZ)
This package provides some commands to help French mathematics teachers for 15-18 years olds, with graphs of functions:
- define and draw functions and interpolations curves
- work with integrals, tangents, intersections
- get coordinates of points
- ...
The syntax is rather explicit, like \DefinirCourbe, \RecupererCoordonnees,\TrouverIntersections, etc.
| Paket | tkz-grapheur |
| Fehlermeldungen | https://github.com/cpierquet/latex-packages/issues |
| Repository | https://github.com/cpierquet/latex-packages/tree/main/tkz-grapheur |
| Version | 0.30c 2026-03-12 |
| Lizenzen | The LaTeX Project Public License 1.3c |
| Betreuer | Cédric Pierquet |
| Enthalten in | TeX Live als tkz-grapheur MiKTeX als tkz-grapheur |
| Themen | PGF/TikZ Mathematik Grafiken Grafik-Funktionen-Plot |