Method TeX::DVI::new creates a new DVI object in memory and opens the output DVI file. After that, elements can be written into the file using appropriate methods. These are the methods available on the Font::TFM object: preamble, postamble, begin_pa...
JANPAZ/TeX-DVI-1.01 - 03 Mar 2011 21:25:49 GMTI have created this module on request from Mirka Misáková. She wanted to do some post-processing on the DVI file and I said that it will be better to parse the DVI file directly, instead of the output of the dvitype program. As the result there is th...
JANPAZ/TeX-DVI-1.01 - 03 Mar 2011 21:25:49 GMTThis module is the basis for arXiv's automatic (La-)TeX processing. The normal use is to point it at a directory with an assortment of files in it, and the process method will attempt to generated DVI, PostScript, or PDF from the input based on heuri...
TSCHWAND/TeX-AutoTeX-v0.906.0 - 28 Sep 2011 01:19:12 GMTTeX::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 def...
JRM/TeX-XDV-Parse-0.04 - 03 Jan 2015 18:44:59 GMTThe File object stores information on files processed by AutoTeX, and is also invoked to handle the actual processing for these files. Most of the TeX processing code is located here. Structure of File Object filename: the name of the file type: the ...
TSCHWAND/TeX-AutoTeX-v0.906.0 - 28 Sep 2011 01:19:12 GMT