Verzeichnis macros/latex/contrib/proflycee
README.md
ProfLycee
A LaTeX package for French maths teachers in high school — Un package LaTeX pour les enseignants de mathématiques au lycée.
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
ProfLyceeand click Install. - Command line:
mpm.exe --install ProfLycee
Via TeX Live / tlmgr
tlmgr install ProfLycee
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
ProfLycee.styand all other files (*.sty,*.texand*.pdf) in a directory where LaTeX can find it, for example:- TeX Live / Linux:
~/texmf/tex/latex/ProfLycee/ - MiKTeX / Windows:
C:\Users\<user>\AppData\Roaming\MiKTeX\tex\latex\ProfLycee\ - macOS (MacTeX):
~/Library/texmf/tex/latex/ProfLycee/
- TeX Live / Linux:
- Place the METAPOST files (
.mp) in the appropriate directory, for example:- TeX Live / Linux:
~/texmf/metapost/ProfLycee/ - MiKTeX / Windows:
C:\Users\<user>\AppData\Roaming\MiKTeX\metapost\ProfLycee\ - macOS (MacTeX):
~/Library/texmf/metapost/ProfLycee/
- TeX Live / Linux:
- Refresh the filename database:
- TeX Live:
mktexlsrortexhash - MiKTeX:
initexmf --update-fndb
- TeX Live:
Quick start
\usepackage{ProfLycee}
Author & License
| Author | Cédric Pierquet |
| cpierquet@outlook.fr | |
| License | Released under the LaTeX Project Public License v1.3c or later · CC0/MIT for cliparts · CC BY-SA 3.0 (from Mark Wibrow helping code) |
Herunterladen des vollständigen Inhalts dieses Pakets in einem Zip-Archiv (3.6M).
ProfLycee – A LaTeX package for French maths teachers in high school
This package provides some commands to help French mathematics teachers for 15-18 years olds, for example:
- solve equations to approximation ;
- calculate an approximate value of an integral ;
- present Python code or pseudocode, a Python execution console ;
- simplify calculations in fractional form, simplify roots ;
- display and use a trigonometric circle ;
- display a small diagram for the sign of an affine function or a trinomial ;
- …
| Paket | ProfLycee |
| Home-Page | https://proflycee.cpierquet.fr |
| Fehlermeldungen | https://github.com/cpierquet/latex-packages/issues |
| Repository | https://github.com/cpierquet/latex-packages/tree/main/proflycee |
| Version | 4.00f 2026-03-24 |
| Lizenzen | MIT License CC BY-SA 3.0 The LaTeX Project Public License 1.3c CC0 1.0 |
| Copyright | 2023–2026 Cédric Pierquet |
| Betreuer | Cédric Pierquet |
| Enthalten in | TeX Live als proflycee MiKTeX als proflycee |
| Themen | Französisch Lehre Mathematik PGF/TikZ |
| Siehe auch | ProfCollege |