Pygments

From the Linux and Unix Users Group at Virginia Tech Wiki

Jump to: navigation, search

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

Contents

[edit] Installation

To install Pygments on Ubuntu, simply run:

$ sudo apt-get install python-pygments

[edit] 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

[edit] See Also

[edit] External Links

Personal tools