Exemplo n.º 1
0
static void
Prologue()
{
    if (eflag) {
	floatish epsfscale = epsfwidth / (floatish) borderwidth;
	EPSFSpecialComments(epsfscale);
	Scaling(epsfscale);
    } else {
	StandardSpecialComments();
	if (gflag) Portrait(); else Landscape();
    }
}
Exemplo n.º 2
0
void NextPage(void) {
    fprintf(psfp, "showpage\n");
    if (gflag) Portrait(); else Landscape();
    DoTitleAndBox();
}