Directory macros/latex2e/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) |
Download the contents of this package in one zip archive (3.5M).