Games::Go::Dg2Mp 4.026 review

Download
by rbytes.net on

Games::Go::Dg2Mp is a Perl extension to convert Games::Go::Diagrams to John Hobby's MetaPost (which is adapted from Donald Knuth's Me

License: Perl Artistic License
File size: 438K
Developer: Reid Augustin
0 stars award from rbytes.net

Games::Go::Dg2Mp is a Perl extension to convert Games::Go::Diagrams to John Hobby's MetaPost (which is adapted from Donald Knuth's Metafont).

SYNOPSIS

use Games::Go::Dg2Mp
my $dg2mp = B (options);
$dg2mp->convertDiagram($diagram);

A Games::Go::Dg2Mp object converts a Games::Go::Diagram object into a TeX (.tex) and a MetaPost (.mp) file. The MetaPost file contains figures for each of the diagrams and overstones required to make the complete game diagram.

Running MetaPost (mpost or possibly mp) on the .mp file creates a set of figure files, each of which is an Encapsulated PostScript figure. Running TeX (tex) on the .tex file creates a .dvi file which tries to include the Encapsulated PostScript figures. Running dvips on the .dvi file (from TeX) creates the final PostScript (.ps) file containing the complete game diagram.

See 'man mpost' (or possibly 'man 'mp') for more details of the overall MetaPost system and environment.

Requirements:
Perl

Games::Go::Dg2Mp 4.026 keywords