Blame tests/r_pdf/-FILE

Christoph Galuschka 9c5937
%!PS-Adobe-3.0
Christoph Galuschka 9c5937
%%BoundingBox: 38 24 574 768
Christoph Galuschka 9c5937
%%Title: Enscript Output
Christoph Galuschka 9c5937
%%For: root
Christoph Galuschka 9c5937
%%Creator: GNU enscript 1.6.4
Christoph Galuschka 9c5937
%%CreationDate: Sun Jun 29 18:13:08 2014
Christoph Galuschka 9c5937
%%Orientation: Portrait
Christoph Galuschka 9c5937
%%Pages: (atend)
Christoph Galuschka 9c5937
%%DocumentMedia: Letter 612 792 0 () ()
Christoph Galuschka 9c5937
%%DocumentNeededResources: (atend)
Christoph Galuschka 9c5937
%%EndComments
Christoph Galuschka 9c5937
%%BeginProlog
Christoph Galuschka 9c5937
%%BeginResource: procset Enscript-Prolog 1.6 4
Christoph Galuschka 9c5937
%
Christoph Galuschka 9c5937
% Procedures.
Christoph Galuschka 9c5937
%
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
/_S {	% save current state
Christoph Galuschka 9c5937
  /_s save def
Christoph Galuschka 9c5937
} def
Christoph Galuschka 9c5937
/_R {	% restore from saved state
Christoph Galuschka 9c5937
  _s restore
Christoph Galuschka 9c5937
} def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
/S {	% showpage protecting gstate
Christoph Galuschka 9c5937
  gsave
Christoph Galuschka 9c5937
  showpage
Christoph Galuschka 9c5937
  grestore
Christoph Galuschka 9c5937
} bind def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
/MF {	% fontname newfontname -> -	make a new encoded font
Christoph Galuschka 9c5937
  /newfontname exch def
Christoph Galuschka 9c5937
  /fontname exch def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
  /fontdict fontname findfont def
Christoph Galuschka 9c5937
  /newfont fontdict maxlength dict def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
  fontdict {
Christoph Galuschka 9c5937
    exch
Christoph Galuschka 9c5937
    dup /FID eq {
Christoph Galuschka 9c5937
      % skip FID pair
Christoph Galuschka 9c5937
      pop pop
Christoph Galuschka 9c5937
    } {
Christoph Galuschka 9c5937
      % copy to the new font dictionary
Christoph Galuschka 9c5937
      exch newfont 3 1 roll put
Christoph Galuschka 9c5937
    } ifelse
Christoph Galuschka 9c5937
  } forall
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
  newfont /FontName newfontname put
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
  % insert only valid encoding vectors
Christoph Galuschka 9c5937
  encoding_vector length 256 eq {
Christoph Galuschka 9c5937
    newfont /Encoding encoding_vector put
Christoph Galuschka 9c5937
  } if
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
  newfontname newfont definefont pop
Christoph Galuschka 9c5937
} def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
/MF_PS { % fontname newfontname -> -	make a new font preserving its enc
Christoph Galuschka 9c5937
  /newfontname exch def
Christoph Galuschka 9c5937
  /fontname exch def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
  /fontdict fontname findfont def
Christoph Galuschka 9c5937
  /newfont fontdict maxlength dict def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
  fontdict {
Christoph Galuschka 9c5937
    exch
Christoph Galuschka 9c5937
    dup /FID eq {
Christoph Galuschka 9c5937
      % skip FID pair
Christoph Galuschka 9c5937
      pop pop
Christoph Galuschka 9c5937
    } {
Christoph Galuschka 9c5937
      % copy to the new font dictionary
Christoph Galuschka 9c5937
      exch newfont 3 1 roll put
Christoph Galuschka 9c5937
    } ifelse
Christoph Galuschka 9c5937
  } forall
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
  newfont /FontName newfontname put
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
  newfontname newfont definefont pop
Christoph Galuschka 9c5937
} def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
/SF { % fontname width height -> -	set a new font
Christoph Galuschka 9c5937
  /height exch def
Christoph Galuschka 9c5937
  /width exch def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
  findfont
Christoph Galuschka 9c5937
  [width 0 0 height 0 0] makefont setfont
Christoph Galuschka 9c5937
} def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
/SUF { % fontname width height -> -	set a new user font
Christoph Galuschka 9c5937
  /height exch def
Christoph Galuschka 9c5937
  /width exch def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
  /F-gs-user-font MF
Christoph Galuschka 9c5937
  /F-gs-user-font width height SF
Christoph Galuschka 9c5937
} def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
/SUF_PS { % fontname width height -> -	set a new user font preserving its enc
Christoph Galuschka 9c5937
  /height exch def
Christoph Galuschka 9c5937
  /width exch def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
  /F-gs-user-font MF_PS
Christoph Galuschka 9c5937
  /F-gs-user-font width height SF
Christoph Galuschka 9c5937
} def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
/M {moveto} bind def
Christoph Galuschka 9c5937
/s {show} bind def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
/Box {	% x y w h -> -			define box path
Christoph Galuschka 9c5937
  /d_h exch def /d_w exch def /d_y exch def /d_x exch def
Christoph Galuschka 9c5937
  d_x d_y  moveto
Christoph Galuschka 9c5937
  d_w 0 rlineto
Christoph Galuschka 9c5937
  0 d_h rlineto
Christoph Galuschka 9c5937
  d_w neg 0 rlineto
Christoph Galuschka 9c5937
  closepath
Christoph Galuschka 9c5937
} def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
/bgs {	% x y height blskip gray str -> -	show string with bg color
Christoph Galuschka 9c5937
  /str exch def
Christoph Galuschka 9c5937
  /gray exch def
Christoph Galuschka 9c5937
  /blskip exch def
Christoph Galuschka 9c5937
  /height exch def
Christoph Galuschka 9c5937
  /y exch def
Christoph Galuschka 9c5937
  /x exch def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
  gsave
Christoph Galuschka 9c5937
    x y blskip sub str stringwidth pop height Box
Christoph Galuschka 9c5937
    gray setgray
Christoph Galuschka 9c5937
    fill
Christoph Galuschka 9c5937
  grestore
Christoph Galuschka 9c5937
  x y M str s
Christoph Galuschka 9c5937
} def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
/bgcs { % x y height blskip red green blue str -> -  show string with bg color
Christoph Galuschka 9c5937
  /str exch def
Christoph Galuschka 9c5937
  /blue exch def
Christoph Galuschka 9c5937
  /green exch def
Christoph Galuschka 9c5937
  /red exch def
Christoph Galuschka 9c5937
  /blskip exch def
Christoph Galuschka 9c5937
  /height exch def
Christoph Galuschka 9c5937
  /y exch def
Christoph Galuschka 9c5937
  /x exch def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
  gsave
Christoph Galuschka 9c5937
    x y blskip sub str stringwidth pop height Box
Christoph Galuschka 9c5937
    red green blue setrgbcolor
Christoph Galuschka 9c5937
    fill
Christoph Galuschka 9c5937
  grestore
Christoph Galuschka 9c5937
  x y M str s
Christoph Galuschka 9c5937
} def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
% Highlight bars.
Christoph Galuschka 9c5937
/highlight_bars {	% nlines lineheight output_y_margin gray -> -
Christoph Galuschka 9c5937
  gsave
Christoph Galuschka 9c5937
    setgray
Christoph Galuschka 9c5937
    /ymarg exch def
Christoph Galuschka 9c5937
    /lineheight exch def
Christoph Galuschka 9c5937
    /nlines exch def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
    % This 2 is just a magic number to sync highlight lines to text.
Christoph Galuschka 9c5937
    0 d_header_y ymarg sub 2 sub translate
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
    /cw d_output_w cols div def
Christoph Galuschka 9c5937
    /nrows d_output_h ymarg 2 mul sub lineheight div cvi def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
    % for each column
Christoph Galuschka 9c5937
    0 1 cols 1 sub {
Christoph Galuschka 9c5937
      cw mul /xp exch def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
      % for each rows
Christoph Galuschka 9c5937
      0 1 nrows 1 sub {
Christoph Galuschka 9c5937
        /rn exch def
Christoph Galuschka 9c5937
        rn lineheight mul neg /yp exch def
Christoph Galuschka 9c5937
        rn nlines idiv 2 mod 0 eq {
Christoph Galuschka 9c5937
	  % Draw highlight bar.  4 is just a magic indentation.
Christoph Galuschka 9c5937
	  xp 4 add yp cw 8 sub lineheight neg Box fill
Christoph Galuschka 9c5937
	} if
Christoph Galuschka 9c5937
      } for
Christoph Galuschka 9c5937
    } for
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
  grestore
Christoph Galuschka 9c5937
} def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
% Line highlight bar.
Christoph Galuschka 9c5937
/line_highlight {	% x y width height gray -> -
Christoph Galuschka 9c5937
  gsave
Christoph Galuschka 9c5937
    /gray exch def
Christoph Galuschka 9c5937
    Box gray setgray fill
Christoph Galuschka 9c5937
  grestore
Christoph Galuschka 9c5937
} def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
% Column separator lines.
Christoph Galuschka 9c5937
/column_lines {
Christoph Galuschka 9c5937
  gsave
Christoph Galuschka 9c5937
    .1 setlinewidth
Christoph Galuschka 9c5937
    0 d_footer_h translate
Christoph Galuschka 9c5937
    /cw d_output_w cols div def
Christoph Galuschka 9c5937
    1 1 cols 1 sub {
Christoph Galuschka 9c5937
      cw mul 0 moveto
Christoph Galuschka 9c5937
      0 d_output_h rlineto stroke
Christoph Galuschka 9c5937
    } for
Christoph Galuschka 9c5937
  grestore
Christoph Galuschka 9c5937
} def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
% Column borders.
Christoph Galuschka 9c5937
/column_borders {
Christoph Galuschka 9c5937
  gsave
Christoph Galuschka 9c5937
    .1 setlinewidth
Christoph Galuschka 9c5937
    0 d_footer_h moveto
Christoph Galuschka 9c5937
    0 d_output_h rlineto
Christoph Galuschka 9c5937
    d_output_w 0 rlineto
Christoph Galuschka 9c5937
    0 d_output_h neg rlineto
Christoph Galuschka 9c5937
    closepath stroke
Christoph Galuschka 9c5937
  grestore
Christoph Galuschka 9c5937
} def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
% Do the actual underlay drawing
Christoph Galuschka 9c5937
/draw_underlay {
Christoph Galuschka 9c5937
  ul_style 0 eq {
Christoph Galuschka 9c5937
    ul_str true charpath stroke
Christoph Galuschka 9c5937
  } {
Christoph Galuschka 9c5937
    ul_str show
Christoph Galuschka 9c5937
  } ifelse
Christoph Galuschka 9c5937
} def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
% Underlay
Christoph Galuschka 9c5937
/underlay {	% - -> -
Christoph Galuschka 9c5937
  gsave
Christoph Galuschka 9c5937
    0 d_page_h translate
Christoph Galuschka 9c5937
    d_page_h neg d_page_w atan rotate
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
    ul_gray setgray
Christoph Galuschka 9c5937
    ul_font setfont
Christoph Galuschka 9c5937
    /dw d_page_h dup mul d_page_w dup mul add sqrt def
Christoph Galuschka 9c5937
    ul_str stringwidth pop dw exch sub 2 div ul_h_ptsize -2 div moveto
Christoph Galuschka 9c5937
    draw_underlay
Christoph Galuschka 9c5937
  grestore
Christoph Galuschka 9c5937
} def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
/user_underlay {	% - -> -
Christoph Galuschka 9c5937
  gsave
Christoph Galuschka 9c5937
    ul_x ul_y translate
Christoph Galuschka 9c5937
    ul_angle rotate
Christoph Galuschka 9c5937
    ul_gray setgray
Christoph Galuschka 9c5937
    ul_font setfont
Christoph Galuschka 9c5937
    0 0 ul_h_ptsize 2 div sub moveto
Christoph Galuschka 9c5937
    draw_underlay
Christoph Galuschka 9c5937
  grestore
Christoph Galuschka 9c5937
} def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
% Page prefeed
Christoph Galuschka 9c5937
/page_prefeed {		% bool -> -
Christoph Galuschka 9c5937
  statusdict /prefeed known {
Christoph Galuschka 9c5937
    statusdict exch /prefeed exch put
Christoph Galuschka 9c5937
  } {
Christoph Galuschka 9c5937
    pop
Christoph Galuschka 9c5937
  } ifelse
Christoph Galuschka 9c5937
} def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
% Wrapped line markers
Christoph Galuschka 9c5937
/wrapped_line_mark {	% x y charwith charheight type -> -
Christoph Galuschka 9c5937
  /type exch def
Christoph Galuschka 9c5937
  /h exch def
Christoph Galuschka 9c5937
  /w exch def
Christoph Galuschka 9c5937
  /y exch def
Christoph Galuschka 9c5937
  /x exch def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
  type 2 eq {
Christoph Galuschka 9c5937
    % Black boxes (like TeX does)
Christoph Galuschka 9c5937
    gsave
Christoph Galuschka 9c5937
      0 setlinewidth
Christoph Galuschka 9c5937
      x w 4 div add y M
Christoph Galuschka 9c5937
      0 h rlineto w 2 div 0 rlineto 0 h neg rlineto
Christoph Galuschka 9c5937
      closepath fill
Christoph Galuschka 9c5937
    grestore
Christoph Galuschka 9c5937
  } {
Christoph Galuschka 9c5937
    type 3 eq {
Christoph Galuschka 9c5937
      % Small arrows
Christoph Galuschka 9c5937
      gsave
Christoph Galuschka 9c5937
        .2 setlinewidth
Christoph Galuschka 9c5937
        x w 2 div add y h 2 div add M
Christoph Galuschka 9c5937
        w 4 div 0 rlineto
Christoph Galuschka 9c5937
        x w 4 div add y lineto stroke
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
        x w 4 div add w 8 div add y h 4 div add M
Christoph Galuschka 9c5937
        x w 4 div add y lineto
Christoph Galuschka 9c5937
	w 4 div h 8 div rlineto stroke
Christoph Galuschka 9c5937
      grestore
Christoph Galuschka 9c5937
    } {
Christoph Galuschka 9c5937
      % do nothing
Christoph Galuschka 9c5937
    } ifelse
Christoph Galuschka 9c5937
  } ifelse
Christoph Galuschka 9c5937
} def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
% EPSF import.
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
/BeginEPSF {
Christoph Galuschka 9c5937
  /b4_Inc_state save def    		% Save state for cleanup
Christoph Galuschka 9c5937
  /dict_count countdictstack def	% Count objects on dict stack
Christoph Galuschka 9c5937
  /op_count count 1 sub def		% Count objects on operand stack
Christoph Galuschka 9c5937
  userdict begin
Christoph Galuschka 9c5937
  /showpage { } def
Christoph Galuschka 9c5937
  0 setgray 0 setlinecap
Christoph Galuschka 9c5937
  1 setlinewidth 0 setlinejoin
Christoph Galuschka 9c5937
  10 setmiterlimit [ ] 0 setdash newpath
Christoph Galuschka 9c5937
  /languagelevel where {
Christoph Galuschka 9c5937
    pop languagelevel
Christoph Galuschka 9c5937
    1 ne {
Christoph Galuschka 9c5937
      false setstrokeadjust false setoverprint
Christoph Galuschka 9c5937
    } if
Christoph Galuschka 9c5937
  } if
Christoph Galuschka 9c5937
} bind def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
/EndEPSF {
Christoph Galuschka 9c5937
  count op_count sub { pos } repeat	% Clean up stacks
Christoph Galuschka 9c5937
  countdictstack dict_count sub { end } repeat
Christoph Galuschka 9c5937
  b4_Inc_state restore
Christoph Galuschka 9c5937
} bind def
Christoph Galuschka 9c5937
Christoph Galuschka 9c5937
% Check PostScript language level.
Christoph Galuschka 9c5937
/languagelevel where {
Christoph Galuschka 9c5937
  pop /gs_languagelevel languagelevel def
Christoph Galuschka 9c5937
} {
Christoph Galuschka 9c5937
  /gs_languagelevel 1 def
Christoph Galuschka 9c5937
} ifelse
Christoph Galuschka 9c5937
%%EndResource
Christoph Galuschka 9c5937
%%BeginResource: procset Enscript-Encoding-88591 1.6 4
Christoph Galuschka 9c5937
/encoding_vector [
Christoph Galuschka 9c5937
/.notdef      	/.notdef      	/.notdef      	/.notdef      	
Christoph Galuschka 9c5937
/.notdef      	/.notdef      	/.notdef      	/.notdef      	
Christoph Galuschka 9c5937
/.notdef      	/.notdef      	/.notdef      	/.notdef      	
Christoph Galuschka 9c5937
/.notdef      	/.notdef      	/.notdef      	/.notdef      	
Christoph Galuschka 9c5937
/.notdef      	/.notdef      	/.notdef      	/.notdef      	
Christoph Galuschka 9c5937
/.notdef      	/.notdef      	/.notdef      	/.notdef      	
Christoph Galuschka 9c5937
/.notdef      	/.notdef      	/.notdef      	/.notdef      	
Christoph Galuschka 9c5937
/.notdef      	/.notdef      	/.notdef      	/.notdef      	
Christoph Galuschka 9c5937
/space        	/exclam       	/quotedbl     	/numbersign   	
Christoph Galuschka 9c5937
/dollar       	/percent      	/ampersand    	/quoteright   	
Christoph Galuschka 9c5937
/parenleft    	/parenright   	/asterisk     	/plus         	
Christoph Galuschka 9c5937
/comma        	/hyphen       	/period       	/slash        	
Christoph Galuschka 9c5937
/zero         	/one          	/two          	/three        	
Christoph Galuschka 9c5937
/four         	/five         	/six          	/seven        	
Christoph Galuschka 9c5937
/eight        	/nine         	/colon        	/semicolon    	
Christoph Galuschka 9c5937
/less         	/equal        	/greater      	/question     	
Christoph Galuschka 9c5937
/at           	/A            	/B            	/C            	
Christoph Galuschka 9c5937
/D            	/E            	/F            	/G            	
Christoph Galuschka 9c5937
/H            	/I            	/J            	/K            	
Christoph Galuschka 9c5937
/L            	/M            	/N            	/O            	
Christoph Galuschka 9c5937
/P            	/Q            	/R            	/S            	
Christoph Galuschka 9c5937
/T            	/U            	/V            	/W            	
Christoph Galuschka 9c5937
/X            	/Y            	/Z            	/bracketleft  	
Christoph Galuschka 9c5937
/backslash    	/bracketright 	/asciicircum  	/underscore   	
Christoph Galuschka 9c5937
/quoteleft    	/a            	/b            	/c            	
Christoph Galuschka 9c5937
/d            	/e            	/f            	/g            	
Christoph Galuschka 9c5937
/h            	/i            	/j            	/k            	
Christoph Galuschka 9c5937
/l            	/m            	/n            	/o            	
Christoph Galuschka 9c5937
/p            	/q            	/r            	/s            	
Christoph Galuschka 9c5937
/t            	/u            	/v            	/w            	
Christoph Galuschka 9c5937
/x            	/y            	/z            	/braceleft    	
Christoph Galuschka 9c5937
/bar          	/braceright   	/tilde        	/.notdef      	
Christoph Galuschka 9c5937
/.notdef      	/.notdef      	/.notdef      	/.notdef      	
Christoph Galuschka 9c5937
/.notdef      	/.notdef      	/.notdef      	/.notdef      	
Christoph Galuschka 9c5937
/.notdef      	/.notdef      	/.notdef      	/.notdef      	
Christoph Galuschka 9c5937
/.notdef      	/.notdef      	/.notdef      	/.notdef      	
Christoph Galuschka 9c5937
/.notdef      	/.notdef      	/.notdef      	/.notdef      	
Christoph Galuschka 9c5937
/.notdef      	/.notdef      	/.notdef      	/.notdef      	
Christoph Galuschka 9c5937
/.notdef      	/.notdef      	/.notdef      	/.notdef      	
Christoph Galuschka 9c5937
/.notdef      	/.notdef      	/.notdef      	/.notdef      	
Christoph Galuschka 9c5937
/space        	/exclamdown   	/cent         	/sterling     	
Christoph Galuschka 9c5937
/currency     	/yen          	/brokenbar    	/section      	
Christoph Galuschka 9c5937
/dieresis     	/copyright    	/ordfeminine  	/guillemotleft	
Christoph Galuschka 9c5937
/logicalnot   	/hyphen       	/registered   	/macron       	
Christoph Galuschka 9c5937
/degree       	/plusminus    	/twosuperior  	/threesuperior	
Christoph Galuschka 9c5937
/acute        	/mu           	/paragraph    	/bullet       	
Christoph Galuschka 9c5937
/cedilla      	/onesuperior  	/ordmasculine 	/guillemotright	
Christoph Galuschka 9c5937
/onequarter   	/onehalf      	/threequarters	/questiondown 	
Christoph Galuschka 9c5937
/Agrave       	/Aacute       	/Acircumflex  	/Atilde       	
Christoph Galuschka 9c5937
/Adieresis    	/Aring        	/AE           	/Ccedilla     	
Christoph Galuschka 9c5937
/Egrave       	/Eacute       	/Ecircumflex  	/Edieresis    	
Christoph Galuschka 9c5937
/Igrave       	/Iacute       	/Icircumflex  	/Idieresis    	
Christoph Galuschka 9c5937
/Eth          	/Ntilde       	/Ograve       	/Oacute       	
Christoph Galuschka 9c5937
/Ocircumflex  	/Otilde       	/Odieresis    	/multiply     	
Christoph Galuschka 9c5937
/Oslash       	/Ugrave       	/Uacute       	/Ucircumflex  	
Christoph Galuschka 9c5937
/Udieresis    	/Yacute       	/Thorn        	/germandbls   	
Christoph Galuschka 9c5937
/agrave       	/aacute       	/acircumflex  	/atilde       	
Christoph Galuschka 9c5937
/adieresis    	/aring        	/ae           	/ccedilla     	
Christoph Galuschka 9c5937
/egrave       	/eacute       	/ecircumflex  	/edieresis    	
Christoph Galuschka 9c5937
/igrave       	/iacute       	/icircumflex  	/idieresis    	
Christoph Galuschka 9c5937
/eth          	/ntilde       	/ograve       	/oacute       	
Christoph Galuschka 9c5937
/ocircumflex  	/otilde       	/odieresis    	/divide       	
Christoph Galuschka 9c5937
/oslash       	/ugrave       	/uacute       	/ucircumflex  	
Christoph Galuschka 9c5937
/udieresis    	/yacute       	/thorn        	/ydieresis    	
Christoph Galuschka 9c5937
] def
Christoph Galuschka 9c5937
%%EndResource
Christoph Galuschka 9c5937
%%EndProlog
Christoph Galuschka 9c5937
%%BeginSetup
Christoph Galuschka 9c5937
%%IncludeResource: font Courier-Bold
Christoph Galuschka 9c5937
%%IncludeResource: font Courier
Christoph Galuschka 9c5937
/HFpt_w 10 def
Christoph Galuschka 9c5937
/HFpt_h 10 def
Christoph Galuschka 9c5937
/Courier-Bold /HF-gs-font MF
Christoph Galuschka 9c5937
/HF /HF-gs-font findfont [HFpt_w 0 0 HFpt_h 0 0] makefont def
Christoph Galuschka 9c5937
/Courier /F-gs-font MF
Christoph Galuschka 9c5937
/F-gs-font 10 10 SF
Christoph Galuschka 9c5937
/#copies 1 def
Christoph Galuschka 9c5937
% Pagedevice definitions:
Christoph Galuschka 9c5937
gs_languagelevel 1 gt {
Christoph Galuschka 9c5937
  <<
Christoph Galuschka 9c5937
    /PageSize [612 792] 
Christoph Galuschka 9c5937
  >> setpagedevice
Christoph Galuschka 9c5937
} if
Christoph Galuschka 9c5937
%%BeginResource: procset Enscript-Header-simple 1.6 4
Christoph Galuschka 9c5937

Christoph Galuschka 9c5937
/do_header {	% print default simple header
Christoph Galuschka 9c5937
  gsave
Christoph Galuschka 9c5937
    d_header_x d_header_y HFpt_h 3 div add translate
Christoph Galuschka 9c5937

Christoph Galuschka 9c5937
    HF setfont
Christoph Galuschka 9c5937
    user_header_p {
Christoph Galuschka 9c5937
      5 0 moveto user_header_left_str show
Christoph Galuschka 9c5937

Christoph Galuschka 9c5937
      d_header_w user_header_center_str stringwidth pop sub 2 div
Christoph Galuschka 9c5937
      0 moveto user_header_center_str show
Christoph Galuschka 9c5937

Christoph Galuschka 9c5937
      d_header_w user_header_right_str stringwidth pop sub 5 sub
Christoph Galuschka 9c5937
      0 moveto user_header_right_str show
Christoph Galuschka 9c5937
    } {
Christoph Galuschka 9c5937
      fname length fmodstr length add pagenumstr length add 95 6 idiv add d_header_w 6 idiv le{
Christoph Galuschka 9c5937
        5 0 moveto fname show
Christoph Galuschka 9c5937
        45 0 rmoveto fmodstr show
Christoph Galuschka 9c5937
        45 0 rmoveto pagenumstr show
Christoph Galuschka 9c5937
      } {
Christoph Galuschka 9c5937
        5 0 moveto fmodstr show
Christoph Galuschka 9c5937
        45 0 rmoveto pagenumstr show
Christoph Galuschka 9c5937
        fname length d_header_w 6 idiv idiv 1 add 10 mul 5 exch moveto
Christoph Galuschka 9c5937
        1 1 fname length d_header_w 6 idiv idiv
Christoph Galuschka 9c5937
        {
Christoph Galuschka 9c5937
          dup fname exch 1 sub d_header_w 6 idiv mul d_header_w 6 idiv getinterval show
Christoph Galuschka 9c5937
          5 exch 10 mul fname length d_header_w 6 idiv idiv 1 add 10 mul exch sub moveto
Christoph Galuschka 9c5937
        } for
Christoph Galuschka 9c5937
        5 10 moveto
Christoph Galuschka 9c5937
        fname fname length d_header_w 6 idiv idiv d_header_w 6 idiv mul dup fname length exch sub getinterval show
Christoph Galuschka 9c5937
      }ifelse
Christoph Galuschka 9c5937
    }ifelse
Christoph Galuschka 9c5937

Christoph Galuschka 9c5937
  grestore
Christoph Galuschka 9c5937
} def
Christoph Galuschka 9c5937
%%EndResource
Christoph Galuschka 9c5937
/d_page_w 536 def
Christoph Galuschka 9c5937
/d_page_h 744 def
Christoph Galuschka 9c5937
/d_header_x 0 def
Christoph Galuschka 9c5937
/d_header_y 700 def
Christoph Galuschka 9c5937
/d_header_w 536 def
Christoph Galuschka 9c5937
/d_header_h 44 def
Christoph Galuschka 9c5937
/d_footer_x 0 def
Christoph Galuschka 9c5937
/d_footer_y 0 def
Christoph Galuschka 9c5937
/d_footer_w 536 def
Christoph Galuschka 9c5937
/d_footer_h 0 def
Christoph Galuschka 9c5937
/d_output_w 536 def
Christoph Galuschka 9c5937
/d_output_h 700 def
Christoph Galuschka 9c5937
/cols 1 def
Christoph Galuschka 9c5937
%%EndSetup
Christoph Galuschka 9c5937
%%Page: (1) 1
Christoph Galuschka 9c5937
%%BeginPageSetup
Christoph Galuschka 9c5937
_S
Christoph Galuschka 9c5937
38 24 translate
Christoph Galuschka 9c5937
/pagenum 1 def
Christoph Galuschka 9c5937
/fname (/etc/centos-release) def
Christoph Galuschka 9c5937
/fdir (/etc/) def
Christoph Galuschka 9c5937
/ftail (centos-release) def
Christoph Galuschka 9c5937
% User defined strings:
Christoph Galuschka 9c5937
/fmodstr (Sun Dec 01 01:07:02 2013) def
Christoph Galuschka 9c5937
/pagenumstr (1) def
Christoph Galuschka 9c5937
/user_header_p false def
Christoph Galuschka 9c5937
/user_footer_p false def
Christoph Galuschka 9c5937
%%EndPageSetup
Christoph Galuschka 9c5937
do_header
Christoph Galuschka 9c5937
5 687 M
Christoph Galuschka 9c5937
(CentOS release 6.5 \(Final\)) s
Christoph Galuschka 9c5937
_R
Christoph Galuschka 9c5937
S
Christoph Galuschka 9c5937
%%Trailer
Christoph Galuschka 9c5937
%%Pages: 1
Christoph Galuschka 9c5937
%%DocumentNeededResources: font Courier-Bold Courier 
Christoph Galuschka 9c5937
%%EOF