A LaTeX package for rendering visually consistent admonition boxes with Lucide icons and multilingual support.
- Customizable icons, colors, and titles
- Automatic translation of titles into multiple languages
- Compatible with standard LaTeX and KOMA-Script classes
Install using your TeX distribution:
- TeX Live:
tlmgr install lucide-admonitions - MiKTeX: use the package manager
Or download the files and place them either:
- in your document directory, or
- in your local or user
texmftree
Then update the filename database if needed (texhash or mktexlsr).
Load the package in your preamble:
\usepackage[<options>]{lucide-admonitions}Use any of the predefined environments:
\begin{AdmonitionNote}[Custom title]
...
\end{AdmonitionNote}titles-- display the box type as a titlebreakable-- allow boxes to break across pages
Example:
\usepackage[titles,breakable]{lucide-admonitions}- Note
- Attention
- Caution
- Warning
- Danger
- Error
- Hint
- Important
- Tip
- Abstract
- Info
- Success
- Question
- Failure
- Bug
- Example
- Quote
See the package documentation for details on modifying existing admonition types or add your own ones.
- Inspired by Zensical: https://zensical.org/docs/authoring/admonitions/
- Lucide icons: https://lucide.dev
lucide-iconsLaTeX package by Cédric Pierquettcolorboxby Thomas F. Sturmtranslationsby Clemens Niederbergerxcolorby Uwe Kern
Released under the LaTeX Project Public License v1.3c or later.