diff options
author | Norbert Preining <preining@logic.at> | 2007-06-20 05:37:07 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-06-20 05:37:07 +0000 |
commit | 9ae60519cee39f73acca93bd0a963b6eb0838090 (patch) | |
tree | 280b086265babf658beaaa8767402cd6d63537e5 /Master/tlpkg/tlpsrc/listings.tlpsrc | |
parent | 364c41ff9ead9873e105431354ec5e5b73c887d3 (diff) |
Remove shortdesc and longdesc from all but the collection-* and scheme-*
git-svn-id: svn://tug.org/texlive/trunk@4479 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/listings.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/listings.tlpsrc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Master/tlpkg/tlpsrc/listings.tlpsrc b/Master/tlpkg/tlpsrc/listings.tlpsrc index 5fbfdf1b1a6..34d8b6cf6b4 100644 --- a/Master/tlpkg/tlpsrc/listings.tlpsrc +++ b/Master/tlpkg/tlpsrc/listings.tlpsrc @@ -1,12 +1,2 @@ name listings category Package -shortdesc Typeset source code listings using LaTeX. -longdesc Typeset programs (programming code) within LaTeX. The source code -longdesc is read directly by TeX. Keywords, comments and strings can be -longdesc typeset using different styles (default is bold for keywords, -longdesc italic for comments and no special style for strings). Includes -longdesc support for hyperref. To use, simply \usepackage{listings}, -longdesc identify the language with \lstset{language=Python}, then employ -longdesc the \begin{lstlisting} ... \end{lstlisting} environment or the -longdesc \lstinputlisting{filename.py} command. [description copied from -longdesc TeX Catalogue] |