Import tex-listings-1.4 as print/tex-listings.
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)
commit636c244d710f7628ceb405007810b19ec6efe3c3
tree99b91828bba877345159bfe557a5d4ea90757126
parent03a236fd1b88ad9a469700dda41148a7bd6afd47
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).
print/tex-listings/DESCR [new file with mode: 0644]
print/tex-listings/Makefile [new file with mode: 0644]
print/tex-listings/PLIST [new file with mode: 0644]
print/tex-listings/distinfo [new file with mode: 0644]