listings Package 2006/06/01 15:55:10 rahtz Typeset source code listings using LaTeX. Typeset programs (programming code) within LaTeX. The source code is read directly by TeX. Keywords, comments and strings can be typeset using different styles (default is bold for keywords, italic for comments and no special style for strings). Includes support for hyperref. To use, simply \usepackage{listings}, identify the language with \lstset{language=Python}, then employ the \begin{lstlisting} ... \end{lstlisting} environment or the \lstinputlisting{filename.py} command. [description copied from TeX Catalogue] Carsten Heinz 1889855 texmf-dist/tex/latex/listings/listings.cfg texmf-dist/tex/latex/listings/listings.sty texmf-dist/tex/latex/listings/lstdoc.sty texmf-dist/tex/latex/listings/lstlang1.sty texmf-dist/tex/latex/listings/lstlang2.sty texmf-dist/tex/latex/listings/lstlang3.sty texmf-dist/tex/latex/listings/lstmisc.sty texmf-dist/tex/latex/listings/lstpatch.sty texmf-dist/tpm/listings.tpm texmf-dist/doc/latex/listings/README texmf-dist/doc/latex/listings/listings.pdf texmf-dist/source/latex/listings/listings-1.3.dtx texmf-dist/source/latex/listings/listings-1.3.ins texmf-dist/source/latex/listings/lstdrvrs-1.3.dtx texmf-dist/source/latex/listings/lstdrvrs.ins Package/listings