TeX-XDV-Parse
view release on metacpan or search on metacpan
TeX::XDV::Parse version 0.04
============================
DESCRIPTION
TeX::XDV::Parse is an extension of TeX::DVI::Parse, much as XDV is an
extension of DVI. This module simply overlays the additional XDV
functionality on top of TeX::DVI::Parse and inherits its interface.
To use, you should subclass this module and define functions to handle
each of the XDV/DVI commands. Each command will be passed the
appropriate arguments. For example:
sub dir {
my ($self, $opcode, $direction) = @_;
...
}
lib/TeX/XDV/Parse.pm view on Meta::CPAN
sub pic_file {...}
sub glyph_array {...}
sub glyph_string {...}
sub native_font_def {...}
=for readme continue
=head1 DESCRIPTION
TeX::XDV::Parse is an extension of TeX::DVI::Parse, much as XDV is
an extension of DVI. This module simply overlays the additional XDV
functionality on top of TeX::DVI::Parse and inherits its interface.
To use, you should subclass this module and define functions to handle
each of the XDV/DVI commands. Each command will be passed the appropriate
arguments. For example:
sub dir {
my ($self, $opcode, $direction) = @_;
...
}
( run in 0.776 second using v1.01-cache-2.11-cpan-49f99fa48dc )