#include "defs.h" #include "globals.h" int32 intervals; /* count of spline interval we are on */ int32 lastPoint; /* num of output points */ int32 TotBytesWritten, ourq; /* the 'q' for the postpost */ int didnewfonts; /* did we define the new fonts for this page? */ char nf = 0; fontinfo font[MAXFONTS + 1]; int32 ourfontnum = -1;/* internal number of TeX font currently in use */ int32 curfont; LabFontInfRec *LFontTable[SizLFontTable]; int32 pgfigurenum; /* figure number for this page */ int32 currpagenum; /* number of page we are on */ FILE *dvifile, *tfmfile, *outputfil; FILE *logfile; int32 h, v, w, x, y, z; double MINREAL = 1.0e-20; /* a system-dependent 'constant' */ short b0, b1, b2, b3;