Merge from vendor branch TNF:
authorminskim <minskim>
Mon, 3 Aug 2009 23:45:46 +0000 (23:45 +0000)
committerminskim <minskim>
Mon, 3 Aug 2009 23:45:46 +0000 (23:45 +0000)
commit0567b54099dc9b1dd54a27076a33601b1b5ba869
treec83f9690baf7cc8274cbc321d8b1afa16786c18d
parent4a01d11ec990eb89ffe8cdbcac5a0c4526dd051c
parent636c244d710f7628ceb405007810b19ec6efe3c3
Merge from vendor branch TNF:
Import tex-listings-1.4 as print/tex-listings.

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).