Directory macros/latex/contrib/creationboites
README.md
CreationBoites
A LaTeX package providing macros to create sample boxes with tcolorbox — Un package LaTeX proposant des macros pour créer des boîtes personnalisées avec tcolorbox.
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
CreationBoitesand click Install. - Command line:
mpm.exe --install CreationBoites
Via TeX Live / tlmgr
tlmgr install CreationBoites
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
CreationBoites.styin a directory where LaTeX can find it, for example:- TeX Live / Linux:
~/texmf/tex/latex/CreationBoites/ - MiKTeX / Windows:
C:\Users\<user>\AppData\Roaming\MiKTeX\tex\latex\CreationBoites\ - macOS (MacTeX):
~/Library/texmf/tex/latex/CreationBoites/
- TeX Live / Linux:
- Refresh the filename database:
- TeX Live:
mktexlsrortexhash - MiKTeX:
initexmf --update-fndb
- TeX Live:
Quick start
\usepackage{CreationBoites}
Author & License
| Author | Cédric Pierquet |
| cpierquet@outlook.fr | |
| License | Released under the LaTeX Project Public License v1.3c or later |
Download the contents of this package in one zip archive (218.6k).
CreationBoites – Macros to create simple tcolorbox with some customizations
This package provides some macros to create sampleboxes with tcolorbox :
- a macro \CreationBoite to create the box;
- a macro \ParamBoites to modify some parameters;
- possibility to modify ‘deeply’ the boxes.
| Package | CreationBoites |
| Bug tracker | https://github.com/cpierquet/latex-packages/issues |
| Repository | https://github.com/cpierquet/latex-packages/tree/main/creationboites |
| Version | 0.20b 2026-05-01 |
| Licenses | The LaTeX Project Public License 1.3c |
| Maintainer | Cédric Pierquet |
| Contained in | TeX Live as creationboites MiKTeX as creationboites |
| Topics | Colour Boxing |