Annotation of loncom/includepsheader.ps, revision 1.1
1.1 ! foxr 1: % Written by Helge Blischke, see
! 2: % http://groups.google.com/groups?ic=1&selm=3964A684.49D%40srz-berlin.de
! 3: %
! 4: % The following 2 procs encapsulate the jobs to be processed
! 5: % much as is done with EPS images:
! 6: %
! 7: /_begin_job_
! 8: {
! 9: /tweak_save save def
! 10: /tweak_dc countdictstack def
! 11: /tweak_oc count 1 sub def
! 12: userdict begin
! 13: }bind def
! 14:
! 15: /_end_job_
! 16: {
! 17: count tweak_oc sub{pop}repeat
! 18: countdictstack tweak_dc sub{end}repeat
! 19: tweak_save restore
! 20: }bind def
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>