CTAN Comprehensive TeX Archive Network

Directory macros/latex2e/contrib/lucide-admonitions

README.md

lucide-admonitions

A package for rendering visually consistent admonition boxes with Lucide icons and multilingual support.

Features

  • Customizable icons, colors, and titles
  • Automatic translation of titles into multiple languages
  • Compatible with standard and KOMA-Script classes

Installation

Install using your distribution:

  • Live: tlmgr install lucide-admonitions
  • MiK: use the package manager

Or download the files and place them either:

  • in your document directory, or
  • in your local or user texmf tree

Then update the filename database if needed (texhash or mktexlsr).

Usage

Load the package in your preamble:

\usepackage[<options>]{lucide-admonitions}

Use any of the predefined environments:

\begin{AdmonitionNote}[Custom title]
  ...
\end{AdmonitionNote}

Options

  • titles – display the box type as a title
  • breakable – allow boxes to break across pages

Example:

\usepackage[titles,breakable]{lucide-admonitions}

Predefined types

  • Note
  • Attention
  • Caution
  • Warning
  • Danger
  • Error
  • Hint
  • Important
  • Tip
  • Abstract
  • Info
  • Success
  • Question
  • Failure
  • Bug
  • Example
  • Quote

Customization

See the package documentation for details on modifying existing admonition types or add your own ones.

Acknowledgements

Download the contents of this package in one zip archive (146.8k).

...
Guest Book Sitemap Contact Contact Author