Pygments

From the Linux and Unix Users Group at Virginia Teck Wiki
Revision as of 23:22, 3 January 2019 by Pew (talk | contribs) (Undo revision 1722 by [[Special:Contributions/imported>Pew|imported>Pew]] ([[User talk:imported>Pew|talk]]))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Pygments is a source code pretty-printer that can output to many formats including LaTeX.

Installation

To install Pygments on Ubuntu, simply run:

$ sudo apt-get install python-pygments

Usage

To use Pygments, simply run the pygmentize command, specifying an output file of the type of your choice. For example:

$ pygmentize -o wsdl.tex WeatherForecast.wsdl

See Also

External Links