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).
Flexible handling of verbatim text including: verbatim commands in
footnotes; a variety of verbatim environments with many parameters;
ability to define new customized verbatim environments; save and
restore verbatim text and environments; write and read files in
verbatim mode; build "example" environments (showing both result and
verbatim source).
The package supports compressed, sorted lists of numerical citations,
and also deals with various punctuation and other issues of
representation, including comprehensive management of break points.
The package is compatible with both hyperref and backref.
- Do not use a dependency file generated with old kpathsea.
- Do not include an unnecessary kpathsea header, which was removed in
the TeX Live repository.
The package loads the fixltx2e package from the LaTeX distribution,
and etex.sty from the e-TeX distribution. The package then patches
the \- (discretionary hyphen command) to use the current hyphen
character (which may be different from than the default, which is the
character at the ASCII hyphen slot), and the \textsuperscript command
(from the LaTeX kernel) and the \textsubscript command (from the
fixltx2e package). The package also provides parameterised versions
of the "bumpy road" logos for TeX, LaTeX and XeTeX; these versions of
the logos are designed to respond to the font that is being used for
typesetting.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
The acmtrans2e class formats articles in the style of ACM
transactions. Users who have prepared their document with LaTeX can,
with very little effort, produce camera-ready copy for these journals.
The accompanying BibTeX style is based on the chicago style.
This package provides support for the manipulation and reference of
small or `sub' figures and tables within a single figure or table
environment. It is convenient to use this package when your
subfigures are to be separately captioned, referenced, or are to be
included in the List-of-Figures. A new \subfigure command is
introduced which can be used inside a figure environment for each
subfigure. An optional first argument is used as the caption for that
subfigure. This package is now obsolescent; new users should use
tex-subfig instead.
The package provides support for the manipulation and reference of small
or `sub' figures and tables within a single figure or table
environment. It is convenient to use this package when your subfigures
are to be separately captioned, referenced, or are to be included in the
List-of-Figures. A new \subfigure command is introduced which can be
used inside a figure environment for each subfigure. An optional first
argument is used as the caption for that subfigure. This package
supersedes the subfigure package (which will continue to be supported,
but no longer maintained). The name has changed because the subfig
package is not completely backward compatible with the older subfigure
package due to an extensive rewrite to use the new caption package to
produce its subcaptions. The major advantage to the new package is that
the user interface is keyword/value driven and easier to use. To ease
the transition from the subfigure package it includes a configuration
file (subfig.cfg) which nearly emulates the subfigure package.