Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tblauwe/card
Small latex package to write colored box with icons (using tcolorbox and fontawesome)
https://github.com/tblauwe/card
latex latex-package
Last synced: 3 months ago
JSON representation
Small latex package to write colored box with icons (using tcolorbox and fontawesome)
- Host: GitHub
- URL: https://github.com/tblauwe/card
- Owner: TBlauwe
- License: unlicense
- Created: 2022-11-23T13:40:46.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-24T14:53:52.000Z (about 2 years ago)
- Last Synced: 2024-09-29T04:41:48.414Z (3 months ago)
- Topics: latex, latex-package
- Language: TeX
- Homepage:
- Size: 267 KB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
Small latex package to write colored box with icons (using tcolorbox and fontawesome)
```tex
\begin{card}[note][H2.2 vérifiée]
$P = 1.30 > \neg P = -1.02 (p < 0.001 < \alpha = 0.05)$
\end{card}\begin{card}[note]
$P = 1.30 > \neg P = -1.02 (p < 0.001 < \alpha = 0.05)$
\end{card}
\begin{card}[check][H2.2 vérifiée]
$P = 1.30 > \neg P = -1.02 (p < 0.001 < \alpha = 0.05)$
\end{card}\begin{card}[check]
$P = 1.30 > \neg P = -1.02 (p < 0.001 < \alpha = 0.05)$
\end{card}
\begin{card}[info][H2.2 vérifiée]
$P = 1.30 > \neg P = -1.02 (p < 0.001 < \alpha = 0.05)$
\end{card}\begin{card}[info]
$P = 1.30 > \neg P = -1.02 (p < 0.001 < \alpha = 0.05)$
\end{card}
\begin{card}[warning][H2.2 vérifiée]
$P = 1.30 > \neg P = -1.02 (p < 0.001 < \alpha = 0.05)$
\end{card}\begin{card}[warning]
$P = 1.30 > \neg P = -1.02 (p < 0.001 < \alpha = 0.05)$
\end{card}
\begin{card}[error][H2.2 vérifiée]
$P = 1.30 > \neg P = -1.02 (p < 0.001 < \alpha = 0.05)$
\end{card}\begin{card}[error]
$P = 1.30 > \neg P = -1.02 (p < 0.001 < \alpha = 0.05)$
\end{card}
```![](preview_1.png)
```tex
\begin{card}[idea][H2.2 vérifiée]
$P = 1.30 > \neg P = -1.02 (p < 0.001 < \alpha = 0.05)$
\end{card}\begin{card}[idea]
$P = 1.30 > \neg P = -1.02 (p < 0.001 < \alpha = 0.05)$
\end{card}
\citecard{latex:companion}{\blindtext}
```![](preview_2.png)
# Installation
* Add `card.sty` to your latex project
* Need at least following package : `\usepackage[dvipsnames]{xcolor}`
* Add as a regular package : `\usepackage{card}`# Usage
See `main.tex` for example and `main.pdf` for the output.