CTAN update: listings
Version 1.6: first version of the 1.6 series: * withdrawn the support of \lstinline{..} in a tabular environment * added a section with workarounds of that and some other problems * added keywords for Lua 5.3.0
This package is located at http://mirror.ctan.org/macros/latex/contrib/listings More information is at http://www.ctan.org/pkg/listings We are supported by the TeX Users Group http://www.tug.org . Please join a users group; see http://www.tug.org/usergroups.html .
Thanks for the upload. For the CTAN Team Ina Dau
listings – Typeset source code listings using LaTeX
The package enables the user to typeset programs (programming code) within LaTeX; the source code is read directly by TeX—no front-end processor is needed. Keywords, comments and strings can be typeset using different styles (default is bold for keywords, italic for comments and no special style for strings). Support for hyperref is provided.
To use, \usepackage{listings}, identify the language of the object to typeset, using a construct like: \lstset{language=Python}, then use environment lstlisting for inline code. External files may be formatted using \lstinputlisting to process a given file in the form appropriate for the current language. Short (in-line) listings are also available, using either \lstinline|...| or |...| (after defining the | token with the \lstMakeShortInline command).
Package | listings |
Version | 1.10c |
Copyright | 1996–2004 Carsten Heinz 2006–2007 Brooks Moses 2013–2024 Jobst Hoffmann |
Maintainer | Jobst Hoffmann Carsten Heinz (inactive) Brooks Moses (inactive) |