Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-02 | Update tex-listings{,-doc} to 1.6 | markd | 1 | -3/+4 | |
* 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 | |||||
2015-04-23 | Update tex-listings{,-doc} to 1.5e | markd | 1 | -5/+4 | |
latest texlive version. changes unknown. | |||||
2011-01-22 | Let tex-listings depend on tex-url instead of tex-ltxmisc, because | minskim | 1 | -2/+3 | |
url.sty is no longer included in tex-ltxmisc. | |||||
2010-09-14 | Update DISTFILES for TeX Live 2010. No functional change. | minskim | 1 | -1/+2 | |
2010-05-11 | Update DISTFILES. | minskim | 1 | -3/+3 | |
2009-08-03 | Import tex-listings-1.4 as print/tex-listings. | minskim | 1 | -0/+19 | |
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. Short (in-line) listings are also available, using either \lstinline|...| or | ... | (after defining the | token with the \lstMakeShortInline command). |