%!PS-Adobe-3.0
%%Creator: A2ps version 4.3
%%CreationDate: Tue Jan  9 22:47:51 1996
%%Pages: (atend)
%%DocumentFonts: Courier Courier-Bold Helvetica Helvetica-Bold
%%EndComments
% Copyright (c) 1993, 1994, Miguel Santana, M.Santana@frgu.bull.fr

/$a2psdict 100 dict def
$a2psdict begin

% General macros.
/xdef {exch def} bind def
/getfont {exch findfont exch scalefont} bind def

% Set up ISO Latin 1 character encoding
/reencodeISO {
	dup dup findfont dup length dict begin
	{ 1 index /FID ne { def }{ pop pop } ifelse
	} forall
	/Encoding ISOLatin1Encoding def
	currentdict end definefont
} def
/Helvetica-Bold reencodeISO def
/Helvetica reencodeISO def
/Courier reencodeISO def
/Courier-Bold reencodeISO def

% Create Courier backspace font
/backspacefont {
    /Courier findfont dup length dict begin
	{ % forall
	    1 index /FID eq { pop pop } { def } ifelse
	} forall
	currentdict /UniqueID known { % if
	    /UniqueID UniqueID 16#800000 xor def
	} if
	CharStrings length 1 add dict begin
	    CharStrings { def } forall
	    /backspace { -600 0 0 0 0 0 setcachedevice } bind def
	    currentdict
	end
	/CharStrings exch def
	/Encoding Encoding 256 array copy def
	Encoding 8 /backspace put
	currentdict
    end
    definefont pop
} bind def

% FUNCTIONS

% Function filename: Initialize file printing.
/fn
{ /filenm xdef
  /filenmwidth filenm stringwidth pop def
  /filenmfont
       filenmwidth fns gt
       {
	       filenmfontname
	       fnfs fns mul filenmwidth div
	     getfont
       }
       { sfnf }
     ifelse
  def
} bind def

% Function header: prints page header. no page
% is passed as argument.
/hp
  { x sd get  y sd get hs sub 1 add  moveto
    df setfont
    gsave
      x sd get y sd get moveto
      0 hs 2 div neg rmoveto 
      hs setlinewidth
      0.95 setgray
      pw 0 rlineto stroke
    grestore
    gsave
      dfs hm rmoveto
      d show				% date/hour
    grestore
    gsave
      pnum cvs pop				% page pop up
        pw (Page 999) stringwidth pop sub
        hm
	  rmoveto
      (Page ) show pnum show		% page number
    grestore
    empty pnum copy pop
    gsave
      filenmfont setfont
         fns filenm stringwidth pop sub 2 div dw add
          bm 2 mul 
        add 
        hm
      rmoveto
        filenm show			% file name
      grestore
    } bind def

% Function border: prints border page
/border 
{ x sd get y sd get moveto
  gsave				% print four sides
    0.7 setlinewidth		% of the square
    pw 0 rlineto
    0 ph neg rlineto
    pw neg 0 rlineto
    closepath stroke
  grestore
} bind def

% Function hborder: completes border of the header.
/hborder 
{ gsave
	0.7 setlinewidth
	0 hs neg rmoveto
	pw 0 rlineto
	stroke
  grestore
} bind def

% Function sheetnumber: prints the sheet number.
/sn
    { snx sny moveto
      df setfont
      pnum cvs
	  dup stringwidth pop (0) stringwidth pop sub neg 0 rmoveto show
      empty pnum copy pop
    } bind def

% Function loginprint: prints the login id of the requestor.
/lgp
    { lx ly moveto
      df setfont
      dup stringwidth pop neg 0 rmoveto show
    } bind def

% Function currentdate: prints the current date.
/cd
    { dx dy moveto
      df setfont
      (Printed: ) show
      td show
    } bind def

% Function filename_footer: prints the file name at bottom of page.
/fnf
    { fnx fny moveto
      df setfont
      filenm center show
    } bind def

% Function center: centers text.
/center
    { dup stringwidth pop
      2 div neg 0 rmoveto
    } bind def

% Function s: print a source line
/s  { show
      /y0 y0 bfs sub def
      x0 y0 moveto
    } bind def

% Functions b and st: change to bold or standard font
/b  { show
      bdf setfont
    } bind def
/st { show
      bf setfont
    } bind def

% Strings used to make easy printing numbers
/pnum 12 string def
/empty 12 string def

% Global initializations

/CourierBack backspacefont
/filenmfontname /Helvetica-Bold def
/inch {72 mul} bind def

%
% Meaning of some variables and functions (coded names)
%
%	twp:		twinpages?
%	sd:		sheet side
%	l:		line counter
%	c:		column counter
%	d:		date
%	td:		current date (for today)
%	lg:		login name
%	fn:		filename printing function
%	sn:		sheetnumber printing function
%	cd:		current date printing function
%	fnf:		filename footer printing function
%	lgp:		login printing function
%	hp:		header printing function
%	y:		y coordinate for the logical page
%	x:		x coordinate for the logical page
%	sny:		y coordinate for the sheet number
%	snx:		x coordinate for the sheet number
%	dy:		y coordinate for the date
%	dx:		x coordinate for the date
%	ly:		y coordinate for the login
%	lx:		x coordinate for the login
%	scx:		x coordinate for the sheet center
%	fny:		y coordinate for the filename (footer)
%	fnx:		x coordinate for the filename (footer)
%	fnfs:		filename font size
%	bfs:		body font size
%	dfs:		date font size
%	bfs:		body font size
%	df:		date font
%	bf:		body font
%	bdf:		bold font
%	sfnf:		standard filename font
%	dw:		date width
%	pw:		page width
%	sw:		sheet width
%	ph:		page height
%	sh:		sheet height
%	hm:		header margin
%	tm:		top margin
%	bm:		body margin
%	rm:		right margin
%	lm:		left margin
%	hs:		header size
%	fns:		filename size

% Initialize page description variables.
/x0 0 def
/y0 0 def
/sh 11.64 inch def
/sw 8.27 inch def
/margin 1.4 inch def
/rm margin 3 div def
/lm margin 2 mul 3 div def
/d () def
/td (Jan  9 1996 22:47) def
/lg (Printed by rse from en1) def
%%EndProlog

/docsave save def
%%Page: 1 1
/pagesave save def
/twp true def
/fnfs 10 def
/dfs fnfs 0.8 mul def
/df /Helvetica dfs getfont def
/dw df setfont td stringwidth pop def
/sfnf filenmfontname fnfs getfont def
/hm fnfs 0.25 mul def
/hs 0.0 def
/bfs 6.4 def
/bdf /Courier-Bold bfs getfont def
/bm bfs 0.7 mul def
/bf /CourierBack bfs getfont def
/l 55 def
/c 127 def
/pw
   bf setfont (0) stringwidth pop c mul bm dup add add
   def
/ph
   bfs l mul bm dup add add hs add
   def
/fns
      pw
      fnfs 4 mul dw add (Page 999) stringwidth pop add
    sub
  def
/tm margin twp {3} {2} ifelse div def
/sd 0 def
/x [ lm dup ] def
/sny tm dfs 2 mul sub def
/snx sw rm sub dfs sub def
/dy sny def
/dx lm def
/y [ tm ph add 2 mul % up
          tm ph add	 % down
        ] def
/scx sw 2 div def
/fny dy def
/fnx scx def
/ly fnfs 2 div y sd get add def
/lx snx def
/d (Jan  9 1996 22:46) def
(  ) fn
/x0 x 0 get bm add def
/y0 y 0 get bm bfs add 0 add sub def
x0 y0 moveto
bf setfont
( The quick brown fox) s
( jumps over the lazy dog.) s
( ) s
( ) s
(                              The quick brown fox    ) s
(                              jumps over the lazy dog.) s
( ) s
( ) s
(                                                         The quick brown fox    ) s
(                                                         jumps over the lazy dog.) s
( ) s
( THIS-LINE-IS-TOO-LONG!THIS-LINE-IS-TOO-LONG!THIS-LINE-IS-TOO-LONG!THIS-LINE-IS-TOO-LONG!THIS-LINE-IS-TOO-LONG!THIS-LINE-IS-TOO) s
( ) s
( The quick brown fox) s
( jumps over the lazy dog.) s
( ) s
( ) s
(                              The quick brown fox    ) s
(                              jumps over the lazy dog.) s
( ) s
( ) s
(                                                         The quick brown fox    ) s
(                                                         jumps over the lazy dog.) s
( ) s
( Here follow some control characters: BS  "^H", TAB "^I", FF "^L") s
( ) s
( The quick brown fox) s
( jumps over the lazy dog.) s
( ) s
( ) s
(                              The quick brown fox    ) s
(                              jumps over the lazy dog.) s
( ) s
( ) s
(                                                         The quick brown fox    ) s
(                                                         jumps over the lazy dog.) s
( The quick brown fox) s
( jumps over the lazy dog.) s
( ) s
( ) s
(                              The quick brown fox    ) s
(                              jumps over the lazy dog.) s
( ) s
( ) s
(                                                         The quick brown fox    ) s
(                                                         jumps over the lazy dog.) s
( The quick brown fox) s
( jumps over the lazy dog.) s
( ) s
( ) s
(                              The quick brown fox    ) s
(                              jumps over the lazy dog.) s
( ) s
( ) s
(                                                         The quick brown fox    ) s
/sd 1 def
/x0 x 1 get bm add def
/y0 y 1 get bm bfs add 0 add sub def
x0 y0 moveto
bf setfont
(                                                         jumps over the lazy dog.) s
( The quick brown fox) s
( jumps over the lazy dog.) s
( ) s
( ) s
(                              The quick brown fox    ) s
(                              jumps over the lazy dog.) s
( ) s
( ) s
(                                                         The quick brown fox    ) s
(                                                         jumps over the lazy dog.) s
( The quick brown fox) s
( jumps over the lazy dog.) s
( ) s
( ) s
(                              The quick brown fox    ) s
(                              jumps over the lazy dog.) s
( ) s
( ) s
(                                                         The quick brown fox    ) s
(                                                         jumps over the lazy dog.) s
( The quick brown fox) s
( jumps over the lazy dog.) s
( ) s
( ) s
(                              The quick brown fox    ) s
(                              jumps over the lazy dog.) s
( ) s
( ) s
(                                                         The quick brown fox    ) s
(                                                         jumps over the lazy dog.) s
( The quick brown fox) s
( jumps over the lazy dog.) s
( ) s
( ) s
(                              The quick brown fox    ) s
(                              jumps over the lazy dog.) s
( ) s
( ) s
(                                                         The quick brown fox    ) s
(                                                         jumps over the lazy dog.) s
( The quick brown fox) s
( jumps over the lazy dog.) s
( ) s
( ) s
(                              The quick brown fox    ) s
(                              jumps over the lazy dog.) s
( ) s
( ) s
(                                                         The quick brown fox    ) s
(                                                         jumps over the lazy dog.) s
( The quick brown fox) s
( jumps over the lazy dog.) s
( ) s
( ) s
/sd 0 def
pagesave restore
showpage
%%Page: 2 2
/pagesave save def
/twp true def
/fnfs 10 def
/dfs fnfs 0.8 mul def
/df /Helvetica dfs getfont def
/dw df setfont td stringwidth pop def
/sfnf filenmfontname fnfs getfont def
/hm fnfs 0.25 mul def
/hs 0.0 def
/bfs 6.4 def
/bdf /Courier-Bold bfs getfont def
/bm bfs 0.7 mul def
/bf /CourierBack bfs getfont def
/l 55 def
/c 127 def
/pw
   bf setfont (0) stringwidth pop c mul bm dup add add
   def
/ph
   bfs l mul bm dup add add hs add
   def
/fns
      pw
      fnfs 4 mul dw add (Page 999) stringwidth pop add
    sub
  def
/tm margin twp {3} {2} ifelse div def
/sd 0 def
/x [ lm dup ] def
/sny tm dfs 2 mul sub def
/snx sw rm sub dfs sub def
/dy sny def
/dx lm def
/y [ tm ph add 2 mul % up
          tm ph add	 % down
        ] def
/scx sw 2 div def
/fny dy def
/fnx scx def
/ly fnfs 2 div y sd get add def
/lx snx def
/d (Jan  9 1996 22:46) def
(  ) fn
/x0 x 0 get bm add def
/y0 y 0 get bm bfs add 0 add sub def
x0 y0 moveto
bf setfont
(                              The quick brown fox    ) s
(                              jumps over the lazy dog.) s
( ) s
( ) s
(                                                         The quick brown fox    ) s
(                                                         jumps over the lazy dog.) s
( The quick brown fox) s
( jumps over the lazy dog.) s
( ) s
( ) s
(                              The quick brown fox    ) s
(                              jumps over the lazy dog.) s
( ) s
( ) s
(                                                         The quick brown fox    ) s
(                                                         jumps over the lazy dog.) s
( The quick brown fox) s
( jumps over the lazy dog.) s
( ) s
( ) s
(                              The quick brown fox    ) s
(                              jumps over the lazy dog.) s
( ) s
( ) s
(                                                         The quick brown fox    ) s
(                                                         jumps over the lazy dog.) s
( The quick brown fox) s
( jumps over the lazy dog.) s
( ) s
( ) s
(                              The quick brown fox    ) s
(                              jumps over the lazy dog.) s
( ) s
( ) s
(                                                         The quick brown fox    ) s
(                                                         jumps over the lazy dog.) s
( The quick brown fox) s
( jumps over the lazy dog.) s
( ) s
( ) s
(                              The quick brown fox    ) s
(                              jumps over the lazy dog.) s
( ) s
( ) s
(                                                         The quick brown fox    ) s
(                                                         jumps over the lazy dog.) s
( The quick brown fox) s
( jumps over the lazy dog.) s
( ) s
( ) s
(                              The quick brown fox    ) s
(                              jumps over the lazy dog.) s
( ) s
( ) s
(                                                         The quick brown fox    ) s
/sd 1 def
/x0 x 1 get bm add def
/y0 y 1 get bm bfs add 0 add sub def
x0 y0 moveto
bf setfont
(                                                         jumps over the lazy dog.) s
( The quick brown fox) s
( jumps over the lazy dog.) s
( ) s
( ) s
(                              The quick brown fox    ) s
(                              jumps over the lazy dog.) s
( ) s
( ) s
(                                                         The quick brown fox    ) s
(                                                         jumps over the lazy dog.) s
( The quick brown fox) s
( jumps over the lazy dog.) s
( ) s
( ) s
(                              The quick brown fox    ) s
(                              jumps over the lazy dog.) s
( ) s
( ) s
(                                                         The quick brown fox    ) s
(                                                         jumps over the lazy dog.) s
( The quick brown fox) s
( jumps over the lazy dog.) s
( ) s
( ) s
(                              The quick brown fox    ) s
(                              jumps over the lazy dog.) s
( ) s
( ) s
(                                                         The quick brown fox    ) s
(                                                         jumps over the lazy dog.) s
( The quick brown fox) s
( jumps over the lazy dog.) s
( ) s
( ) s
(                              The quick brown fox    ) s
(                              jumps over the lazy dog.) s
( ) s
( ) s
(                                                         The quick brown fox    ) s
(                                                         jumps over the lazy dog.) s
( The quick brown fox) s
( jumps over the lazy dog.) s
( ) s
( ) s
(                              The quick brown fox    ) s
(                              jumps over the lazy dog.) s
( ) s
( ) s
(                                                         The quick brown fox    ) s
(                                                         jumps over the lazy dog.) s
( The quick brown fox) s
( jumps over the lazy dog.) s
( ) s
( ) s
/sd 0 def
pagesave restore
showpage
%%Page: 3 3
/pagesave save def
/twp true def
/fnfs 10 def
/dfs fnfs 0.8 mul def
/df /Helvetica dfs getfont def
/dw df setfont td stringwidth pop def
/sfnf filenmfontname fnfs getfont def
/hm fnfs 0.25 mul def
/hs 0.0 def
/bfs 6.4 def
/bdf /Courier-Bold bfs getfont def
/bm bfs 0.7 mul def
/bf /CourierBack bfs getfont def
/l 55 def
/c 127 def
/pw
   bf setfont (0) stringwidth pop c mul bm dup add add
   def
/ph
   bfs l mul bm dup add add hs add
   def
/fns
      pw
      fnfs 4 mul dw add (Page 999) stringwidth pop add
    sub
  def
/tm margin twp {3} {2} ifelse div def
/sd 0 def
/x [ lm dup ] def
/sny tm dfs 2 mul sub def
/snx sw rm sub dfs sub def
/dy sny def
/dx lm def
/y [ tm ph add 2 mul % up
          tm ph add	 % down
        ] def
/scx sw 2 div def
/fny dy def
/fnx scx def
/ly fnfs 2 div y sd get add def
/lx snx def
/d (Jan  9 1996 22:46) def
(  ) fn
/x0 x 0 get bm add def
/y0 y 0 get bm bfs add 0 add sub def
x0 y0 moveto
bf setfont
(                              The quick brown fox    ) s
(                              jumps over the lazy dog.) s
( ) s
( ) s
(                                                         The quick brown fox    ) s
(                                                         jumps over the lazy dog.) s
( The quick brown fox) s
( jumps over the lazy dog.) s
( ) s
( ) s
(                              The quick brown fox    ) s
(                              jumps over the lazy dog.) s
( ) s
( ) s
(                                                         The quick brown fox    ) s
(                                                         jumps over the lazy dog.) s
( The quick brown fox) s
( jumps over the lazy dog.) s
( ) s
( ) s
(                              The quick brown fox    ) s
(                              jumps over the lazy dog.) s
( ) s
( ) s
(                                                         The quick brown fox    ) s
(                                                         jumps over the lazy dog.) s
( The quick brown fox) s
( jumps over the lazy dog.) s
( ) s
( ) s
(                              The quick brown fox    ) s
(                              jumps over the lazy dog.) s
( ) s
( ) s
(                                                         The quick brown fox    ) s
(                                                         jumps over the lazy dog.) s
( The quick brown fox) s
( jumps over the lazy dog.) s
( ) s
( ) s
(                              The quick brown fox    ) s
(                              jumps over the lazy dog.) s
( ) s
( ) s
(                                                         The quick brown fox    ) s
(                                                         jumps over the lazy dog.) s
( The quick brown fox) s
( jumps over the lazy dog.) s
( ) s
( ) s
(                              The quick brown fox    ) s
(                              jumps over the lazy dog.) s
( ) s
( ) s
(                                                         The quick brown fox    ) s
/sd 1 def
/x0 x 1 get bm add def
/y0 y 1 get bm bfs add 0 add sub def
x0 y0 moveto
bf setfont
(                                                         jumps over the lazy dog.) s
( The quick brown fox) s
( jumps over the lazy dog.) s
( ) s
( ) s
(                              The quick brown fox    ) s
(                              jumps over the lazy dog.) s
( ) s
( ) s
(                                                         The quick brown fox    ) s
(                                                         jumps over the lazy dog.) s
( The quick brown fox) s
( jumps over the lazy dog.) s
( ) s
( ) s
(                              The quick brown fox    ) s
(                              jumps over the lazy dog.) s
( ) s
( ) s
(                                                         The quick brown fox    ) s
(                                                         jumps over the lazy dog.) s
( The quick brown fox) s
( jumps over the lazy dog.) s
( ) s
( ) s
(                              The quick brown fox    ) s
(                              jumps over the lazy dog.) s
( ) s
( ) s
(                                                         The quick brown fox    ) s
(                                                         jumps over the lazy dog.) s
/sd 0 def
pagesave restore
showpage

%%Trailer
%%Pages: 3
docsave restore end