Difference between revisions of "Pygments"
imported>Cov (→External Links) |
imported>Cov |
||
Line 20: | Line 20: | ||
* [http://paste.pocoo.org/ Pastebin using Pygments] | * [http://paste.pocoo.org/ Pastebin using Pygments] | ||
− | [[Category:*nix | + | [[Category:Commandline *nix software]] |
[[Category:Libre course software]] | [[Category:Libre course software]] |
Revision as of 22:46, 8 January 2010
Pygments is a source code pretty-printer that can output to many formats including LaTeX.
Contents
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