Transcription of The minted package: Highlighted source code in LaTeX - CTAN
{{id}} {{{paragraph}}}
Themintedpackage: Highlighted source code in LATEXG eoffrey M. created and maintained (2009 2013) byKonrad from 2021/12/24 Abstractmintedis a package that facilitates expressive syntax highlighting using thepowerfulPygmentslibrary. The package also provides options to customizethe Highlighted source code Project Public License (LPPL) version , the project may be distributed under the terms of the 3-Clause( New ) BSD license: Introduction42 Prerequisites .. Required packages .. Installingminted.. 53 Basic Preliminary .. A minimal complete example .. Formatting source code .. Using different styles .. Supported languages .. 94 Floating listings95 Package options .. Macro option usage .. Available options .. 166 Defining shortcuts297 FAQ and Troubleshooting31 Acknowledgements34 Version History358 Required packages.
1 Introduction mintedisapackagethatallowsformattingsourcecodeinLATEX.Forexample: \begin{minted}{<language>} <code> \end{minted} will highlight a piece of code in a ...
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}