Difference between revisions of "Pygments"

From the Linux and Unix Users Group at Virginia Teck Wiki
Jump to: navigation, search
imported>Echarlie
imported>Pew
Line 1: Line 1:
 +
TODO: Migrate to software page
 +
 
'''Pygments''' is a source code pretty-printer that can output to many formats including [[LaTeX]].
 
'''Pygments''' is a source code pretty-printer that can output to many formats including [[LaTeX]].
  
Line 22: Line 24:
 
[[Category:Commandline *nix]]
 
[[Category:Commandline *nix]]
 
[[Category:Libre course software]]
 
[[Category:Libre course software]]
 +
[[Category:Needs restoration]]

Revision as of 06:24, 3 January 2018

TODO: Migrate to software page

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