#include <DviFile.h>
Inheritance diagram for DviFilePreamble:
Public Member Functions | |
DviFilePreamble () | |
void | debug () const |
Writes a representation of this event on cerr. | |
Public Attributes | |
unsigned int | dviType |
The DVI file identification byte. | |
unsigned int | num |
The numerator of the fraction defining the standard of measurement. | |
unsigned int | den |
The denominator of the fraction defining the standard of measurement. | |
unsigned int | mag |
Magnification specification. | |
string | comment |
The DVI file comment, as a string. |
|
|
|
Writes a representation of this event on cerr.
Reimplemented from DviFileEvent.
|
|
The DVI file comment, as a string.
|
|
The denominator of the fraction defining the standard of measurement.
|
|
The DVI file identification byte. Always 2 for DVI files produced by standard TeX. |
|
Magnification specification. 1000 times the desired magnification factor. |
|
The numerator of the fraction defining the standard of measurement.
|