This package provides tcolorboxes
designed to stand out and to contain
source code. The package currently supports minted
only. (PR welcomed! :D)
codebox
provides 1 environment (codebox
) and 3 commands (setmintedcodebox
,
newcodeboxedmintedfile
and code
).
Please see the file demo.pdf (TODO) for broader information.
This environment simply creates the box with the given parameters:
\begin{codebox}[title=Title,icon=\faCode,right title=author: some guy,compact]
the content you like
\end{codebox}
TODO
TODO
Creates a small inline box a la GitHub to make code snippets inside sentences a bit fancier.
- xcolor
- tcolorbox
- ifthen
- keyval
- fontawesome
- minted