Letter T

texlive-listings - Typeset source code listings using LaTeX

Website: http://tug.org/texlive/
License: LPPL 1.3
Vendor: Alcance Libre, Inc.
Description:
The package enables the user to typeset programs (programming
code) within LaTeX; the source code is read directly by TeX--no
front-end processor is needed. Keywords, comments and strings
can be typeset using different styles (default is bold for
keywords, italic for comments and no special style for
strings). Support for hyperref is provided. To use,
\usepackage{listings}, identify the language of the object to
typeset, using a construct like: \lstset{language=Python}, then
use environment lstlisting for inline code. External files may
be formatted using \lstinputlisting to process a given file in
the form appropriate for the current language. Short (in-line)
listings are also available, using either \lstinline|...| or
|...| (after defining the | token with the \lstMakeShortInline
command).

Packages

texlive-listings-svn55265-46.fc14.al.noarch [206 KiB] Changelog by Tom Callaway (2021-09-09):
- add Requires: texlive-epstopdf to texlive-epstopdf-pkg (bz2002690)

Listing created by Repoview-0.6.6-6.fc14.al