📦 tablericons

tablericons-doc.pdf
tablericons.zip
Télécharger
📄 README — tablericons Afficher ▼
🧪 Demo — tablericons
\documentclass[a5paper]{article}
\usepackage[margin=5mm]{geometry}
\usepackage{tablericons}
\setlength\parindent{0pt}

\begin{document}

%normal version: inline with automatic height/depth (from qX characters)
q\tablericon[height=dauto]{alarm-snooze}X

%normal version: inline with automatic height/depth (from specified characters)
(q\tablericon[height=dauto,dstrut=(qB)]{alarm-snooze}B)

%normal version: inline with automatic height (from X character) default version
X\tablericon[height=auto]{alarm-snooze}X

%normal version: inline with manual height/depth
qb\tablericon[height={0.8em/-0.4em}]{alarm-snooze}Xz

%fixed height
\tablericon[height=2in]{alarm-snooze}

\end{document}