Пример #1
0
static void
Prologue()
{
    if (eflag) {
	floatish epsfscale = epsfwidth / (floatish) borderwidth;
	EPSFSpecialComments(epsfscale);
	Scaling(epsfscale);
    } else {
	StandardSpecialComments();
	if (gflag) Portrait(); else Landscape();
    }
}
Пример #2
0
void NextPage(void) {
    fprintf(psfp, "showpage\n");
    if (gflag) Portrait(); else Landscape();
    DoTitleAndBox();
}