*** z49.c.orig Sat Nov 27 15:16:28 2004 --- z49.c Sat Nov 27 15:54:25 2004 *************** *** 726,752 **** /* but then revised to follow Adobe's Technical Note #5144 */ ! p0("/LoutStartEPSF { % prepare for EPSF inclusion"); ! p0(" userdict begin"); ! p0(" /PreEPSF_state save def"); ! p0(" /dict_stack countdictstack def"); ! p0(" /ops_count count 1 sub def"); ! p0(" /showpage {} def"); ! p0(" 0 setgray 0 setlinecap"); ! p0(" 1 setlinewidth 0 setlinejoin"); ! p0(" 10 setmiterlimit [] 0 setdash newpath"); ! p0(" /languagelevel where"); ! p0(" { pop languagelevel"); ! p0(" 1 ne"); ! p0(" { false setstrokeadjust false setoverprint"); p0(" } if"); ! p0(" } if"); ! p0("} bind def"); pnl; ! p0("/LoutEPSFCleanUp { % clean up after EPSF inclusion"); ! p0(" count ops_count sub { pop } repeat"); ! p0(" countdictstack dict_stack sub { end } repeat"); ! p0(" PreEPSF_state restore"); p0(" end % userdict"); ! p0("} bind def"); pnl; --- 726,756 ---- /* but then revised to follow Adobe's Technical Note #5144 */ ! p0("userdict /LoutStartEPSF known not {"); ! p0(" /LoutStartEPSF { % prepare for EPSF inclusion"); ! p0(" userdict begin"); ! p0(" /PreEPSF_state save def"); ! p0(" /dict_stack countdictstack def"); ! p0(" /ops_count count 1 sub def"); ! p0(" /showpage {} def"); ! p0(" 0 setgray 0 setlinecap"); ! p0(" 1 setlinewidth 0 setlinejoin"); ! p0(" 10 setmiterlimit [] 0 setdash newpath"); ! p0(" /languagelevel where"); ! p0(" { pop languagelevel"); ! p0(" 1 ne"); ! p0(" { false setstrokeadjust false setoverprint"); ! p0(" } if"); p0(" } if"); ! p0(" } bind def"); ! p0("} if"); pnl; ! p0("userdict /LoutEPSFCleanUp known not {"); ! p0(" /LoutEPSFCleanUp { % clean up after EPSF inclusion"); ! p0(" count ops_count sub { pop } repeat"); ! p0(" countdictstack dict_stack sub { end } repeat"); ! p0(" PreEPSF_state restore"); p0(" end % userdict"); ! p0(" } bind def"); ! p0("} if"); pnl;