diff options
Diffstat (limited to 'Master/texmf-dist/tpm/listings.tpm')
-rw-r--r-- | Master/texmf-dist/tpm/listings.tpm | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/Master/texmf-dist/tpm/listings.tpm b/Master/texmf-dist/tpm/listings.tpm new file mode 100644 index 00000000000..ca061f3cb10 --- /dev/null +++ b/Master/texmf-dist/tpm/listings.tpm @@ -0,0 +1,49 @@ +<!DOCTYPE rdf:RDF SYSTEM "../../Tools/tpm.dtd"> +<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:TPM="http://texlive.dante.de/"> + <rdf:Description about="http://texlive.dante.de/texlive/Package/listings.zip"> + <TPM:Name>listings</TPM:Name> + <TPM:Type>Package</TPM:Type> + <TPM:Date>2004/10/17 07:17:02</TPM:Date> + <TPM:Version></TPM:Version> + <TPM:Creator>rahtz</TPM:Creator> + <TPM:Title>Typeset source code listings using LaTeX.</TPM:Title> + <TPM:Description> +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] + </TPM:Description> + <TPM:Author>Carsten Heinz</TPM:Author> + <TPM:Size>1724147</TPM:Size> + <TPM:Build/> + <TPM:RunFiles size="385027"> +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 + </TPM:RunFiles> + <TPM:DocFiles size="489904"> +texmf-dist/doc/latex/listings/README +texmf-dist/doc/latex/listings/listings.pdf + </TPM:DocFiles> + <TPM:SourceFiles size="849216"> +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 + </TPM:SourceFiles> + <TPM:Provides>Package/listings</TPM:Provides> + </rdf:Description> +</rdf:RDF> + |