Skip to content

priiduonu/lucide-admonitions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lucide-admonitions

A LaTeX 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 LaTeX and KOMA-Script classes

Installation

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 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

License

Released under the LaTeX Project Public License v1.3c or later.

About

Provides LaTeX environments for rendering admonition boxes in multiple languages

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages