%!PS-Adobe-3.0 EPSF-3.0 AI28F0NA.PS/AL0X_FRAMEB2_JSO_DDH.PS 20190301
%%BoundingBox: 0 0 842 595

/pdfmarkF where {pop} {userdict /pdfmarkF /cleartomark load put} ifelse
/languagelevel where {pop languagelevel} {1} ifelse
2 lt { userdict (<<) cvn ([) cvn load put
       userdict (>>) cvn (]) cvn load put
     } if
[/Title (PostScript pictures: http://farbe.li.tu-berlin.de/AI28/AI28.HTM)
 /Author (compare K. Richter "Computergrafik ...": ISBN 3-8007-1775-1)
 /Subject (goto: http://farbe.li.tu-berlin.de, http://130.149.60.45/~farbmetrik)
 /Keywords (image reproduction, colour devices)
 /Creator (klaus.richter@mac.com)
 /CreationDate (D:2019030112000)
 /ModDate (D:20190301112000)
/DOCINFO pdfmarkF
[ /View [ /Fit ]
/DOCVIEW pdfmarkF

%line 20
%Early definition of FF_LM_setgrayG0 identical to former setgray

/FF_LM_setgrayG0 {setgray} bind def
/FF_LM_setrgbcolorG0 {setrgbcolor} bind def
/FF_LM_setcmykcolorG0 {setcmykcolor} bind def
/FF_LM_transferG0 {settransfer} bind def
/FF_LM_colortransferG0 {setcolortransfer} bind def
/FF_LM_xchart_gammaG {/xchart where {pop /xchartN xchart 8 idiv def
                                         /xchartP xchart
                                         xchart 8 idiv 8 mul sub def}
                                    {/xchartN 2.0 def %default
                                     /xchartP 0.5 def} ifelse
                      /gammaG 2.4 xchartP 0.18 mul sub 2.4 div
                            1 2.4 xchartN 0.18 mul sub 2.4 div div mul def
                       gammaG exp
                      } def

/FF_LM_setrgbcolorG {%FF_LM_setrgbcolorG
                     /FF_LM_b0L exch def /FF_LM_g0L exch def
                     /FF_LM_r0L exch def
                     FF_LM_r0L 0 le {/FF_LM_r0L 0.0001 def} if
                     FF_LM_g0L 0 le {/FF_LM_g0L 0.0001 def} if
                     FF_LM_b0L 0 le {/FF_LM_b0L 0.0001 def} if
                     /FF_LM_r1F FF_LM_r0L FF_LM_xchart_gammaG def
                     /FF_LM_g1F FF_LM_g0L FF_LM_xchart_gammaG def
                     /FF_LM_b1F FF_LM_b0L FF_LM_xchart_gammaG def
                     FF_LM_r1F FF_LM_g1F FF_LM_b1F
                     FF_LM_setrgbcolorG0
                    } def %FF_LM_setrgbcolorG

/FF_LM_transferG {{FF_LM_xchart_gammaG} FF_LM_transferG0} def

/FF_LM_colortransferG {{FF_LM_xchart_gammaG} {FF_LM_xchart_gammaG}
                       {FF_LM_xchart_gammaG} FF_LM_colortransferG0} def

%line 56 %BEG INCLUDE TRANSFERS at line 57 (allready included)
%BEG 1MR-0000G.TXT ************************************2011-06-01

/1MR-0000G {%BEG procedure 1MR-0000G
%1MR-Transform of setgray and setcmykcolor to FF_LM_setrgbcolorG
%Three procedures and use of the procedure FF_LM_setrgbcolorG of global G

/setgray {%BEG procedure setgrayG
          dup dup FF_LM_setrgbcolorG
          %STOPs
         } def %END procedure setgrayG

/setcmykcolor {%BEG procedure setcmykcolorG
               /FF_LM_k exch def /FF_LM_y exch def
               /FF_LM_m exch def /FF_LM_c exch def
               FF_LM_k 0 eq {1 FF_LM_c sub 1 FF_LM_m sub
                           1 FF_LM_y sub FF_LM_setrgbcolorG}
                          {1 FF_LM_k sub dup dup FF_LM_setrgbcolorG} ifelse
               %STOPc
              } def %END procedure setcmykcolorG

/setrgbcolor {%BEG procedure setrgbcolorG
              /FF_LM_b exch def /FF_LM_g exch def /FF_LM_r exch def
              FF_LM_r FF_LM_g FF_LM_b
              FF_LM_setrgbcolorG
              %STOPr
             } def %BEG procedure setrgbcolorG

/settransfer {FF_LM_transferG} def

/setcolortransfer {FF_LM_colortransferG} def

} def %END procedure 1MR-0000G

%END 1MR-0000G.TXT ************************************2011-06-01

%BEG 'AL0X'SEP-0000.TXT *********************************2011-04-01

%******************************************************************
%Empty: No color separation
%******************************************************************

%END 'AL0X'SEP-0000.TXT *********************************2011-04-01


%END INCLUDE TRANSFERS
%***********************************************************************************

%0 room to include more PS-Code
%1
%2
%3
%4
%5
%6
%7
%8
%9
%0
%1
%2
%3
%4
%5
%6
%7
%8
%9
%0
%1
%2
%3
%4
%5

/BeginEPSFG {% def              % Prepare for EPS file Global (G)
/b4_Inc_state save def          % Save state for cleanup
/dict_count countdictstack def
/op_count count 1 sub def       % Count objects on op stack
userdict begin                  % Make userdict current dict
/showpage {} def
0 setgray 0 setlinecap
1 setlinewidth 0 setlinejoin
10 setmiterlimit [] 0 setdash newpath
/languagelevel where            % If level not equal to 1 then
 {pop languagelevel where       % If level not equal to 1 then
 1 ne
 {false setstrokeadjust false setoverprint
 } if
} if
} bind def

/EndEPSFG {% def              % End for EPS file Global (G)
 count op_count sub {pop} repeat
 countdictstack dict_count sub {end} repeat	% Clean up dict stack
 b4_Inc_state restore
} bind def
         
/FS {findfont exch scalefont setfont} bind def
/MM {72 25.4 div mul} def
/A4querG {598 0 translate 90 rotate} def


% !AUSTAUSCH Times-Roman -> Times-Roman-ISOLatin1=Times-I
 
/Times-Roman findfont dup length dict  begin
{1 index /FID ne {def} {pop pop} ifelse }forall
/Encoding ISOLatin1Encoding def
currentdict end
/Times-ISOL1 exch definefont pop
 
/Times-Italic findfont dup length dict  begin
{1 index /FID ne {def} {pop pop} ifelse }forall
/Encoding ISOLatin1Encoding def
currentdict end
/TimesI-ISOL1 exch definefont pop
 
/Times-Bold findfont dup length dict  begin
{1 index /FID ne {def} {pop pop} ifelse }forall
/Encoding ISOLatin1Encoding def
currentdict end
/TimesB-ISOL1 exch definefont pop
 
/Times-BoldItalic findfont dup length dict  begin
{1 index /FID ne {def} {pop pop} ifelse }forall
/Encoding ISOLatin1Encoding def
currentdict end
/TimesBI-ISOL1 exch definefont pop
 
/RK {250 /Times-Roman FS} bind def
/RM {300 /Times-Roman FS} bind def
/RG {350 /Times-Roman FS} bind def

/RIK {250 /Times-Italic FS} bind def
/RIM {300 /Times-Italic FS} bind def
/RIG {350 /Times-Italic FS} bind def

/RBK {250 /Times-Bold FS} bind def
/RBM {300 /Times-Bold FS} bind def
/RBG {350 /Times-Bold FS} bind def

/RBIK {250 /Times-BoldItalic FS} bind def
/RBIM {300 /Times-BoldItalic FS} bind def
/RBIG {350 /Times-BoldItalic FS} bind def

/TK {250 /Times-ISOL1 FS} bind def
/TM {300 /Times-ISOL1 FS} bind def
/TG {350 /Times-ISOL1 FS} bind def
 
/TIK {250 /TimesI-ISOL1 FS} bind def
/TIM {300 /TimesI-ISOL1 FS} bind def
/TIG {350 /TimesI-ISOL1 FS} bind def
 
/TBK {250 /TimesB-ISOL1 FS} bind def
/TBM {300 /TimesB-ISOL1 FS} bind def
/TBG {350 /TimesB-ISOL1 FS} bind def
 
/TBIK {250 /TimesBI-ISOL1 FS} bind def
/TBIM {300 /TimesBI-ISOL1 FS} bind def
/TBIG {350 /TimesBI-ISOL1 FS} bind def


%***********************************************************
/r*d50M 50 array def
/r*d50M [1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 %R
        1.000 0.875 0.750 0.625 0.500 0.375 0.250 0.125 %J
        0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 %G
        0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 %C
        0.000 0.125 0.250 0.375 0.500 0.625 0.750 0.875 %B
        1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 %M
        1.000 1.000
       ] def
/g*d50M 50 array def
/g*d50M [0.000 0.125 0.250 0.375 0.500 0.625 0.750 0.875 %R
        1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 %J
        1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 %G
        1.000 0.875 0.750 0.625 0.500 0.375 0.250 0.125 %C
        0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 %B
        0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 %M
        0.000 0.125
       ] def
/b*d50M 50 array def
/b*d50M [0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 %R
        0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 %J
        0.000 0.125 0.250 0.375 0.500 0.625 0.750 0.875 %G
        1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 %C
        1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 %B
        1.000 0.875 0.750 0.625 0.500 0.375 0.250 0.125 %M
        0.000 0.000
       ] def
%***********************************************************
/XD65W  95.04 def /YD65W 100.00 def /ZD65W 108.88 def
/XD50W  96.42 def /YD50W 100.00 def /ZD50W  82.51 def
/DAKTE [(D65) (D50)] def

/DecodeXYZ* {dup 6 29 div ge {dup dup mul mul}
            {4 29 div sub 108 841 div mul} ifelse} bind def

/cvishow {cvi 6 string cvs show} def
/cvsshow1 {10 mul cvi 0.1 mul 7 string cvs show} def
/cvsshow2 {100 mul cvi 0.01 mul 7 string cvs show} def
/cvsshow3 {1000 mul cvi 0.001 mul 7 string cvs show} def
/cvsshow1g {/nxx exch def                              %example nxx=99.1/99.0
             nxx 10 mul cvi /nxi exch def              %nxi=991/990
             nxi 10 idiv /nxa exch def                 %nxa=99
             nxi nxa 10 mul sub /nxb exch def          %nxb=1/0
             nxa cvishow (,) show                      %nxa=99
             nxb cvishow                               %nxb=1/0
           } def
/cvsshow2g {/nxx exch def                              %example nxx=99.12/99,02/99,00
             nxx 100 mul cvi /nxi exch def             %nxi=9912/9902/00
             nxi 100 idiv /nxa exch def                %nxa=99
             nxi nxa 100 mul sub /nxb exch def         %nxb=12/02/00
             nxa cvishow (,) show                      %nxb=99,
             nxb 10 ge {nxb cvishow} if                %nxb=12
             nxb  1 ge
             nxb  9 le and {(0) show nxb cvishow} if   %nxb=02
             nxb  0 eq {(00) show} if                  %nxb=00
           } def
/cvsshow3g {/nxx exch def                              %example nxx=99.123/99.012/99.001/99.000
             nxx 1000 mul cvi /nxi exch def            %nxi=99123/99012/99001/99000
             nxi 1000 idiv /nxa exch def               %nxa=99
             nxi nxa 1000 mul sub /nxb exch def        %nxb=123/012/001/000
             nxa cvishow (,) show                      %nxb=99,
             nxb 100 ge {nxb cvishow} if               %nxb=123/012/001/000
             nxb  10 ge
             nxb  99 le and {(0) show nxb cvishow} if  %nxb=012
             nxb   1 ge
             nxb   9 le and {(00) show nxb cvishow} if %nxb=001
             nxb   0 eq {(000) show} if                %nxb=000
           } def

%***********************************************************

/proc_frameg { %BEG proc_frameg(_DH)

/MX {0.33 mul} def /10MXN {10 MX /Times-ISOL1 FS} def
/12MXN {11 MX /Times-ISOL1 FS} def /12MXI {11 MX /TimesI-ISOL1 FS} def
/12MXR {11 MX /Times-Roman FS} def
/lanind 1 def
/lantex [(G) (E) (S) (N) (I) (J) (M)] def
/showde {0 lanindg eq {show} {pop} ifelse} bind def
/showen {1 lanindg eq {show} {pop} ifelse} bind def
/showes {2 lanindg eq {show} {pop} ifelse} bind def
/showfr {3 lanindg eq {show} {pop} ifelse} bind def
/showit {4 lanindg eq {show} {pop} ifelse} bind def
/showjp {5 lanindg eq {show} {pop} ifelse} bind def
/showea {1 lanindg le {show} {pop} ifelse} bind def
/showm {6 lanindg eq {show} {pop} ifelse} bind def

0 setgray
0.15 setlinewidth

/xframe1 003 def
/xframe2 292 def
/yframe1 001 def
/yframe2 207 def
/cvishow {cvi 6 string cvs show} def
/cvsshow1 {10 mul cvi 0.1 mul 7 string cvs show} def
/cvsshow2 {100 mul cvi 0.01 mul 7 string cvs show} def
/cvsshow3 {1000 mul cvi 0.001 mul 7 string cvs show} def

/xtextf 1 def

xtextf 1 eq {%xtextf=1

xframe1 yframe1 moveto
xframe2 0 rlineto
0 yframe2 rlineto
xframe2 neg 0 rlineto
closepath stroke

3.5 1.8  moveto 12MXN
(AI28/AI28) show (L0N) show (A.PDF /.PS) show
(, Page ) showen (, Seite ) showde
xchartg xchartdg idiv pchartmg mul pchartg add 1 add cvishow (/) show
xchartmg xchartdg idiv pchartmg mul cvishow (, ) show
12MXI (rgb/cmy0/000n/w->rgb) show
10MXN 0 -1 rmoveto Txx show 0 1 rmoveto 12MXN

/CYi [((288:1)) ((144:1)) ((72:1)) ((36:1)) ((18:1))
      ((9:1)) ((4,5:1)) ((2,25:1))] def
115 1.8 moveto
12MXI (C) show 10MXN 0 -0.5 rmoveto (Y) show
xchartdg 1 eq {8 xchartg sub}
              {(N) show 8 xchartg xchartdg idiv sub} ifelse
cvishow 0 0.5 rmoveto 
12MXN ( ) show CYi xchartg xchartdg idiv get show (:) show
12MXI ( g) show
10MXN 0 -0.5 rmoveto (P) show 0 0.5 rmoveto 12MXN (=) show
/xchartNf xchartg 8 idiv def
/xchartPf xchartg xchartg 8 idiv 8 mul sub def
colormg 0 eq {%colormg=0,1
              (1,000; ) show}
             {2.4 xchartPf 0.18 mul sub 2.4 div cvsshow3g (; ) show
             } ifelse %colormg=0,1

12MXI (g) show
10MXN 0 -0.5 rmoveto (N) show 0 0.5 rmoveto
12MXN (=) show
colormg 0 eq {%colormg=0,1
              (1,000; ) show}
             {1 2.4 xchartNf 0.18 mul sub 2.4 div div cvsshow3g
             } ifelse %colormg=0,

172 1.8 moveto 12MXR
serverA show (AI28/AI28) show (F0P) show (X) show %
(_CY) show 8 xchartg xchartdg idiv sub cvishow (_) show pchartg 1 add cvishow
(.PDF /.PS) show
%(0) show
%(N) show LEX$ show

} if %xtextf=1

             } def %END proc_framef(_DH)
%***********************************************************************************
%%EndProlog

%%BeginPageSetup
/#copies 1 def
%A4querG
1.0 1.0 scale

/pgsave save def
%%EndPageSetup
0.0 MM 0.0 MM translate %Verschiebung nach oben und links fuer Belichter
gsave

/SS$ [(G) (E) (S) (F) (I) (J) (M)] def
/SC$ [(N) (F) (S) (D) (T) (E) (C)] def
/SX$ [(0) (1) (2) (3) (4) (5) (6) (7) (8) (9) (A) (B) (C) (D) (E) (F)] def
/SY$ [(0) (1) (2) (3) (4) (5) (6) (7) (8) (9) (A) (B) (C) (D) (E) (F)] def
%       0           1            2            3            4
%       5           6            7            8            9
/EX$ [(A.PDF /.PS) (B.BMP /.PS) (G.GIF /.PS) (H.HTM /.PS) (I.HTM /.PS)
      (J.JPE /.PS) (P.PDF /.PS) (T.TIF /.PS) (S.PDF /.PS) (L.PDF /.PS)] def
/EY$ [(A.DAT)      (B.DAT)      (G.DAT)      (H.DAT)      (I.DAT)
      (J.DAT)      (P.DAT)      (T.DAT)      (S.DAT)      (L.DAT)] def



/server0 (http://www.ps.bam.de/) def
/server1 (http://130.149.60.45/~farbmetrik/) def
/server2 (http://farbe.li.tu-berlin.de/) def
/server3 (http://standards.iso.org/iso/9241/306/ed-2/) def








%line 409 END SECTION 0 **********
%line 610 BEG SECTION 3 **********
/lanind1g 04 def /lanind2g 04 def /laninddg 01 def /lanindmg 01 def
/colorm1g 01 def /colorm2g 01 def /colormdg 01 def /colormmg 01 def
/deintp1g 00 def /deintp2g 00 def /deintpdg 01 def /deintpmg 01 def
/xcolor1g 00 def /xcolor2g 00 def /xcolordg 01 def /xcolormg 01 def
/xchart1g 01 def /xchart2g 01 def /xchartdg 01 def /xchartmg 08 def
/pchart1g 02 def /pchart2g 02 def /pchartdg 01 def /pchartmg 03 def
/colsep1g 00 def /colsep2g 00 def /colsepdg 01 def /colsepmg 01 def
/pmetam1g 00 def /pmetam2g 00 def /pmetamdg 01 def /pmetammg 01 def
/xchart3g 00 def %free
%/xchart4g 00 def %define in 4f: charts ISO/IEC 3,2,4;DIN 33872-5,G,O,H
/xchart5g 00 def %free
/serverA server3 def /serverB server2 def
%/lanindg lanind1g def %
/lanindg lanind1g def %lanind1g laninddg lanind2g {/lanindg exch def

%/colormg colorm1g def %
/colormg colorm1g def %colorm1g colormdg colorm2g {/colormg exch def

%/deintpg deintp1g def %
/deintpg deintp1g def %deintp1g deintpdg deintp2g {/deintpg exch def

%/xcolorg xcolor1g def %
/xcolorg xcolor1g def %xcolor1g xcolordg xcolor2g {/xcolorg exch def

%/xchartg xchart1g def %
/xchartg xchart1g def %xchart1g xchartdg xchart2g {/xchartg exch def

%/pchartg pchart1g def %
/pchartg pchart1g def %pchart1g pchartdg pchart2g {/pchartg exch def

%/colsepg colsep1g def %
/colsepg colsep1g def %colsep1g colsepdg colsep2g {/colsepg exch def

%/pmetamg pmetam1g def %
/pmetamg pmetam1g def %pmetam1g pmatamdg pmetam2g {/pmetamg exch def

gsave
/lanind lanindg def
/colorm colormg def
/deintp deintpg def
/xcolor xcolorg def
/xchart xchartg def
/xchart3 xchart3g def %/xchart4 xchart4g def /xchart5 xchart5g def
/pchart pchartg def
/colsep colsepg def
/pmetam pmetamg def


%line 659 %BEG INCLUDE FAD-0000G at line 659
%BEG FAD-0000G.TXT***************************************************20110301
% This file includes only the 1-minus-relation (1MR) for CM
1MR-0000G
%END FAD-0000G.TXT***************************************************20110301
%END INCLUDE FAD-0000G
colorm 0 eq deintp 0 eq and {/Txx (dd) def  /Fxx (d) def} if
colorm 0 eq deintp 1 eq and {/Txx (de) def  /Fxx (e) def} if
colorm 1 eq deintp 0 eq and {/Txx (*dd) def /Fxx (*d) def} if
colorm 1 eq deintp 1 eq and {/Txx (*de) def /Fxx (*e) def} if

1 MM dup scale
proc_frameg %includes no showpage
grestore

gsave
BeginEPSFG
 0 MM 0 MM translate
%%BeginDocument:

%line 679 %BEG INCLUDE TEST FILE at line 679
%!PS-Adobe-3.0 EPSF-3.0 http://standards.iso.org/iso/9241/306/ed-2/AI28/AI28L00XX.PS 20190322
%%BoundingBox: 14 08 828 584

/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
/languagelevel where {pop languagelevel} {1} ifelse
2 lt { userdict (<<) cvn ([) cvn load put
       userdict (>>) cvn (]) cvn load put} if
[/Title (PostScript pictures: http://standards.iso.org/iso/9241/306/ed-2/AI28/AI28.HTM)
 /Author (compare K. Richter "Computergrafik ...": ISBN 3-8007-1775-1)
 /Subject (goto: http://farbe.li.tu-berlin.de, http://130.149.60.45/~farbmetrik)
 /Keywords (image reproduction, colour devices)
 /Creator (klaus.richter@mac.com)
 /CreationDate (D:2019030112000)
 /ModDate (D:20190301112000)
/DOCINFO pdfmark
[ /View [ /FitB ]
/DOCVIEW pdfmark


%line20
%BEG AI28/OUTLIN10.PS Output Linearization linear (OL) rgb*->rgb'* 20160301

%Early Binding: needed for colour separation
%/sgcmykcolor {setcmykcolor} bind def
%/sggray {setgray} bind def
%/sgrgbcolor {setrgbcolor} bind def
%FILE PREPARED FOR MIXED MODE, e. g. input ORS18 and output TLS00
%/IMES 0 def %0=LAB* used, no reflection factor necessary
 /IMES 1 def /Yre 2.52 def %1=XYZ measurement and standard device reflection
%/i*ptrsc 0 def %LAB* setcolor to cmy0* / 000n* setcmykcolor
 /i*ptrsc 1 def %LAB* setcolor to olv* setrgbcolor / w* setgray
%/i*ptrsc 2 def %LAB* setcolor to cmy0* / nnn0* setcmykcolor
%/i*ptrsc 3 def %LAB* setcolor to olv* / www* setrgbcolor
%/i*ptrsc 4 def %LAB* setcolor to lab* setcolor
%/i*ptrsc 5 def %LAB* setcolor to LAB* setcolor
%/i*ptrsc 6 def %LAB* setcolor to 000n* setcmykcolor
%/i*ptrsc 7 def %LAB* setcolor to w* setgray
%/ISIN*ioG 0 def %default input  for Offset Reflective System (ORS18/FRS09)
%/ISOU*ioG 0 def %default output dto.
 /ISIN*ioG 1 def %input  for Television Luminous System (TLS00)
 /ISOU*ioG 1 def %output dto.
%/ISIN*ioG 2 def %input  for Device Reflective measurement system (FRS09)
%/ISOU*ioG 2 def %output dto.
%/ISIN*ioG 3 def %input  for Television Luminous Reflection System (TLS18)
%/ISOU*ioG 3 def %output dto.
%/ISIN*ioG 4 def %input  for Natural Luminous System (NLS00)
%/ISOU*ioG 4 def %output dto.
%/ISIN*ioG 5 def %input  for Natural Reflective System (NRS11)
%/ISOU*ioG 5 def %output dto.
%/ISIN*ioG 6 def %input  for Standard Reflective System (CIE18)
%/ISOU*ioG 6 def %output dto.
%/ISIN*ioG 7 def %input  for Standard Reflective System (TLS70)
%/ISOU*ioG 7 def %output dto.
 /iLAB 0 def %/colormg 0 def

%END AI28/OUTLIN10.PS Output Linearization linear (OL) rgb*->rgb'* 20160301

%BEG AI28/OUTLIN1X.PS 20110801
%EMPTY
%END AI28/OUTLIN1X.PS 20110801
                                                                         
%BEG AI28/OUTLIN1Y2 EARLY BINDING 'F' with 1MR-0000F 20160101

%BEG 1MR-0000F.TXT ************************************20110601

/1MR-0000F {%BEG procedure 1MR-0000F

/FF_LM_setgrayF0 {setgray} bind def
/FF_LM_setrgbcolorF0 {setrgbcolor} bind def
/FF_LM_setcmykcolorF0 {setcmykcolor} bind def
/FF_LM_transferF0 {settransfer} bind def
/FF_LM_colortransferF0 {setcolortransfer} bind def
/FF_LM_xchartg_gammaF {/xchart where {pop /xchartN xchart 8 idiv def
                                          /xchartP xchart
                                           xchart 8 idiv 8 mul sub def}
                                      {/xchartN 2.0 def %default
                                       /xchartP 0.5 def} ifelse
                       /gammaF 1 xchartN 0.18 mul add
                             1 1 xchartP 0.18 mul add div mul def
                       gammaF exp
                      } def
/FF_LM_setrgbcolorF {/FF_LM_b0L exch def /FF_LM_g0L exch def /FF_LM_r0L exch def
                     FF_LM_r0L 0 le {/FF_LM_r0L 0.0001 def} if
                     FF_LM_g0L 0 le {/FF_LM_g0L 0.0001 def} if
                     FF_LM_b0L 0 le {/FF_LM_b0L 0.0001 def} if
                     /FF_LM_r1F FF_LM_r0L FF_LM_xchartg_gammaF def
                     /FF_LM_g1F FF_LM_g0L FF_LM_xchartg_gammaF def
                     /FF_LM_b1F FF_LM_b0L FF_LM_xchartg_gammaF def
                     FF_LM_r1F FF_LM_g1F FF_LM_b1F
                     FF_LM_setrgbcolorF0
                    } def

/FF_LM_transferF {{FF_LM_xchartg_gammaF} FF_LM_transferF0} def

/FF_LM_colortransferF {{FF_LM_xchartg_gammaF} {FF_LM_xchartg_gammaF}
                       {FF_LM_xchartg_gammaF} FF_LM_colortransferF0} def

%1MR-Transform of setgray and setcmykcolor to FF_LM_setrgbcolorF
%Three procedures and use of the procedure FF_LM_setrgbcolorF in OUTLIN1Y2

/setgray {%BEG procedure setgrayF
          dup dup FF_LM_setrgbcolorF
          %STOPs
         } def %END procedure setgrayF

/setcmykcolor {%BEG procedure setcmykcolorF
               /FF_LM_k exch def /FF_LM_y exch def
               /FF_LM_m exch def /FF_LM_c exch def
               FF_LM_k 0 eq {1 FF_LM_c sub 1 FF_LM_m sub
                             1 FF_LM_y sub FF_LM_setrgbcolorF}
                            {1 FF_LM_k sub dup dup FF_LM_setrgbcolorF} ifelse
               %STOPc
              } def %END procedure setcmykcolorF

/setrgbcolor {%BEG procedure setrgbcolorF
              /FF_LM_b exch def /FF_LM_g exch def /FF_LM_r exch def
              FF_LM_r FF_LM_g FF_LM_b
              FF_LM_setrgbcolorF
              %STOPr
             } def %BEG procedure setrgbcolorF

/settransfer {FF_LM_transferF} def

/setcolortransfer {FF_LM_colortransferF} def

} def %END procedure 1MR-0000F

/xchartg where {pop 1MR-0000G}{1MR-0000F} ifelse

%END 1MR-0000F.TXT ************************************20110801

%END AI28/OUTLIN1Y EARLY BINDING 'I' with 1MR-0000I 20110801
                                                                         
/BeginEPSF {            % def   % Prepare for EPS file
/b4_Inc_state save def          % Save state for cleanup
/dict_count countdictstack def
/op_count count 1 sub def       % Count objects on op stack
userdict begin                  % Make userdict current dict
/showpage {} def
0 setgray 0 setlinecap
1 setlinewidth 0 setlinejoin
10 setmiterlimit [] 0 setdash newpath
/languagelevel where            % If level not equal to 1 then
 {pop languagelevel where       % If level not equal to 1 then
 1 ne
 {false setstrokeadjust false setoverprint
 } if
} if
} bind def

/EndEPSF {	% def
 count op_count sub {pop} repeat
 countdictstack dict_count sub {end} repeat	% Clean up dict stack
 b4_Inc_state restore
} bind def
/FS {findfont exch scalefont setfont} bind def
/MM {72 25.4 div mul} def /str {8 string } bind def
/A4querF {598 0 translate 90 rotate} def

/languagelevel where {pop languagelevel} {1} ifelse
                     /PSL12 exch def
/dictende {counttomark 2 idiv dup dict begin {def}
           repeat pop currentdict end} bind def
% !AUSTAUSCH Times-Roman -> Times-Roman-ISOLatin1=Times-I
/Times-Roman findfont dup length dict  begin
{1 index /FID ne {def} {pop pop} ifelse }forall
/Encoding ISOLatin1Encoding def
currentdict end
/Times-ISOL1 exch definefont pop
 
/Times-Italic findfont dup length dict  begin
{1 index /FID ne {def} {pop pop} ifelse }forall
/Encoding ISOLatin1Encoding def
currentdict end
/TimesI-ISOL1 exch definefont pop
 
/Times-Bold findfont dup length dict  begin
{1 index /FID ne {def} {pop pop} ifelse }forall
/Encoding ISOLatin1Encoding def
currentdict end
/TimesB-ISOL1 exch definefont pop
 
/Times-BoldItalic findfont dup length dict  begin
{1 index /FID ne {def} {pop pop} ifelse }forall
/Encoding ISOLatin1Encoding def
currentdict end
/TimesBI-ISOL1 exch definefont pop

/RK {250 /Times-Roman FS} bind def
/RM {300 /Times-Roman FS} bind def
/RG {350 /Times-Roman FS} bind def
/RIK {250 /Times-Italic FS} bind def
/RIM {300 /Times-Italic FS} bind def
/RIG {350 /Times-Italic FS} bind def
/RBK {250 /Times-Bold FS} bind def
/RBM {300 /Times-Bold FS} bind def
/RBG {350 /Times-Bold FS} bind def
/RBIK {250 /Times-BoldItalic FS} bind def
/RBIM {300 /Times-BoldItalic FS} bind def
/RBIG {350 /Times-BoldItalic FS} bind def
/TK {250 /Times-ISOL1 FS} bind def
/TM {300 /Times-ISOL1 FS} bind def
/TG {350 /Times-ISOL1 FS} bind def
/TIK {250 /TimesI-ISOL1 FS} bind def
/TIM {300 /TimesI-ISOL1 FS} bind def
/TIG {350 /TimesI-ISOL1 FS} bind def
/TBK {250 /TimesB-ISOL1 FS} bind def
/TBM {300 /TimesB-ISOL1 FS} bind def
/TBG {350 /TimesB-ISOL1 FS} bind def
/TBIK {250 /TimesBI-ISOL1 FS} bind def
/TBIM {300 /TimesBI-ISOL1 FS} bind def
/TBIG {350 /TimesBI-ISOL1 FS} bind def

%ANFA CMYKDEF
%CMYKDEA0 (A0=Standard-Drucker-CMYKDEF) 15.3.97
/tzac [1.000 0.933 0.867 0.800 0.733 0.667 0.600 0.533
       0.467 0.400 0.333 0.267 0.200 0.132 0.067 0.000
       1.000 0.750 0.500 0.250 0.000] def
/tzam [1.000 0.933 0.867 0.800 0.733 0.667 0.600 0.533
       0.467 0.400 0.333 0.267 0.200 0.132 0.067 0.000
       1.000 0.750 0.500 0.250 0.000] def
/tzay [1.000 0.933 0.867 0.800 0.733 0.667 0.600 0.533
       0.467 0.400 0.333 0.267 0.200 0.132 0.067 0.000
       1.000 0.750 0.500 0.250 0.000] def
/tzan [1.000 0.933 0.867 0.800 0.733 0.667 0.600 0.533
       0.467 0.400 0.333 0.267 0.200 0.132 0.067 0.000
       1.000 0.750 0.500 0.250 0.000] def
/tza0 [0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
       0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
       0.000 0.000 0.000 0.000 0.000] def
/tza1 [1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000
       1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000
       1.000 1.000 1.000 1.000 1.000] def
%ENDE CMYKD
 
/rec %x, y width heigth
  {/heigth exch def /width exch def
   moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto
   closepath } bind def
 
/colrecfiLAB* %x y width heigth LAB*
  { setcolor rec fill} bind def

/colrecstLAB* %x y width heigth LAB*
  { setcolor rec stroke} bind def

/colrecficmyn* %x y width heigth cmy0* or 000n*
  { setcmykcolor rec fill} bind def
 
/colrecstcmyn* %x y width heigth cmy0* or 000n*
  { setcmykcolor rec stroke} bind def

/colrecfiw* %x y width heigth w*
  { setgray rec fill} bind def

/colrecstw* %x y width heigth w*
  { setgray rec stroke} bind def

/colrecfiolv* %x y width heigth olv*
  { setrgbcolor rec fill} bind def

/colrecstolv* %x y width heigth olv*
  { setrgbcolor rec stroke} bind def
 
/tzrcmy0* {0.0 1.0 1.0 0.0} bind def %Reproduction colours
/tzgcmy0* {1.0 0.0 1.0 0.0} bind def %cmyn* setcmykcolor
/tzbcmy0* {1.0 1.0 0.0 0.0} bind def
/tzccmy0* {1.0 0.0 0.0 0.0} bind def
/tzmcmy0* {0.0 1.0 0.0 0.0} bind def
/tzycmy0* {0.0 0.0 1.0 0.0} bind def

/tzrolv* {1.0 0.0 0.0} bind def %Reproduction colours
/tzgolv* {0.0 1.0 0.0} bind def %olv* setrgbcolor
/tzbolv* {0.0 0.0 1.0} bind def
/tzcolv* {0.0 1.0 1.0} bind def
/tzmolv* {1.0 0.0 1.0} bind def
/tzyolv* {1.0 1.0 0.0} bind def
 
/tzrLAB* [53.34  72.46  50.66] def %Reproduction colours
/tzgLAB* [84.93 -79.83  74.80] def %LAB* setcolor
/tzbLAB* [32.20  24.88 -37.89] def
/tzcLAB* [88.10 -44.88 -13.36] def
/tzmLAB* [59.66  90.32 -19.65] def
/tzyLAB* [93.76 -20.24  85.93] def

/tzncmy0* {1.00 1.00 1.00 0.00} bind def %grey series
/tzdcmy0* {0.75 0.75 0.75 0.00} bind def %cmy0* setcmykcolor
/tzzcmy0* {0.50 0.50 0.50 0.00} bind def
/tzhcmy0* {0.25 0.25 0.25 0.00} bind def
/tzwcmy0* {0.00 0.00 0.00 0.00} bind def
 
/tzn000n* {0.00 0.00 0.00 1.00} bind def %grey series 000n*
/tzd000n* {0.00 0.00 0.00 0.75} bind def %000n* setcmykcolor
/tzz000n* {0.00 0.00 0.00 0.50} bind def
/tzh000n* {0.00 0.00 0.00 0.25} bind def
/tzw000n* {0.00 0.00 0.00 0.00} bind def

/tznw* {0.00} bind def %grey series
/tzdw* {0.25} bind def %w* setgray
/tzzw* {0.50} bind def
/tzhw* {0.75} bind def
/tzww* {1.00} bind def

/tznolv* {0.00 0.00 0.00} bind def %grey series
/tzdolv* {0.25 0.25 0.25} bind def %olv* setrgbcolor
/tzzolv* {0.50 0.50 0.50} bind def
/tzholv* {0.75 0.75 0.75} bind def
/tzwolv* {1.00 1.00 1.00} bind def

/tznLAB* [18.01 0.00 0.00] def %grey series
/tzdLAB* [37.36 0.00 0.00] def %LAB* setcolor
/tzzLAB* [56.71 0.00 0.00] def
/tzhLAB* [76.06 0.00 0.00] def
/tzwLAB* [95.41 0.00 0.00] def

/tfn {0 setgray} bind def
/tfw {1 setgray} bind def
 
/cvishow {cvi 6 string cvs show} def
/cvsshow1 {10 mul cvi 0.1 mul 7 string cvs show} def
/cvsshow2 {100 mul cvi 0.01 mul 7 string cvs show} def
/cvsshow3 {1000 mul cvi 0.001 mul 7 string cvs show} def

%%EndProlog

%%BeginPageSetup
/#copies 1 def
%A4querF
1.0 1.0 scale

/pgsave save def
%%EndPageSetup

/SS$ [(G) (E) (S) (F) (I) (J) (M)] def
/SC$ [(N) (F) (S) (D) (T) (E) (C)] def
/SX$ [(0) (1) (2) (3) (4) (5) (6) (7) (8) (9) (A) (B) (C) (D) (E) (F)] def
/SY$ [(0) (1) (2) (3) (4) (5) (6) (7) (8) (9) (A) (B) (C) (D) (E) (F)] def
%       0           1            2            3            4
%       5           6            7            8
/EX$ [(A.TXT /.PS) (B.BMP /.PS) (G.GIF /.PS) (H.HTM /.PS) (I.HTM /.PS)
      (J.JPE /.PS) (P.PDF /.PS) (T.TIF /.PS)] def
/EY$ [(A.DAT)      (B.DAT)      (G.DAT)      (H.DAT)      (I.DAT)
      (J.DAT)      (P.DAT)      (T.DAT)] def

%defaut values
/lanind1f 04 def /lanind2f 04 def /laninddf 01 def /lanindmf 01 def
/colorm1f 00 def /colorm2f 00 def /colormdf 01 def /colormmf 01 def
/deintp1f 00 def /deintp2f 00 def /deintpdf 01 def /deintpmf 01 def
/xcolor1f 03 def /xcolor2f 03 def /xcolordf 01 def /xcolormf 01 def
/xchart1f 00 def /xchart2f 00 def /xchartdf 01 def /xchartmf 01 def
/pchart1f 02 def /pchart2f 00 def /pchartdf 01 def /pchartmf 03 def
/colsep1f 00 def /colsep2f 00 def /colsepdf 01 def /colsepmf 01 def
/pmetam1f 00 def /pmetam2f 00 def /pmetamdf 01 def /pmetammf 01 def
/xchart3f 00 def %free
/xchart4f 02 def %test charts ISO/IEC 3, 2, 4; G, O, H, H
/xchart5f 00 def %free

%psosible change of default values
/lanindg where {pop /lanind1f lanindg  def /lanind2f lanindg  def
                    /laninddf laninddg def /lanindmf lanindmg def} if
/colormg where {pop /colorm1f colormg  def /colorm2f colormg  def
                    /colormdf colormdg def /colormmf colormmg def} if
/deintpg where {pop /deintp1f deintpg  def /deintp2f deintpg  def
                    /deintpdf deintpdg def /deintpmf deintpmg def} if
/xcolorg where {pop /xcolor1f xcolorg  def /xcolor2f xcolorg  def
                    /xcolordf xcolordg def /xcolormf xcolormg def} if
/xchartg where {pop /xchart1f xchartg  def /xchart2f xchartg  def
                    /xchartdf xchartdg def /xchartmf xchartmg def} if
/pchartg where {pop /pchart1f pchartg def  /pchart2f pchartg  def
                    /pchartdf pchartdg def /pchartmf pchartmg def} if
/colsepg where {pop /colsep1f colsepg def  /colsep2f colsepg  def
                    /colsepdf colsepdg def /colsepmf colsepmg def} if
/pmetamg where {pop /pmetam1f pmetamg def  /pmetam2f pmetamg  def
                    /pmetamdf pmetamdg def /pmetammf pmetammg def} if
/xchart3g where {pop /xchart3f xchart3g def} if
/xchart4g where {pop /xchart4f xchart4g def} if
/xchart5g where {pop /xchart5f xchart5g def} if

%/lanindf lanind1f def %
/lanindf lanind1f def %lanind1f laninddf lanind2f {/lanindf exch def

%/colormf colorm1f def %
/colormf colorm1f def %colorm1f colormdf colorm2f {/colormf exch def

%/deintpf deintp1f def %
/deintpf deintp1f def %deintp1f deintpdf deintp2f {/deintpf exch def

%/xcolorf xcolor1f def %
/xcolorf xcolor1f def %xcolor1f xcolordf xcolor2f {/xcolorf exch def

%/xchartf xchart1f def %
/xchartf xchart1f def %xchart1f xchartdf xchart2f {/xchartf exch def

%/pchartf pchart1f def %
/pchartf pchart1f def %pchart1f pchartdf pchart2f {/pchartf exch def

%/colsepf colsep1f def %
/colsepf colsep1f def %colsep1f colsepdf colsep2f {/colsepf exch def

%/pmetamf pmetam1f def %
/pmetamf pmetam1f def %pmetam1f pmetamdf pmetam2f {/pmetamf exch def

/lanind lanindf def
/colorm colormf def
/deintp deintpf def
/xcolor xcolorf def
/xchart xchartf def
/pchart pchartf def
/colsep colsepf def
/pmetam pmetamf def
/xchart3 xchart3f def /xchart4 xchart4f def /xchart5 xchart5f def

%*************************************************************
%/setgray {sfgray} bind def
%/setrgbcolor {sfrgbcolor} bind def
%/setcmykcolor {sfcmykcolor} bind def
%*********************************************************

/GSS$ SS$ lanind get def
/GSC$ SC$ colorm get def
/GSX$ SX$ xcolor xcolor 16 idiv 16 mul sub get def
/GSY$ SY$ xchart xchart 16 idiv 16 mul sub get def
/GEX$ EX$ 0 get def
/GEY$ EY$ 0 get def

/12RN  {12 /Times-Roman FS} bind def      /10RN  {10 /Times-Roman FS} bind def
/12RI  {12 /Times-Italic FS} bind def     /10RI  {10 /Times-Italic FS} bind def
/12RB  {12 /Times-Bold FS} bind def       /10RB  {10 /Times-Bold FS} bind def
/12RBI {12 /Times-BoldItalic FS} bind def /10RBI {10 /Times-BoldItalic FS} bind def
/12TN  {12 /Times-ISOL1 FS} bind def      /10TN  {10 /Times-ISOL1 FS} bind def
/12TI  {12 /TimesI-ISOL1 FS} bind def     /10TI  {10 /TimesI-ISOL1 FS} bind def
/12TB  {12 /TimesB-ISOL1 FS} bind def     /10TB  {10 /TimesB-ISOL1 FS} bind def
/12TBI {12 /TimesBI-ISOL1 FS} bind def    /10TBI {10 /TimesBI-ISOL1 FS} bind def
%01
%/xchartg where { } {1MR-0000F} ifelse
gsave
BeginEPSF
 28 MM 197 MM translate
  10 /Times-ISOL1 FS  53 MM 1 MM moveto 1 1 scale  -77 -91 translate
%%BeginDocument: Bild 10

%line 329

%%EndDocument
EndEPSF grestore gsave
                    
BeginEPSF
 28 MM 152 MM translate
  10 /Times-ISOL1 FS  53 MM 1 MM moveto 1 1 scale  -77 -91 translate
%%BeginDocument: Bild 11

%line 339
%!PS-Adobe-3.0 EPSF-3.0 AI280-1,
%%BoundingBox: 70 90 226 206

/FS {findfont exch scalefont setfont} bind def
/MM {72 25.4 div mul} def
%%EndProlog
gsave

8 /Times-Roman FS
72 83 moveto
%!2     (AI280-1,) show

72 90 translate

%! 0.01 MM 0.01 MM scale
%! 15 setlinewidth
%! 0 0  moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto
%! closepath stroke

grestore

showpage
%%Trailer

%%EndDocument
EndEPSF grestore gsave

BeginEPSF
 86 MM 152 MM translate
  10 /Times-ISOL1 FS  53 MM 1 MM moveto ( ) show 1 1 scale  -77 -91 translate
%%BeginDocument: Bild 12

%line 349
%!PS-Adobe-3.0 EPSF-3.0 AI280-2,
%%BoundingBox: 70 90 226 206

/FS {findfont exch scalefont setfont} bind def
/MM {72 25.4 div mul} def
%%EndProlog
gsave

8 /Times-Roman FS
72 83 moveto
%!2     (AI280-2,) show

72 90 translate

%! 0.01 MM 0.01 MM scale
%! 15 setlinewidth
%! 0 0  moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto
%! closepath stroke

grestore

showpage
%%Trailer

%%EndDocument
EndEPSF grestore gsave
                         
BeginEPSF
28 MM pchart 2 eq {3 MM sub} if 109 MM pchart 2 eq {30 MM sub} if translate
  10 /Times-ISOL1 FS  53 MM 1 MM moveto ( ) show 1 1 scale  -77 -91 translate
%%BeginDocument: Bild 13

%line 359
%!PS-Adobe-3.0 EPSF-3.0 AI280-3N.EPS Y10-3N_AL28_JSO.EPS
%%BoundingBox: 70 82 430 360

%START PDFDE011.EPS
/pdfmark03 where {pop} {userdict /pdfmark03 /cleartomark load put} ifelse
/languagelevel where {pop languagelevel} {1} ifelse
2 lt { userdict (<<) cvn ([) cvn load put
       userdict (>>) cvn (]) cvn load put} if
[ /Title (PostScript pictures: http://farbe.li.tu-berlin.de/AI28/AI28.HTM)
  /Author (compare K. Richter "Computergrafik ...": ISBN 3-8007-1775-1)
  /Subject (goto: http://www.ps.bam.de or http://130.149.60.45/~farbmetrik)
  /Keywords (image reproduction, colour devices)
  /Creator (klaus.richter@mac.com)
  /CreationDate (D:2017040112000)
  /ModDate (D:20170401112000)
/DOCINFO pdfmark03
[ /View [ /FitB ]
/DOCVIEW pdfmark03
%END  PDFDE011

/FS {findfont exch scalefont setfont} bind def
/MM {72 25.4 div mul} def /str {8 string } bind def
/A4querL {598 0 translate 90 rotate} def

/languagelevel where {pop languagelevel} {1} ifelse
                     /PSL12 exch def
/dictende {counttomark 2 idiv dup dict begin {def}
           repeat pop currentdict end} bind def

/Times-Roman findfont dup length dict  begin
{1 index /FID ne {def} {pop pop} ifelse }forall
/Encoding ISOLatin1Encoding def
currentdict end
/Times-ISOL1 exch definefont pop

/Times-Italic findfont dup length dict  begin
{1 index /FID ne {def} {pop pop} ifelse }forall
/Encoding ISOLatin1Encoding def
currentdict end
/TimesI-ISOL1 exch definefont pop

/Times-Bold findfont dup length dict  begin
{1 index /FID ne {def} {pop pop} ifelse }forall
/Encoding ISOLatin1Encoding def
currentdict end
/TimesB-ISOL1 exch definefont pop

/Times-BoldItalic findfont dup length dict  begin
{1 index /FID ne {def} {pop pop} ifelse }forall
/Encoding ISOLatin1Encoding def
currentdict end
/TimesBI-ISOL1 exch definefont pop

/Courier findfont dup length dict  begin
{1 index /FID ne {def} {pop pop} ifelse }forall
/Encoding ISOLatin1Encoding def
currentdict end
/Courier-ISOL1 exch definefont pop

/Courier-Bold findfont dup length dict  begin
{1 index /FID ne {def} {pop pop} ifelse }forall
/Encoding ISOLatin1Encoding def
currentdict end
/CourierB-ISOL1 exch definefont pop

%***********************************************************

/cvishow {0.5 add cvi 6 string cvs show} def
/cvsshow1 {0.05 add 10 mul cvi 0.1 mul 7 string cvs show} def
/cvsshow2 {0.005 add 100 mul cvi 0.01 mul 7 string cvs show} def
/cvsshow3 {0.0005 add 1000 mul cvi 0.001 mul 7 string cvs show} def

%%EndProlog
gsave

/lanind 1 def
/lantex [(G) (E) (S) (N) (I) (J) (M)] def
/showde {0 lanind eq {show} {pop} ifelse} bind def
/showen {1 lanind eq {show} {pop} ifelse} bind def
/showfr {2 lanind eq {show} {pop} ifelse} bind def
/showes {3 lanind eq {show} {pop} ifelse} bind def
/showit {4 lanind eq {show} {pop} ifelse} bind def
/showjp {5 lanind eq {show} {pop} ifelse} bind def
/showea {1 lanind le {show} {pop} ifelse} bind def
/showm  {6 lanind eq {show} {pop} ifelse} bind def

%default values
/lanind1 01 def /lanind2 01 def /lanindd 01 def /lanindm 01 def
/colorm1 01 def /colorm2 01 def /colormd 01 def /colormm 01 def
/deintp1 00 def /deintp2 00 def /deintpd 01 def /deintpm 01 def
/xcolor1 03 def /xcolor2 03 def /xcolord 01 def /xcolorm 01 def
/xchart1 00 def /xchart2 00 def /xchartd 01 def /xchartm 01 def
/pchart1 01 def /pchart2 01 def /pchartd 01 def /pchartm 01 def
/colsep1 00 def /colsep2 00 def /colsepd 01 def /colsepm 01 def
/pmetam1 00 def /pmetam2 00 def /pmetamd 01 def /pmetamm 01 def
/xchart3 00 def /xchart4 00 def /xchart5 00 def

%usual change of default values
/lanindf where {pop /lanind1 lanindf  def /lanind2 lanindf  def
                    /lanindd laninddf def /lanindm lanindmf def} if
/colormf where {pop /colorm1 colormf  def /colorm2 colormf  def
                    /colormd colormdf def /colormm colormmf def} if
/deintpf where {pop /deintp1 deintpf  def /deintp2 deintpf  def
                    /deintpd deintpdf def /deintpm deintpmf def} if
/xcolorf where {pop /xcolor1 xcolorf  def /xcolor2 xcolorf  def
                    /xcolord xcolordf def /xcolorm xcolormf def} if
/xchartf where {pop /xchart1 xchartf  def /xchart2 xchartf  def
                    /xchartd xchartdf def /xchartm xchartmf def} if
/pchartf where {pop /pchart1 pchartf  def /pchart2 pchartf  def
                    /pchartd pchartdf def /pchartm pchartmf def} if
/colsepf where {pop /colsep1 colsepf  def /colsep2 colsepf  def
                    /colsepd colsepdf def /colsepm colsepmf def} if
/pmetamf where {pop /pmetam1 pmetamf  def /pmetam2 pmetamf  def
                    /pmetamd pmetamdf def /pmetamm pmetammf def} if
/xchart3f where {pop /xchart3 xchart3f def} if
/xchart4f where {pop /xchart4 xchart4f def} if
/xchart5f where {pop /xchart5 xchart5f def} if

/lanind lanind1 def %
/colorm colorm1 def %
/deintp deintp1 def %
/xcolor xcolor1 def %
/xchart xchart1 def %
/pchart pchart1 def %
/colsep colsep1 def %
/pmetam pmetam1 def %

/GSS$ where {pop /LSS$ GSS$ def}
            {/LSS$ (1) def} ifelse
/GSC$ where {pop /LSC$ GSC$ def}
            {/LSC$ (N) def} ifelse
/GSX$ where {pop /LSX$ GSX$ def}
            {/LSX$ (0) def} ifelse
/GSY$ where {pop /LSY$ GSY$ def}
            {/LSY$ (0) def} ifelse
/GEX$ where {pop /LEX$ GEX$ def}
            {/LEX$ (P.PS./PDF) def} ifelse
/GEY$ where {pop /LEY$ GEY$ def}
            {/LEY$ (P.DAT) def} ifelse
/IMES where {pop %/IMES IMES def
            }
            {/IMES 0 def} ifelse
      
/colorml colorm def
%0 1 1 {/colorml exch def %colorml=0,1

/xcolorl xcolor def
%0 1 3 {/xcolorl exch def %xcolorl=0,3

/xchartl xchart def
%0 1 7 {/xchartl exch def %xchartl=0,7

/pchartl pchart def
%0 1 2 {/pchartl exch def %pchartl=0,2

colorml 0 eq deintp 0 eq and {/TxS () def /Txx (dd) def /Fxx (d) def} if
colorml 0 eq deintp 1 eq and {/TxS () def /Txx (de) def /Fxx (e) def} if
colorml 1 eq deintp 0 eq and {/TxS () def /Txx (dd) def /Fxx (d) def} if
colorml 1 eq deintp 1 eq and {/TxS () def /Txx (de) def /Fxx (e) def} if
%xchart 0 eq {/Txx (-) def /Fxx (-) def} if

gsave

xcolorl 0 eq {/tfnx* {0 0 0 1 setcmykcolor} def
              /tfwx* {0 0 0 0 setcmykcolor} def
              /colrecfix* {setcmykcolor rec fill} bind def
              /colrecstx* {setcmykcolor rec stroke} bind def
             } if
xcolorl 1 eq {/tfnx* {0 setgray} def
              /tfwx* {1 setgray} def
              /colrecfix* {setgray rec fill} bind def
              /colrecstx* {setgray rec stroke} bind def
             } if
xcolorl 2 eq {/tfnx* {1 1 1 0 setcmykcolor} def
              /tfwx* {0 0 0 0 setcmykcolor} def
              /colrecfix* {setcmykcolor rec fill} bind def
              /colrecstx* {setcmykcolor rec stroke} bind def
             } if
xcolorl 3 eq {/tfnx* {0 0 0 setrgbcolor} def
              /tfwx* {1 1 1 setrgbcolor} def
              /colrecfix* {setrgbcolor rec fill} bind def
              /colrecstx* {setrgbcolor rec stroke} bind def
             } if



%pchartl 2 eq {%pchartl=2; Y10-3N_AL09_JSO_1P3A.EPS; table colour rendering

%font0309A.ps***********************************************
%only T*V, R*V, T*W, R*W, jshowTV, jshowTR with T*W, R*W

/RW {100 /Times-Roman FS} bind def
/RV {150 /Times-Roman FS} bind def

/RIW {100 /Times-Italic FS} bind def
/RIV {150 /Times-Italic FS} bind def

/RBW {100 /Times-Bold FS} bind def
/RBV {150 /Times-Bold FS} bind def

/RBIW {100 /Times-BoldItalic FS} bind def
/RBIV {150 /Times-BoldItalic FS} bind def

/TW {100 /Times-ISOL1 FS} bind def
/TV {150 /Times-ISOL1 FS} bind def

/TIW {100 /TimesI-ISOL1 FS} bind def
/TIV {150 /TimesI-ISOL1 FS} bind def

/TBW {100 /TimesB-ISOL1 FS} bind def
/TBV {150 /TimesB-ISOL1 FS} bind def

/TBIW {100 /TimesBI-ISOL1 FS} bind def
/TBIV {150 /TimesBI-ISOL1 FS} bind def

/SW {100 /Symbol FS} bind def
/SV {150 /Symbol FS} bind def

/ishowRV  {RW  -00 -30 rmoveto
           show 00  30 rmoveto RV} def
/jshowRV  {RBW -00 -30 rmoveto
           show 00  30 rmoveto RBV} def

/ishowTV  {TW  -00 -30 rmoveto
           show 00  30 rmoveto TV} def
/jshowTV  {TBW -00 -30 rmoveto
           show 00  30 rmoveto TBV} def

%font0309A.ps***********************************************

/CMeasSxl (Measure: unknown) def
/CDeviceSxl (Device: unknown) def
/CDateSxl (Date: unknown) def

/DecodeXYZ* {dup 6 29 div ge {dup dup mul mul}
            {4 29 div sub 108 841 div mul} ifelse} bind def

/xchartn xchartl xchartd idiv def
colorml 0 eq {/ilx 0 def
             }
             {%colorml=1
              xchartn 2 le {/ilx xchartn def} if
              xchartn 3 eq {/ilx       4 def} if
              xchartn 4 eq {/ilx       8 def} if
              xchartn 5 eq {/ilx      16 def} if
              xchartn 6 eq {/ilx      32 def} if
              xchartn 7 eq {/ilx      64 def} if
             } ifelse
             
/Xnref 0.63 ilx mul 0.9505 mul def
/Ynref 0.63 ilx mul def
/Znref 0.63 ilx mul 1.0890 mul def
     
/XQ Xnref  95.05 div def
/YQ Ynref 100.00 div def
/ZQ Znref 108.90 div def
XQ 0 lt {/XQ 0.00000001 def} if
YQ 0 lt {/YQ 0.00000001 def} if
ZQ 0 lt {/ZQ 0.00000001 def} if
/L*ref YQ 0.008856 lt {903.3 YQ mul}
                      {YQ 0.33333333 exp 116 mul 16 sub} ifelse def
/a*ref XQ 0.008856 lt {7.787 XQ mul 16 116 div add}
                      {XQ 0.33333333 exp} ifelse
       YQ 0.008856 lt {7.787 YQ mul 16 116 div add}
                      {YQ 0.33333333 exp} ifelse sub 500 mul def
/b*ref YQ 0.008856 lt {7.787 YQ mul 16 116 div add}
                      {YQ 0.33333333 exp} ifelse
       ZQ 0.008856 lt {7.787 ZQ mul 16 116 div add}
                      {ZQ 0.33333333 exp} ifelse sub 200 mul def

/L*N L*ref def /L*W 95.41 def

/L*i 21 array def %different for xchartl=0,7
/a*i 21 array def
/b*i 21 array def
/l*i 21 array def
/Yi  21 array def

%equal distance between L*N and L*W
0 1 20 {/i exch def %steps from black to white
        i 15 le {/i0  0 def /istep 15 def}
                {/i0 16 def /istep  4 def} ifelse
         L*i i L*N L*W L*N sub i i0 sub istep div mul add put
         a*i i 0 put
         b*i i 0 put
         l*i i L*i i get L*N sub L*W L*N sub div put
        /Y* {L*i i get 16 add 116 div} bind def
        Yi i Y* DecodeXYZ* 100.00 mul put
       } for

/cvishow {cvi 6 string cvs show} def

72 90 translate
0.023 MM dup scale %attention different scale
15 setlinewidth

0 setgray
RV
4100 -120 moveto
(AI280-3) show
Txx show (: ) show
deintp  cvishow
colorml cvishow
xcolorl cvishow
xchartl cvishow
pchartl cvishow
 
50 -120 moveto
(Teil 1, ) showde
(part 1, ) showen
(parte 1, ) showes
(la part 1, ) showfr
(la parte 1, ) showit
(artikkelen 1, ) showjp

%(; ) show
%CMeasSxl show (; ) show
%CDeviceSxl show (; ) show
%CDateSxl show

/cvishow {cvi 6 string cvs show} def
/cvsshow0 {10 mul 0.5 add cvi 0.1 mul 10 string cvs show} def
/cvsshow1 {10 mul 0.5 add cvi 0.1 mul %new980310
           dup 0 ge {(  ) show} if
           dup abs 10 lt {(  ) show} if
           10 string cvs show} def
/cvsshow2 {100 mul 0.5 add cvi 0.01 mul %new980310
           dup 0 ge {(  ) show} if
           dup abs 10 lt {(  ) show} if
           10 string cvs show} def
/cvsshow3 {1000 mul 0.5 add cvi 0.001 mul 10 string cvs show} def

/cvsshow1x {/nxx exch def                              %example nxx=99.1/99.0
             nxx 10 mul cvi /nxi exch def              %nxi=991/990
             nxi 10 idiv /nxa exch def                 %nxa=99
             nxi nxa 10 mul sub /nxb exch def          %nxb=1/0
             nxa cvishow (,) show                      %nxa=99
             nxb cvishow                               %nxb=1/0
           } def
/cvsshow2x {/nxx exch def                              %example nxx=99.12/99,02/99,00
             nxx 100 mul cvi /nxi exch def             %nxi=9912/9902/00
             nxi 100 idiv /nxa exch def                %nxa=99
             nxi nxa 100 mul sub /nxb exch def         %nxb=12/02/00
             nxa cvishow (,) show                      %nxb=99,
             nxb 10 ge {nxb cvishow} if                %nxb=12
             nxb  1 ge
             nxb  9 le and {(0) show nxb cvishow} if   %nxb=02
             nxb  0 eq {(00) show} if                  %nxb=00
           } def
/cvsshow3x {/nxx exch def                              %example nxx=99.123/99.012/99.001/99.000
             nxx 1000 mul cvi /nxi exch def            %nxi=99123/99012/99001/99000
             nxi 1000 idiv /nxa exch def               %nxa=99
             nxi nxa 1000 mul sub /nxb exch def        %nxb=123/012/001/000
             nxa cvishow (,) show                      %nxb=99,
             nxb 100 ge {nxb cvishow} if               %nxb=123/012/001/000
             nxb  10 ge
             nxb  99 le and {(0) show nxb cvishow} if  %nxb=012
             nxb   1 ge
             nxb   9 le and {(00) show nxb cvishow} if %nxb=001
             nxb   0 eq {(000) show} if                %nxb=000
           } def
           
1 setgray
20 20 moveto 5400 0 rlineto 0 4000 rlineto   %relatives Bildfeld 54 x 40mm
            -5400 0 rlineto closepath fill
0 setgray
20 20 moveto 5400 0 rlineto 0 4000 rlineto   %relatives Bildfeld 54 x 40mm
            -5400 0 rlineto closepath stroke

/x0 050 def /y0 3700 def /yd 170 def
/xpos 18 array def
/xtex 18 array def
/xtexi 18 array def

/xpos [ 10  150   450  750            %i, LAB*refi(ikor)
            1000                      %d
            1300 1600 1900            %LAB*outi(ikor)
            2200 2500 2800            %dLABTO(ikor,ikor), dE*
            3050 3350 3850            %
            4200 4500 4800 5100] def  %
/xtex [(i) (LAB*) ( ) ( ) (l*)
           (LAB*) ( ) ( )
           (LAB*) ( ) ( ) (E*)
           ( ) ( ) ( )
           ( ) ( ) ( )] def

/xtexi [() (ref) ( ) ( ) (out)
           (out) ( ) ( )
           (out-ref) ( ) ( ) ()
           ( ) ( ) ( )
           ( ) ( ) ( )] def
 
0 1 16 { /j exch def
         RIV
         x0 xpos j get add y0 yd add moveto
         j 11 eq {SV (D) show RIV} if
         xtex j get show
         xtexi j get ishowRV 
       } for %j=0,1,...,16

colorml 1 eq {/xchartNl xchartl 8 idiv def
              /xchartPl xchartl xchartl 8 idiv 8 mul sub def
              /gammaNl 1 xchartNl 0.18 mul add def
              /gammaPl 1 1 xchartPl 0.18 mul add div def
              /gammal gammaNl gammaPl mul def
             } if

/L*gi 21 array def %different for xchartl=0,7
/a*gi 21 array def
/b*gi 21 array def
/l*gi 21 array def
/Ygi  21 array def

%distance between L*N and L*W using gamma
0 1 20 {/i exch def %steps from black to white
        l*gi i l*i i get colorm 1 eq {gammal exp} if put
         L*gi i L*W L*N sub l*gi i get mul L*N add put
         a*gi i 0 put
         b*gi i 0 put
        /Y* {L*gi i get 16 add 116 div} bind def
        Ygi i Y* DecodeXYZ* 100.00 mul put
       } for

/sumdL*  0 def /sumda* 0 def /sumdb* 0 def /sumdE* 0 def
/sumdNL* 0 def /sumdNa* 0 def /sumdNb* 0 def /sumdNE* 0 def
/sumdBL* 0 def /sumdBa* 0 def /sumdBb* 0 def /sumdBE* 0 def
/sumdRL* 0 def
/sumdFL* 0 def

0 1 20 {/i exch def %21 colours

0 1 12 {/j exch def %17 Positionen

RW
x0 xpos j get add y0 yd i mul sub moveto
 
j 0 eq {i 1 add cvishow } if
j 1 eq {L*i i get cvsshow2x} if
j 2 eq {a*i i get cvsshow2x} if
j 3 eq {b*i i get cvsshow2x} if

j 4 eq {l*gi i get cvsshow2x} if 
j 5 eq {L*gi i get cvsshow2x} if
j 6 eq {a*gi i get cvsshow2x} if
j 7 eq {b*gi i get cvsshow2x} if

j 8 eq {L*gi i get dup L*i i get sub cvsshow2x L*i i get sub
         abs /sumdL* exch sumdL* add def
       } if %j=8
j 9 eq {a*gi i get dup a*i i get sub cvsshow2x a*i i get sub
        abs /sumda* exch sumda* add def
       } if %j=9
j 10 eq {b*gi i get dup b*i i get sub cvsshow2x b*i i get sub
         abs /sumdb* exch sumdb* add def
        } if %j=10
 
j 11 eq {L*gi i get L*i i get sub dup mul
         a*gi i get a*i i get sub dup mul add
         b*gi i get b*i i get sub dup mul add 0.0001 add sqrt
         dup cvsshow2x /sumdE* exch sumdE* add def
        } if %j=11
 
i 15 lt {%16 Stufen
j 11 eq {L*gi i get L*i i get sub dup mul
         a*gi i get a*i i get sub dup mul add
         b*gi i get b*i i get sub dup mul add 0.0001 add sqrt
         /sumdBE* exch sumdBE* add def
        } if %j=11
        } if %16 Stufen
 
i 16 ge {%5 Unbunt=Noir
j 11 eq {L*gi i get L*i i get sub dup mul
         a*gi i get a*i i get sub dup mul add
         b*gi i get b*i i get sub dup mul add 0.0001 add sqrt
         /sumdNE* exch sumdNE* add def
        } if %j=11
        } if %5 Unbunt=Noir

12 j eq {%j=12
         i 00 eq {TBV
                  (Kennzeichnung nach) showde
                  (Specification according to) showen
                  (Especificati\363n de acuerdo) showes
                  (Selon la sp\351cification \340 la) showfr
                  (Specificatione secondo) showit
                  (Spesifikasjion i henhold) showjp

                  x0 xpos j get add y0 yd add moveto
                  TBV
                  (Startausgabe S1) showde
                  (Start output S1) showen
                  (a la salida S1) showes
                  (la sortie S1) showfr
                  (all'usica S1) showit
                  (til utgang S1) showjp
                  } if %i=0

         i 01 eq {TBV
                  (ISO/IEC 15775 Anhang G) showde
                  (ISO/IEC 15775 Annex G) showen
                  (ISO/IEC 15775 Anexo G) showes
                  (ISO/IEC 15775 Annexe G) showfr
                  (ISO/IEC 15775 Allegato G) showit
                  (ISO/IEC 15775 Anneks G) showjp
                 } if %i=1

         i 02 eq {RBV
                  (und DIN 33866-1 Anhang G) showde
                  (and DIN 33866-1 Annex G) showen
                  (y DIN 33866-1 Anexo G) showes
                  (et DIN 33866-1 Annexe G) showfr
                  (e DIN 33866-1 Allegato G) showit
                  (og DIN 33866-1 Anneks G) showjp
                 } if %i=2

           i 13 eq {TBV
                    (Mittlerer Helligkeitsabstand) showde
                    (Mean lightness difference) showen
                    (Diferencia de luminosidad) showes
                    (Difference moyenne de clart\351) showfr
                    (Significa differenza di) showit
                    (Gjennomsnittlig skryt) showjp
                   } if i%=13

           i 14 eq {TBV
                    ((16 Stufen)) showde
                    ((16 steps)) showen
                    (media (16 escalones)) showes
                    ((16 palier)) showfr
                    (luminosit\340 (16 passi)) showit
                    (forskjellen (16 trinn)) showjp
                   } if i%=14

            i 15 eq {SV (D) show TBIV (E*) show
                     (CIELAB) jshowTV ( = ) show
                     sumdBE* 16 div cvsshow1x
                    } if %i=15

           i 18 eq {TBV
                    (Mittlerer Helligkeitsabstand) showde
                    (Mean lightness difference) showen
                    (Diferencia de luminosidad) showes
                    (Difference moyenne de clart\351) showfr
                    (Significa differenza di) showit
                    (Gjennomsnittlig skryt) showjp
                   } if i%=18

           i 19 eq {TBV
                    ((5 Stufen)) showde
                    ((5 steps)) showen
                    (media (5 escalones)) showes
                    ((5 palier)) showfr
                    (luminosit\340 (5 passi)) showit
                    (forskjellen (5 trinn)) showjp
                   } if i%=19

           i 20 eq {SV (D) show TBIV (L*) show
                     (CIELAB) jshowTV ( = ) show
                     sumdNE* 05 div cvsshow1x
                   } if %i=20

           } if %j=12

} for %j=0,12

} for %i=0,20

/j 1 def
 x0 xpos j get add 000 add y0 yd 21 mul sub moveto
RBV
(Mittlerer Farbwiedergabe-Index:) showde
TBV
(Mean colour reproduction index:) showen
(Media del indice de reproducti\363n de color:) showes
(Moyenne de l'indice de reproduction de couleur:) showfr
(Colore medio indice di riproduzione:) showit
(Gjennomsmittlig fargegjengivelse indeks:) showjp
 
 TBIV ( R*) show (ab,m) jshowTV ( = ) show
 100 sumdBE* 21 div
 sumdNE* 21 div add 4.6 mul sub cvsshow1x

%} if pchartl=2; Y10-3N_AL09_JSO_1P3A.EPS; table colour rendering


showpage
grestore

%} for %pchartl=0,2

%} for %xchartl=0,7

%} for %xcolorl=0,3

%} for %colorml=0,1

%%Trailer

%%EndDocument
EndEPSF grestore gsave
                         
BeginEPSF
 86 MM 108 MM translate
  10 /Times-ISOL1 FS  53 MM 1 MM moveto ( ) show 1 1 scale  -77 -91 translate
%%BeginDocument: Bild 14

%line 369
%!PS-Adobe-3.0 EPSF-3.0 AI280-4,
%%BoundingBox: 70 90 226 206

/FS {findfont exch scalefont setfont} bind def
/MM {72 25.4 div mul} def
%%EndProlog
gsave

8 /Times-Roman FS
72 83 moveto
%!2     (AI280-4,) show

72 90 translate

%! 0.01 MM 0.01 MM scale
%! 15 setlinewidth
%! 0 0  moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto
%! closepath stroke

grestore

showpage
%%Trailer

%%EndDocument
EndEPSF grestore gsave
                         
BeginEPSF
 28 MM 064 MM translate
  10 /Times-ISOL1 FS  53 MM 1 MM moveto ( ) show 1 1 scale  -77 -91 translate
%%BeginDocument: Bild 15

%line 379
%!PS-Adobe-3.0 EPSF-3.0 AI280-5,
%%BoundingBox: 70 90 226 206

/FS {findfont exch scalefont setfont} bind def
/MM {72 25.4 div mul} def
%%EndProlog
gsave

8 /Times-Roman FS
72 83 moveto
%!2     (AI280-5,) show

72 90 translate

%! 0.01 MM 0.01 MM scale
%! 15 setlinewidth
%! 0 0  moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto
%! closepath stroke

grestore

showpage
%%Trailer

%%EndDocument
EndEPSF grestore gsave

BeginEPSF
 86 MM 064 MM translate
  10 /Times-ISOL1 FS  53 MM 1 MM moveto ( ) show 1 1 scale  -77 -91 translate
%%BeginDocument: Bild 16

%line 389
%!PS-Adobe-3.0 EPSF-3.0 AI280-6,
%%BoundingBox: 70 90 226 206

/FS {findfont exch scalefont setfont} bind def
/MM {72 25.4 div mul} def
%%EndProlog
gsave

8 /Times-Roman FS
72 83 moveto
%!2     (AI280-6,) show

72 90 translate

%! 0.01 MM 0.01 MM scale
%! 15 setlinewidth
%! 0 0  moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto
%! closepath stroke

grestore

showpage
%%Trailer

%%EndDocument
EndEPSF grestore gsave
                         
BeginEPSF
 28 MM pchart 0 eq {2 MM sub} if 021 MM pchart 0 eq {3 MM sub} if translate
  10 /Times-ISOL1 FS  53 MM 1 MM moveto ( ) show 1 1 scale  -77 -91 translate
%%BeginDocument: Bild 17

%line 399
%!PS-Adobe-3.0 EPSF-3.0 AI280-7N 'AL0X'Y10-7N_AL28_JSO.EPS
%%BoundingBox: 70 82 785 585

%START PDFDE011.EPS
/pdfmark07 where {pop} {userdict /pdfmark07 /cleartomark load put} ifelse
/languagelevel where {pop languagelevel} {1} ifelse
2 lt { userdict (<<) cvn ([) cvn load put
       userdict (>>) cvn (]) cvn load put} if
[ /Title (PostScript pictures: http://farbe.li.tu-berlin.de/AI28/AI28.HTM)
  /Author (compare K. Richter "Computergrafik ...": ISBN 3-8007-1775-1)
  /Subject (goto: http://www.ps.bam.de or http://130.149.60.45/~farbmetrik)
  /Keywords (image reproduction, colour devices)
  /Creator (klaus.richter@mac.com)
  /CreationDate (D:2017040112000)
  /ModDate (D:20170401112000)
/DOCINFO pdfmark07
[ /View [ /FitB ]
/DOCVIEW pdfmark07
%END  PDFDE011

/FS {findfont exch scalefont setfont} bind def
/MM {72 25.4 div mul} def /str {8 string } bind def
/A4querL {598 0 translate 90 rotate} def

/languagelevel where {pop languagelevel} {1} ifelse
                     /PSL12 exch def
/dictende {counttomark 2 idiv dup dict begin {def}
           repeat pop currentdict end} bind def

/Times-Roman findfont dup length dict  begin
{1 index /FID ne {def} {pop pop} ifelse } forall
/Encoding ISOLatin1Encoding def
currentdict end
/Times-ISOL1 exch definefont pop

/Times-Italic findfont dup length dict  begin
{1 index /FID ne {def} {pop pop} ifelse } forall
/Encoding ISOLatin1Encoding def
currentdict end
/TimesI-ISOL1 exch definefont pop

/Times-Bold findfont dup length dict  begin
{1 index /FID ne {def} {pop pop} ifelse } forall
/Encoding ISOLatin1Encoding def
currentdict end
/TimesB-ISOL1 exch definefont pop

/Times-BoldItalic findfont dup length dict  begin
{1 index /FID ne {def} {pop pop} ifelse } forall
/Encoding ISOLatin1Encoding def
currentdict end
/TimesBI-ISOL1 exch definefont pop

/Courier findfont dup length dict  begin
{1 index /FID ne {def} {pop pop} ifelse }forall
/Encoding ISOLatin1Encoding def
currentdict end
/Courier-ISOL1 exch definefont pop

/Courier-Bold findfont dup length dict  begin
{1 index /FID ne {def} {pop pop} ifelse }forall
/Encoding ISOLatin1Encoding def
currentdict end
/CourierB-ISOL1 exch definefont pop

%*****************************************************************************
%ANFA
/tzNW [0.000 0.067 0.132 0.200 0.267 0.333 0.400 0.467
       0.533 0.600 0.667 0.733 0.800 0.867 0.933 1.000
       0.000 0.250 0.500 0.750 1.000] def
/tzWN [1.000 0.933 0.867 0.800 0.733 0.667 0.600 0.533
       0.467 0.400 0.333 0.267 0.200 0.132 0.067 0.000
       1.000 0.750 0.500 0.250 0.000] def
/tzZW [0.500 0.533 0.567 0.600 0.633 0.667 0.700 0.733
       0.767 0.800 0.833 0.867 0.900 0.933 0.967 1.000
       0.500 0.625 0.750 0.875 1.000] def
/tzWZ [1.000 0.967 0.933 0.900 0.867 0.833 0.800 0.767
       0.733 0.700 0.667 0.633 0.600 0.567 0.533 0.500
       1.000 0.875 0.750 0.625 0.500] def
/tzNZ [0.000 0.033 0.067 0.100 0.133 0.167 0.200 0.233
       0.267 0.300 0.333 0.367 0.400 0.433 0.467 0.500
       0.000 0.125 0.250 0.375 0.500] def
/tzZN [0.500 0.467 0.433 0.400 0.367 0.333 0.300 0.267
       0.233 0.200 0.167 0.133 0.100 0.067 0.033 0.000
       0.500 0.375 0.250 0.125 0.000] def
/tza0 [0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
       0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
       0.000 0.000 0.000 0.000 0.000] def
/tza1 [1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000
       1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000
       1.000 1.000 1.000 1.000 1.000] def
%ENDE

%***********************************************************************************

/tro {1.0 0.0 0.0} def %Reproduktionsfarben olv*+NW
/trl {0.0 1.0 0.0} def
/trv {0.0 0.0 1.0} def
/trc {0.0 1.0 1.0} def
/trm {1.0 0.0 1.0} def
/try {1.0 1.0 0.0} def
/trn {0.0 0.0 0.0} def
/trz {0.5 0.5 0.5} def
/trw {1.0 1.0 1.0} def

/tgo {tro setrgbcolor} def
/tgl {trl setrgbcolor} def
/tgv {trv setrgbcolor} def
/tgc {trc setrgbcolor} def
/tgm {trm setrgbcolor} def
/tgy {try setrgbcolor} def
/tgn {trn setrgbcolor} def
/tgz {trz setrgbcolor} def
/tgw {trw setrgbcolor} def

%**********************************************************

/rec %x, y width heigth
  {/heigth exch def /width exch def
   moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto
   closepath } bind def

/rem %x0, y0 width heigth
  {/heigth exch def /width exch def /y0 exch def /x0 exch def
   x0 width 0.5 mul add y0 heigth 0.5 mul add moveto
   width 0 rlineto 0 heigth rlineto width neg 0 rlineto
   closepath } bind def

/cviht {dup 0 ge {0.49 add}{0.49 sub} ifelse cvi} def
/cvishow {dup 0 ge {0.5 add} {0.5 sub} ifelse
          cvi 6 string cvs show} def
/cvsshow1 {dup 0 ge {0.05 add} {0.05 sub} ifelse
           10 mul cvi 0.1 mul 7 string cvs show} def
/cvsshow2 {dup 0 ge {0.005 add} {0.005 sub} ifelse
           100 mul cvi 0.01 mul 7 string cvs show} def
/cvsshow3 {dup 0 ge {0.0005 add} {0.0005 sub} ifelse
           1000 mul cvi 0.001 mul 7 string cvs show} def
    
%%ENDProlog
gsave

/lanind 1 def
/lantex [(G) (E) (S) (N) (I) (J) (M)] def
/showde {0 lanind eq {show} {pop} ifelse} bind def
/showen {1 lanind eq {show} {pop} ifelse} bind def
/showfr {2 lanind eq {show} {pop} ifelse} bind def
/showes {3 lanind eq {show} {pop} ifelse} bind def
/showit {4 lanind eq {show} {pop} ifelse} bind def
/showjp {5 lanind eq {show} {pop} ifelse} bind def
/showea {1 lanind le {show} {pop} ifelse} bind def
/showm {6 lanind eq {show} {pop} ifelse} bind def

/lanind1 01 def /lanind2 01 def /lanindd 01 def
/colorm1 01 def /colorm2 01 def /colormd 01 def
/deintp1 00 def /deintp2 00 def /deintpd 01 def
/xcolor1 03 def /xcolor2 03 def /xcolord 01 def
/xchart1 00 def /xchart2 00 def /xchartd 01 def
/pchart1 00 def /pchart2 00 def /pchartd 01 def
/colsep1 00 def /colsep2 00 def /colsepd 01 def
/pmetam1 00 def /pmetam2 00 def /pmetamd 01 def

/lanindf where {pop /lanind1 lanindf def /lanind2 lanindf def
                    /lanindd laninddf def} if
/colormf where {pop /colorm1 colormf def /colorm2 colormf def
                    /colormd colormdf def} if
/deintpf where {pop /deintp1 deintpf def /deintp2 deintpf def
                    /deintpd deintpdf def} if
/xcolorf where {pop /xcolor1 xcolorf def /xcolor2 xcolorf def
                    /xcolord xcolordf def} if
/xchartf where {pop /xchart1 xchartf def /xchart2 xchartf def
                /xchartd xchartdf def /xchartm xchartmf def}
               {/xchartm 1 def} ifelse
/xchart3f where {pop /xchart3 xchart3f def}
                {/xchart3 1 def} ifelse
/xchart4f where {pop /xchart4 xchart4f def}
                {/xchart4 2 def} ifelse
/pchartf where {pop /pchart1 pchartf def /pchart2 pchartf def
                /pchartd pchartdf def /pchartm pchartmf def}
               {/pchartm 1 def} ifelse
/colsepf where {pop /colsep1 colsepf def /colsep2 colsepf def
                    /colsepd colsepdf def} if
/pmetamf where {pop /pmetam1 pmetamf def /pmetam2 pmetamf def
                    /pmetamd pmetamdf def} if

/lanind lanind1 def %
/colorm colorm1 def %
/deintp deintp1 def %
/xcolor xcolor1 def %
/xchart xchart1 def %
/pchart pchart1 def %
/colsep colsep1 def %
/pmetam pmetam1 def %

/GSS$ where {pop /LSS$ GSS$ def}
            {/LSS$ (1) def} ifelse
/GSC$ where {pop /LSC$ GSC$ def}
            {/LSC$ (N) def} ifelse
/GSX$ where {pop /LSX$ GSX$ def}
            {/LSX$ (0) def} ifelse
/GSY$ where {pop /LSY$ GSY$ def}
            {/LSY$ (0) def} ifelse
/GEX$ where {pop /LEX$ GEX$ def}
            {/LEX$ (P.PS./PDF) def} ifelse
/GEY$ where {pop /LEY$ GEY$ def}
            {/LEY$ (P.DAT) def} ifelse
/IMES where {pop %/IMES IMES def
            }
            {/IMES 0 def} ifelse

/colorml colorm def
%0 1 1 {/colorml exch def %colorml=0,1

/xcolorl xcolor def
%0 1 3 {/xcolorl exch def %xcolorl=0,3

/xchartl xchart def
%0 1 7 {/xchartl exch def %xchartl=0,7

/pchartl pchart def
%0 1 2 {/pchartl exch def %pchartl=0,2

colorml 0 eq deintp 0 eq and {/TxS () def /Txx (dd) def /Fxx (d) def} if
colorml 0 eq deintp 1 eq and {/TxS () def /Txx (de) def /Fxx (e) def} if
colorml 1 eq deintp 0 eq and {/TxS () def /Txx (dd) def /Fxx (d) def} if
colorml 1 eq deintp 1 eq and {/TxS () def /Txx (de) def /Fxx (e) def} if
%xchart 0 eq {/Txx (-) def /Fxx (-) def} if

gsave
%A4querL

xcolorl 0 eq {/tfnx* {0 0 0 1 setcmykcolor} def
              /tfwx* {0 0 0 0 setcmykcolor} def
              /colrecfix* {setcmykcolor rec fill} bind def
              /colrecstx* {setcmykcolor rec stroke} bind def
             } if
xcolorl 1 eq {/tfnx* {0 setgray} def
              /tfwx* {1 setgray} def
              /colrecfix* {setgray rec fill} bind def
              /colrecstx* {setgray rec stroke} bind def
             } if
xcolorl 2 eq {/tfnx* {1 1 1 0 setcmykcolor} def
              /tfwx* {0 0 0 0 setcmykcolor} def
              /colrecfix* {setcmykcolor rec fill} bind def
              /colrecstx* {setcmykcolor rec stroke} bind def
             } if
xcolorl 3 eq {/tfnx* {0 0 0 setrgbcolor} def
              /tfwx* {1 1 1 setrgbcolor} def
              /colrecfix* {setrgbcolor rec fill} bind def
              /colrecstx* {setrgbcolor rec stroke} bind def
             } if


%pchartl 2 eq {%pchartl=2; 'al0x'Y10-7N_AL09_JSO_3P3A.EPS; 16 step grey scales

%font0309B.ps***********************************************
%only T*K, T*M, T*G, and jshowTG, jshowTM with T*M and T*K
/RK {250 /Times-Roman FS} bind def
/RM {300 /Times-Roman FS} bind def
/RG {350 /Times-Roman FS} bind def

/RIK {250 /Times-Italic FS} bind def
/RIM {300 /Times-Italic FS} bind def
/RIG {350 /Times-Italic FS} bind def

/RBK {250 /Times-Bold FS} bind def
/RBM {300 /Times-Bold FS} bind def
/RBG {350 /Times-Bold FS} bind def

/RBIK {250 /Times-BoldItalic FS} bind def
/RBIM {300 /Times-BoldItalic FS} bind def
/RBIG {350 /Times-BoldItalic FS} bind def

/TK {250 /Times-ISOL1 FS} bind def
/TM {300 /Times-ISOL1 FS} bind def
/TG {350 /Times-ISOL1 FS} bind def

/TIK {250 /TimesI-ISOL1 FS} bind def
/TIM {300 /TimesI-ISOL1 FS} bind def
/TIG {350 /TimesI-ISOL1 FS} bind def

/TBK {250 /TimesB-ISOL1 FS} bind def
/TBM {300 /TimesB-ISOL1 FS} bind def
/TBG {295 /TimesB-ISOL1 FS} bind def

/TBIK {250 /TimesBI-ISOL1 FS} bind def
/TBIM {300 /TimesBI-ISOL1 FS} bind def
/TBIG {350 /TimesBI-ISOL1 FS} bind def

/SK {250 /Symbol FS} bind def
/SM {300 /Symbol FS} bind def
/SG {350 /Symbol FS} bind def

/ishowTK  {TS  -00 -50 rmoveto
           show 00  50 rmoveto TK} def
/jshowTK  {TBS -00 -50 rmoveto
           show 00  50 rmoveto TBK} def

/ishowTM  {TK  -00 -60 rmoveto
           show 00  60 rmoveto TM} def
/jshowTM  {TBK -00 -60 rmoveto
           show 00  60 rmoveto TBM} def

/ishowTG  {TM  -00 -70 rmoveto
           show 00  70 rmoveto TG} def
/jshowTG  {TBM -00 -70 rmoveto
           show 00  70 rmoveto TBG} def
%font0309B.ps***********************************************

/DecodeXYZ* {dup 6 29 div ge {dup dup mul mul}
            {4 29 div sub 108 841 div mul} ifelse} bind def

/rec %x, y width heigth
  {/heigth exch def /width exch def
   moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto
   closepath } bind def

/cvishow {0.5 add cvi 6 string cvs show} def
/cvsshow1 {0.05 add 10 mul cvi 0.1 mul 7 string cvs show} def
/cvsshow2 {0.005 add 100 mul cvi 0.01 mul 7 string cvs show} def
/cvsshow3 {0.0005 add 1000 mul cvi 0.001 mul 7 string cvs show} def

/xchartn xchartl xchartd idiv def
/ilx 0 def
colorml 0 eq {/ilx 0 def
             }
             {%colorml=1
              xchartn 2 le {/ilx xchartn def} if
              xchartn 3 eq {/ilx       4 def} if
              xchartn 4 eq {/ilx       8 def} if
              xchartn 5 eq {/ilx      16 def} if
              xchartn 6 eq {/ilx      32 def} if
              xchartn 7 eq {/ilx      64 def} if
             } ifelse
             
/Xnref 0.63 ilx mul 0.9505 mul def
/Ynref 0.63 ilx mul def
/Znref 0.63 ilx mul 1.0890 mul def
     
/XQ Xnref  95.05 div def
/YQ Ynref 100.00 div def
/ZQ Znref 108.90 div def
XQ 0 lt {/XQ 0.00000001 def} if
YQ 0 lt {/YQ 0.00000001 def} if
ZQ 0 lt {/ZQ 0.00000001 def} if
/L*ref YQ 0.008856 lt {903.3 YQ mul}
                      {YQ 0.33333333 exp 116 mul 16 sub} ifelse def
/a*ref XQ 0.008856 lt {7.787 XQ mul 16 116 div add}
                      {XQ 0.33333333 exp} ifelse
       YQ 0.008856 lt {7.787 YQ mul 16 116 div add}
                      {YQ 0.33333333 exp} ifelse sub 500 mul def
/b*ref YQ 0.008856 lt {7.787 YQ mul 16 116 div add}
                      {YQ 0.33333333 exp} ifelse
       ZQ 0.008856 lt {7.787 ZQ mul 16 116 div add}
                      {ZQ 0.33333333 exp} ifelse sub 200 mul def

/L*N L*ref def /L*W 95.41 def

/L*i 21 array def %different for xchartl=0,7
/Yi  21 array def

%equal distance between L*N and L*W
0 1 20 {/i exch def %steps from black to white
        i 15 le {/i0  0 def /istep 15 def}
                {/i0 16 def /istep  4 def} ifelse
         L*i i L*N L*W L*N sub i i0 sub istep div mul add put
        /Y* {L*i i get 16 add 116 div} bind def
        Yi i Y* DecodeXYZ* 100.00 mul put
       } for

72 90 translate
0.01 MM dup scale
15 setlinewidth

colorml 0 eq {/xcolorn 3 def}       %here rgb
             {/xcolorn xcolorl def} ifelse

/cvishow {cvi 6 string cvs show} def
/cvsshow0 {10 mul 0.5 add cvi 0.1 mul 10 string cvs show} def
/cvsshow1 {10 mul 0.5 add cvi 0.1 mul %new980310
           dup 0 ge {(  ) show} if
           dup abs 10 lt {(  ) show} if
           10 string cvs show} def
/cvsshow2 {100 mul 0.5 add cvi 0.01 mul %new980310
           dup 0 ge {(  ) show} if
           dup abs 10 lt {(  ) show} if
           10 string cvs show} def
/cvsshow3 {1000 mul 0.5 add cvi 0.001 mul 10 string cvs show} def

/cvsshow1x {/nxx exch def                              %example nxx=99.1/99.0
             nxx 10 mul cvi /nxi exch def              %nxi=991/990
             nxi 10 idiv /nxa exch def                 %nxa=99
             nxi nxa 10 mul sub /nxb exch def          %nxb=1/0
             nxa cvishow (,) show                      %nxa=99
             nxb cvishow                               %nxb=1/0
           } def
/cvsshow2x {/nxx exch def                              %example nxx=99.12/99,02/99,00
             nxx 100 mul cvi /nxi exch def             %nxi=9912/9902/00
             nxi 100 idiv /nxa exch def                %nxa=99
             nxi nxa 100 mul sub /nxb exch def         %nxb=12/02/00
             nxa cvishow (,) show                      %nxb=99,
             nxb 10 ge {nxb cvishow} if                %nxb=12
             nxb  1 ge
             nxb  9 le and {(0) show nxb cvishow} if   %nxb=02
             nxb  0 eq {(00) show} if                  %nxb=00
           } def
/cvsshow3x {/nxx exch def                              %example nxx=99.123/99.012/99.001/99.000
             nxx 1000 mul cvi /nxi exch def            %nxi=99123/99012/99001/99000
             nxi 1000 idiv /nxa exch def               %nxa=99
             nxi nxa 1000 mul sub /nxb exch def        %nxb=123/012/001/000
             nxa cvishow (,) show                      %nxb=99,
             nxb 100 ge {nxb cvishow} if               %nxb=123/012/001/000
             nxb  10 ge
             nxb  99 le and {(0) show nxb cvishow} if  %nxb=012
             nxb   1 ge
             nxb   9 le and {(00) show nxb cvishow} if %nxb=001
             nxb   0 eq {(000) show} if                %nxb=000
           } def

tfnx*
RM
20000 -260 moveto (AI280-7) show
Txx show (: ) show
deintp  cvishow
colorml cvishow
xcolorl cvishow
xchartl cvishow
pchartl cvishow

100 -260 moveto
(Teil 3, ) showde
(part 3, ) showen
(parte 3, ) showes
(la part 3, ) showfr
(la parte 3, ) showit
(artikkelen 3, ) showjp

(Bild ) showde
(picture ) showen
(fig. ) showes
(Fig. ) showfr
(Fig. ) showit
(Figur ) showjp

(A7) show TxS show Txx show (: ) show
TM
(16 visuell gleichabst\344ndige ) showde
(16 visual equidistant ) showen
(16 equidistante ) showes
(16 paliers de gris ) showfr
(16 equidistante ) showit
(16 visuelle ekvidistante ) showjp

TIM (L*) show

RM (-) showde TM (Graustufen) showde
RM (-) showen TM (grey steps) showen
( pasos de gris) showes
( \350quidistante) showfr
( grigio passi) showit
RM (-) showjp TM (gr\345trinn) showjp

TM (; PS) show
RM (-) showde TM (Operator:) showde
( operator:) showen
( operator:) showes
TM
( op\351rateur :) showfr
( operator:) showit
( operator:) showjp

TIM
xcolorn 0 eq {( 0 0 0 n* setcmykcolor) show} if
xcolorn 1 eq {( w* setgray) show} if
xcolorn 2 eq {( n* n* n* 0 setcmykcolor) show} if
xcolorn 3 eq {( w* w* w* setrgbcolor) show} if
TM

/tfzw 0.5 def
colorml 1 eq {
              /xchartNl xchartl 8 idiv def
              /xchartPl xchartl xchartl 8 idiv 8 mul sub def
              /gammaNl 1 2.4 xchartNl 0.18 mul sub 2.4 div div def
              /gammaPl   2.4 xchartPl 0.18 mul sub 2.4 div     def
              /gammal gammaNl gammaPl mul def
              /tfzw tfzw def %gammal exp def
             } if          
/tfzn 1 tfzw sub def

xcolorn 0 eq {/tfzx* {0 0 0 tfzn setcmykcolor} def} if
xcolorn 1 eq {/tfzx* {tfzw setgray} def} if
xcolorn 2 eq {/tfzx* {tfzn dup dup 0 setcmykcolor} def} if
xcolorn 3 eq {/tfzx* {tfzw dup dup setrgbcolor} def} if

tfzx*
0 0  moveto 24500 0 rlineto 0 4000 rlineto
           -24500 0 rlineto closepath fill

tfnx*
0 0  moveto 24500 0 rlineto 0 4000 rlineto
           -24500 0 rlineto closepath stroke

%%%%%%%%%%%   oberer Schriftzug %%%%%%%%%%%%%%%%
tfwx*
30 3650 moveto TBIG (L*/Y) show
-50 -50 rmoveto
TBK
(intended) showen
(vorgesehen) showde
(pretenden) showes
(destin\351) showfr
(destinati) showit
(intendert) showjp

  100 3400 moveto
TBIK
((absolut)) showde
((absolute)) showen
((absoluta)) showes
((absolu)) showfr
((absoluta)) showit
((absolutt)) showjp

  0  1150 moveto TBIG (w*=l*) show -200 -150 rmoveto TBIK (CIELAB, r) show
  0  780 moveto
TBIK
((relativ)) showde
((relative)) showen
((relativa)) showes
((relative)) showfr
((relativo)) showit
((relativ)) showjp

  100 1900 moveto
TBIG
(Nr. und) showde
(No. and) showen
(NO y) showes
(No et) showfr
(N. e) showit
(Nr. og) showjp

  100 1600 moveto
RBIG (Hex-Code) showde
(Hex code) showen
TBIG
(c\363digo Hex) showes
(code Hex) showfr
(codige Hex) showit
RBIG
(Hex-code) showjp

100 3000 moveto
xcolorn 0 eq {TBIG (0 0 0 n*) show} if
xcolorn 1 eq {TBIG (w*) show} if
xcolorn 2 eq {TBIG (n* n* n* 0) show} if
xcolorn 3 eq {TBIG (w* w* w*) show} if

100 2720 moveto
xcolorn 0 eq {TBIG (setcmyk) show} if
xcolorn 1 eq {TBIG (setgray) show} if
xcolorn 2 eq {TBIG (setcmyk) show} if
xcolorn 3 eq {TBIG (setrgb) show} if

%gamma output
100 2300 moveto
TBIG (g) show
colorml 0 eq {%colorml=0
              TBM 0 -70 rmoveto (P) show 0 70 rmoveto TBG
              (=1,000) show}
             {%colorml=1
              TBM 0 -70 rmoveto
              xchartl 7 le {(P) show}{(N) show} ifelse
              0 70 rmoveto TBG
              (=) show gammal cvsshow3x} ifelse

550  400 moveto TBIG (w*) show -10 -50 rmoveto
TBK
(intended) showen
(vorgesehen) showde
(pretenden) showes
(destin\351) showfr
(destinati) showit
(intendert) showjp

550  80 moveto TBIG  (w*) show -10 -50 rmoveto
TBK
(Ausgabe) showde                                                %0AI28X-Y 0600#
(output) showen                                                 %1AI28X-Y 0600#
(salida) showes                                                 %2AI28X-Y 0600#
(sortie) showfr                                                 %3AI28X-Y 0600#
(uscita) showit                                                 %4AI28X-Y 0600#
(output) showjp 

1900 600 translate
%untere Reihe um +200, +200 verschoben bei dx=1000 von 1400
tfnx*
     
/ntu [(0,000) (0,067) (0,133) (0,200) (0,267) (0,333) (0,400) (0,467)
      (0,533) (0,600) (0,667) (0,733) (0,800) (0,867) (0,933) (1,000)
      (0,000) (0,250) (0,500) (0,750) (1,000)] def
/nts [ 0.000   0.067   0.133   0.200   0.267   0.333   0.400   0.467 
       0.533   0.600   0.667   0.733   0.800   0.867   0.933   1.000 
       0.000   0.250   0.500   0.750   1.000 ] def
/n* [(00;F) (01;E) (02;D) (03;C) (04;B) (05;A) (06;9) (07;8)
     (08;7) (09;6) (10;5) (11;4) (12;3) (13;2) (14;1) (15;0)
     (00;4) (01;3) (02;2) (03:1) (04;0)] def


TBM tfwx*
/iy0 0 def /i0 0 def /i1 15 def
i0 1 i1 {/i exch def %i=i0,i1
         /ix0 i i0 sub 1400 mul def
         ix0 200 add iy0 250 sub moveto
         ntu i get show
         ix0 200 add  iy0 520 sub moveto
         nts i get colorml 1 eq {gammal exp} if %cvsshow3
         cvsshow3x
       } for %i=i0,i1

/iy0 3050 def
i0 1 i1 {/i exch def %i=i0,i1
         /ix0 300 i i0 sub 1400 mul add def
         ix0 400 sub iy0 moveto
         L*i i get cvsshow1x (/) show
         Yi i get cvsshow1x
        } for %i=i0,i1

TBG tfnx*
/iy0 0 def
i0 1 i1 {/i exch def %i=i0,i1
         /ix0 400 i i0 sub 1400 mul add def
         ix0 300 sub iy0 1150 add moveto
         n* i get show
        } for %i=i0,i1

TBG tfnx*
/s 1000 def /j0 0 def /j1 15 def
j0 1 j1 {/j exch def %j=j0,j1
         /ix0 j 1400 mul def
         ix0 iy0 s s
         /tfwj nts j get def %colorml 1 eq {gammal exp} if def
         /tfnj 1 tfwj sub def
         xcolorn 0 eq {0 0 0 tfnj setcmykcolor rec fill} if
         xcolorn 1 eq {tfwj setgray rec fill} if
         xcolorn 2 eq {tfnj dup dup 0 setcmykcolor rec fill} if
         xcolorn 3 eq {tfwj dup dup setrgbcolor rec fill} if
         j 7 eq j 8 eq or {%white arround mean grey
                           ix0 iy0 s s 
                           xcolorn 0 eq {0 0 0 0 setcmykcolor rec stroke} if
                           xcolorn 1 eq {1       setgray rec stroke} if
                           xcolorn 2 eq {0 0 0 0 setcmykcolor rec stroke} if
                           xcolorn 3 eq {1 1 1   setrgbcolor rec stroke} if
                           } if %white arround mean grey
        } for %j=j0,j1


/s 1400 def /iy0 1500 def
j0 1 j1 {/j exch def %j=j0,j1
         /ix0 j 1400 mul 200 sub def
         ix0 iy0 s s
         /tfwj nts j get def %colorml 1 eq {gammal exp} if def
         /tfnj 1 tfwj sub def
         xcolorn 0 eq {0 0 0 tfnj setcmykcolor rec fill} if
         xcolorn 1 eq {tfwj setgray rec fill} if
         xcolorn 2 eq {tfnj dup dup 0 setcmykcolor rec fill} if
         xcolorn 3 eq {tfwj dup dup setrgbcolor rec fill} if
        } for %j=j0,j1

-1900 -600 translate

%} if %pchartl=2; 'al0x'Y10-7N_AL09_JSO_3P3A.EPS; 16 step grey scales




showpage
grestore

%} for %pchartl=0,2

%} for %xchartl=0,7

%} for %xcolorl=0,3

%} for %colorml=0,1

%%Trailer

%%EndDocument
EndEPSF grestore gsave

BeginEPSF  86 MM 020 MM translate 12 /Times-ISOL1 FS -9 MM -7 MM  moveto
( ) show
  10 /Times-ISOL1 FS  53 MM 1 MM moveto ( ) show 1 1 scale  -77 -91 translate
%%BeginDocument: Bild 18

%line 409
%!PS-Adobe-3.0 EPSF-3.0 AI280-8,
%%BoundingBox: 70 90 226 206

/FS {findfont exch scalefont setfont} bind def
/MM {72 25.4 div mul} def
%%EndProlog
gsave

8 /Times-Roman FS
72 83 moveto
%!2     (AI280-8,) show

72 90 translate

%! 0.01 MM 0.01 MM scale
%! 15 setlinewidth
%! 0 0  moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto
%! closepath stroke

grestore

showpage
%%Trailer

%%EndDocument
EndEPSF grestore gsave

BeginEPSF
161 MM 197 MM translate
  10 /Times-ISOL1 FS  1 1 scale  -77 -91 translate
%%BeginDocument: Bild 12

%line 419

%%EndDocument
EndEPSF grestore gsave
                                        
BeginEPSF
161 MM 8 MM sub 152 MM translate
  10 /Times-ISOL1 FS  53 MM 1 MM moveto ( ) show 1 1 scale  -77 -91 translate
%%BeginDocument: Bild 21

%line 429
%!PS-Adobe-3.0 EPSF-3.0 AI281-1,
%%BoundingBox: 70 90 226 206

/FS {findfont exch scalefont setfont} bind def
/MM {72 25.4 div mul} def
%%EndProlog
gsave

8 /Times-Roman FS
72 83 moveto
%!2     (AI281-1,) show

72 90 translate

%! 0.01 MM 0.01 MM scale
%! 15 setlinewidth
%! 0 0  moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto
%! closepath stroke

grestore

showpage
%%Trailer

%%EndDocument
EndEPSF grestore gsave

BeginEPSF
219 MM 152 MM translate
  10 /Times-ISOL1 FS  53 MM 1 MM moveto ( ) show 1 1 scale  -77 -91 translate
%%BeginDocument: Bild 22

%line 439
%!PS-Adobe-3.0 EPSF-3.0 AI281-2,
%%BoundingBox: 70 90 226 206

/FS {findfont exch scalefont setfont} bind def
/MM {72 25.4 div mul} def
%%EndProlog
gsave

8 /Times-Roman FS
72 83 moveto
%!2     (AI281-2,) show

72 90 translate

%! 0.01 MM 0.01 MM scale
%! 15 setlinewidth
%! 0 0  moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto
%! closepath stroke

grestore

showpage
%%Trailer

%%EndDocument
EndEPSF grestore gsave
                         
BeginEPSF
161 MM 8 MM sub 108 MM 1 MM add pchart 2 eq {30 MM sub} if translate
  10 /Times-ISOL1 FS  53 MM 1 MM moveto ( ) show 1 1 scale  -77 -91 translate
%%BeginDocument: Bild 23

%line 449
%!PS-Adobe-3.0 EPSF-3.0 AI281-3N.EPS 'AL0X'Y11-3N_AL28_JSO.EPS
%%BoundingBox: 70 82 430 360

%START PDFDE011.EPS
/pdfmark13 where {pop} {userdict /pdfmark13 /cleartomark load put} ifelse
/languagelevel where {pop languagelevel} {1} ifelse
2 lt { userdict (<<) cvn ([) cvn load put
       userdict (>>) cvn (]) cvn load put} if
[ /Title (PostScript pictures: http://farbe.li.tu-berlin.de/AI28/AI28.HTM)
  /Author (compare K. Richter "Computergrafik ...": ISBN 3-8007-1775-1)
  /Subject (goto: http://farbe.li.tu-berlin.de or http://130.149.60.45/~farbmetrik)
  /Keywords (image reproduction, colour devices)
  /Creator (klaus.richter@mac.com)
  /CreationDate (D:2017040112000)
  /ModDate (D:20170401112000)
/DOCINFO pdfmark13
[ /View [ /FitB ]
/DOCVIEW pdfmark13
%END  PDFDE011

/FS {findfont exch scalefont setfont} bind def
/MM {72 25.4 div mul} def /str {8 string } bind def
/A4querL {598 0 translate 90 rotate} def

/languagelevel where {pop languagelevel} {1} ifelse
                     /PSL12 exch def
/dictende {counttomark 2 idiv dup dict begin {def}
           repeat pop currentdict end} bind def

/Times-Roman findfont dup length dict  begin
{1 index /FID ne {def} {pop pop} ifelse }forall
/Encoding ISOLatin1Encoding def
currentdict end

/Times-ISOL1 exch definefont pop

/Times-Italic findfont dup length dict  begin
{1 index /FID ne {def} {pop pop} ifelse }forall
/Encoding ISOLatin1Encoding def
currentdict end

/TimesI-ISOL1 exch definefont pop

/Times-Bold findfont dup length dict  begin
{1 index /FID ne {def} {pop pop} ifelse }forall
/Encoding ISOLatin1Encoding def
currentdict end

/TimesB-ISOL1 exch definefont pop

/Times-BoldItalic findfont dup length dict  begin
{1 index /FID ne {def} {pop pop} ifelse }forall
/Encoding ISOLatin1Encoding def
currentdict end

/TimesBI-ISOL1 exch definefont pop

/Courier findfont dup length dict  begin
{1 index /FID ne {def} {pop pop} ifelse }forall
/Encoding ISOLatin1Encoding def
currentdict end
/Courier-ISOL1 exch definefont pop

/Courier-Bold findfont dup length dict  begin
{1 index /FID ne {def} {pop pop} ifelse }forall
/Encoding ISOLatin1Encoding def
currentdict end
/CourierB-ISOL1 exch definefont pop

/cvishow {0.5 add cvi 6 string cvs show} def
/cvsshow1 {0.05 add 10 mul cvi 0.1 mul 7 string cvs show} def
/cvsshow2 {0.005 add 100 mul cvi 0.01 mul 7 string cvs show} def
/cvsshow3 {0.0005 add 1000 mul cvi 0.001 mul 7 string cvs show} def

%%EndProlog
gsave

/lanind 1 def
/lantex [(G) (E) (S) (N) (I) (J) (M)] def
/showde {0 lanind eq {show} {pop} ifelse} bind def
/showen {1 lanind eq {show} {pop} ifelse} bind def
/showfr {2 lanind eq {show} {pop} ifelse} bind def
/showes {3 lanind eq {show} {pop} ifelse} bind def
/showit {4 lanind eq {show} {pop} ifelse} bind def
/showjp {5 lanind eq {show} {pop} ifelse} bind def
/showea {1 lanind le {show} {pop} ifelse} bind def
/showm  {6 lanind eq {show} {pop} ifelse} bind def

%default values
/lanind1 01 def /lanind2 01 def /lanindd 01 def /lanindm 01 def
/colorm1 01 def /colorm2 01 def /colormd 01 def /colormm 01 def
/deintp1 00 def /deintp2 00 def /deintpd 01 def /deintpm 01 def
/xcolor1 03 def /xcolor2 03 def /xcolord 01 def /xcolorm 01 def
/xchart1 00 def /xchart2 00 def /xchartd 01 def /xchartm 01 def
/pchart1 01 def /pchart2 01 def /pchartd 01 def /pchartm 01 def
/colsep1 00 def /colsep2 00 def /colsepd 01 def /colsepm 01 def
/pmetam1 00 def /pmetam2 00 def /pmetamd 01 def /pmetamm 01 def
/xchart3 00 def /xchart4 00 def /xchart5 00 def

%usual change of default values
/lanindf where {pop /lanind1 lanindf  def /lanind2 lanindf  def
                    /lanindd laninddf def /lanindm lanindmf def} if
/colormf where {pop /colorm1 colormf  def /colorm2 colormf  def
                    /colormd colormdf def /colormm colormmf def} if
/deintpf where {pop /deintp1 deintpf  def /deintp2 deintpf  def
                    /deintpd deintpdf def /deintpm deintpmf def} if
/xcolorf where {pop /xcolor1 xcolorf  def /xcolor2 xcolorf  def
                    /xcolord xcolordf def /xcolorm xcolormf def} if
/xchartf where {pop /xchart1 xchartf  def /xchart2 xchartf  def
                    /xchartd xchartdf def /xchartm xchartmf def} if
/pchartf where {pop /pchart1 pchartf  def /pchart2 pchartf  def
                    /pchartd pchartdf def /pchartm pchartmf def} if
/colsepf where {pop /colsep1 colsepf  def /colsep2 colsepf  def
                    /colsepd colsepdf def /colsepm colsepmf def} if
/pmetamf where {pop /pmetam1 pmetamf  def /pmetam2 pmetamf  def
                    /pmetamd pmetamdf def /pmetamm pmetammf def} if
/xchart3f where {pop /xchart3 xchart3f def} if
/xchart4f where {pop /xchart4 xchart4f def} if
/xchart5f where {pop /xchart5 xchart5f def} if

/lanind lanind1 def %
/colorm colorm1 def %
/deintp deintp1 def %
/xcolor xcolor1 def %
/xchart xchart1 def %
/pchart pchart1 def %
/colsep colsep1 def %
/pmetam pmetam1 def %

/GSS$ where {pop /LSS$ GSS$ def}
            {/LSS$ (1) def} ifelse
/GSC$ where {pop /LSC$ GSC$ def}
            {/LSC$ (N) def} ifelse
/GSX$ where {pop /LSX$ GSX$ def}
            {/LSX$ (0) def} ifelse
/GSY$ where {pop /LSY$ GSY$ def}
            {/LSY$ (0) def} ifelse
/GEX$ where {pop /LEX$ GEX$ def}
            {/LEX$ (P.PS./PDF) def} ifelse
/GEY$ where {pop /LEY$ GEY$ def}
            {/LEY$ (P.DAT) def} ifelse
/IMES where {pop %/IMES IMES def
            }
            {/IMES 0 def} ifelse
      
/colorml colorm def
%0 1 1 {/colorml exch def %colorml=0,1

/xcolorl xcolor def
%0 1 3 {/xcolorl exch def %xcolorl=0,3

/xchartl xchart def
%0 1 7 {/xchartl exch def %xchartl=0,7

/pchartl pchart def
%0 1 2 {/pchartl exch def %pchartl=0,2

colorml 0 eq deintp 0 eq and {/TxS () def /Txx (dd) def /Fxx (d) def} if
colorml 0 eq deintp 1 eq and {/TxS () def /Txx (de) def /Fxx (e) def} if
colorml 1 eq deintp 0 eq and {/TxS () def /Txx (dd) def /Fxx (d) def} if
colorml 1 eq deintp 1 eq and {/TxS () def /Txx (de) def /Fxx (e) def} if
%xchart 0 eq {/Txx (-) def /Fxx (-) def} if

gsave

xcolorl 0 eq {/tfnx* {0 0 0 1 setcmykcolor} def
              /tfwx* {0 0 0 0 setcmykcolor} def
              /colrecfix* {setcmykcolor rec fill} bind def
              /colrecstx* {setcmykcolor rec stroke} bind def
             } if
xcolorl 1 eq {/tfnx* {0 setgray} def
              /tfwx* {1 setgray} def
              /colrecfix* {setgray rec fill} bind def
              /colrecstx* {setgray rec stroke} bind def
             } if
xcolorl 2 eq {/tfnx* {1 1 1 0 setcmykcolor} def
              /tfwx* {0 0 0 0 setcmykcolor} def
              /colrecfix* {setcmykcolor rec fill} bind def
              /colrecstx* {setcmykcolor rec stroke} bind def
             } if
xcolorl 3 eq {/tfnx* {0 0 0 setrgbcolor} def
              /tfwx* {1 1 1 setrgbcolor} def
              /colrecfix* {setrgbcolor rec fill} bind def
              /colrecstx* {setrgbcolor rec stroke} bind def
             } if


%pchartl 2 eq {%pchartl=2; 'AL0X'Y11-3N_AL09_JSO_2P3A.EPS; graphic in-out

%font0309A.ps***********************************************
%only T*V, R*V, T*W, R*W, jshowTV, jshowTR with T*W, R*W

/RW {100 /Times-Roman FS} bind def
/RV {150 /Times-Roman FS} bind def

/RIW {100 /Times-Italic FS} bind def
/RIV {150 /Times-Italic FS} bind def

/RBW {100 /Times-Bold FS} bind def
/RBV {150 /Times-Bold FS} bind def

/RBIW {100 /Times-BoldItalic FS} bind def
/RBIV {150 /Times-BoldItalic FS} bind def

/TW {100 /Times-ISOL1 FS} bind def
/TV {150 /Times-ISOL1 FS} bind def

/TIW {100 /TimesI-ISOL1 FS} bind def
/TIV {150 /TimesI-ISOL1 FS} bind def

/TBW {100 /TimesB-ISOL1 FS} bind def
/TBV {150 /TimesB-ISOL1 FS} bind def

/TBIW {100 /TimesBI-ISOL1 FS} bind def
/TBIV {150 /TimesBI-ISOL1 FS} bind def

/SW {100 /Symbol FS} bind def
/SV {150 /Symbol FS} bind def

/ishowRV  {RW  -00 -30 rmoveto
           show 00  30 rmoveto RV} def
/jshowRV  {RBW -00 -30 rmoveto
           show 00  30 rmoveto RBV} def

/ishowTV  {TW  -00 -30 rmoveto
           show 00  30 rmoveto TV} def
/jshowTV  {TBW -00 -30 rmoveto
           show 00  30 rmoveto TBV} def

%font0309A.ps***********************************************

/CMeasSxl (Measure: unknown) def
/CDeviceSxl (Device: unknown) def
/CDateSxl (Date: unknown) def

/DecodeXYZ* {dup 6 29 div ge {dup dup mul mul}
            {4 29 div sub 108 841 div mul} ifelse} bind def

colorml 0 eq {/ilx 0 def
             }
             {%colorml=1
              xchartl xchartd idiv 2 le {/ilx xchartl def} if
              xchartl xchartd idiv 3 eq {/ilx       4 def} if
              xchartl xchartd idiv 4 eq {/ilx       8 def} if
              xchartl xchartd idiv 5 eq {/ilx      16 def} if
              xchartl xchartd idiv 6 eq {/ilx      32 def} if
              xchartl xchartd idiv 7 eq {/ilx      64 def} if
             } ifelse
             
/Xnref 0.63 ilx mul 0.9505 mul def
/Ynref 0.63 ilx mul def
/Znref 0.63 ilx mul 1.0890 mul def
     
/XQ Xnref  95.05 div def
/YQ Ynref 100.00 div def
/ZQ Znref 108.90 div def
XQ 0 lt {/XQ 0.00000001 def} if
YQ 0 lt {/YQ 0.00000001 def} if
ZQ 0 lt {/ZQ 0.00000001 def} if
/L*ref YQ 0.008856 lt {903.3 YQ mul}
                      {YQ 0.33333333 exp 116 mul 16 sub} ifelse def
/a*ref XQ 0.008856 lt {7.787 XQ mul 16 116 div add}
                      {XQ 0.33333333 exp} ifelse
       YQ 0.008856 lt {7.787 YQ mul 16 116 div add}
                      {YQ 0.33333333 exp} ifelse sub 500 mul def
/b*ref YQ 0.008856 lt {7.787 YQ mul 16 116 div add}
                      {YQ 0.33333333 exp} ifelse
       ZQ 0.008856 lt {7.787 ZQ mul 16 116 div add}
                      {ZQ 0.33333333 exp} ifelse sub 200 mul def

/L*N L*ref def /L*W 95.41 def

/L*i 21 array def %different for xchartl=0,7
/a*i 21 array def
/b*i 21 array def
/l*i 21 array def
/Yi  21 array def

%equal distance between L*N and L*W
0 1 20 {/i exch def %steps from black to white
        i 15 le {/i0  0 def /istep 15 def}
                {/i0 16 def /istep  4 def} ifelse
         L*i i L*N L*W L*N sub i i0 sub istep div mul add put
         a*i i 0 put
         b*i i 0 put
         l*i i L*i i get L*N sub L*W L*N sub div put
        /Y* {L*i i get 16 add 116 div} bind def
        Yi i Y* DecodeXYZ* 100.00 mul put
       } for

/cvishow {cvi 6 string cvs show} def
/cvsshow0 {10 mul 0.5 add cvi 0.1 mul 10 string cvs show} def
/cvsshow1 {10 mul 0.5 add cvi 0.1 mul %new980310
           dup 0 ge {(  ) show} if
           dup abs 10 lt {(  ) show} if
           10 string cvs show} def
/cvsshow2 {100 mul 0.5 add cvi 0.01 mul %new980310
           dup 0 ge {(  ) show} if
           dup abs 10 lt {(  ) show} if
           10 string cvs show} def
/cvsshow3 {1000 mul 0.5 add cvi 0.001 mul 10 string cvs show} def

/cvsshow1x {/nxx exch def                              %example nxx=99.1/99.0
             nxx 10 mul cvi /nxi exch def              %nxi=991/990
             nxi 10 idiv /nxa exch def                 %nxa=99
             nxi nxa 10 mul sub /nxb exch def          %nxb=1/0
             nxa cvishow (,) show                      %nxa=99
             nxb cvishow                               %nxb=1/0
           } def
/cvsshow2x {/nxx exch def                              %example nxx=99.12/99,02/99,00
             nxx 100 mul cvi /nxi exch def             %nxi=9912/9902/00
             nxi 100 idiv /nxa exch def                %nxa=99
             nxi nxa 100 mul sub /nxb exch def         %nxb=12/02/00
             nxa cvishow (,) show                      %nxb=99,
             nxb 10 ge {nxb cvishow} if                %nxb=12
             nxb  1 ge
             nxb  9 le and {(0) show nxb cvishow} if   %nxb=02
             nxb  0 eq {(00) show} if                  %nxb=00
           } def
/cvsshow3x {/nxx exch def                              %example nxx=99.123/99.012/99.001/99.000
             nxx 1000 mul cvi /nxi exch def            %nxi=99123/99012/99001/99000
             nxi 1000 idiv /nxa exch def               %nxa=99
             nxi nxa 1000 mul sub /nxb exch def        %nxb=123/012/001/000
             nxa cvishow (,) show                      %nxb=99,
             nxb 100 ge {nxb cvishow} if               %nxb=123/012/001/000
             nxb  10 ge
             nxb  99 le and {(0) show nxb cvishow} if  %nxb=012
             nxb   1 ge
             nxb   9 le and {(00) show nxb cvishow} if %nxb=001
             nxb   0 eq {(000) show} if                %nxb=000
           } def

72 90 translate
0.023 MM dup scale %attention different scale
15 setlinewidth

0 setgray
RV
4100 -110 moveto
(AI281-3) show
Txx show (: ) show
deintp  cvishow
colorml cvishow
xcolorl cvishow
xchartl cvishow
pchartl cvishow

50 -130 moveto
(Teil 2, ) showde
(part 2, ) showen
(parte 2, ) showes
(la part 2, ) showfr
(la parte 2, ) showit
(artikkelen 2, ) showjp

%(; ) show
%CMeasSxl show (; ) show
%CDeviceSxl show (; ) show
%CDateSxl show

1 setgray
 0 0 moveto 5400 0 rlineto 0 4000 rlineto   %relatives Bildfeld 54 x 40mm
           -5400 0 rlineto closepath fill
0 setgray
 0 0 moveto 5400 0 rlineto 0 4000 rlineto   %relatives Bildfeld 54 x 40mm
           -5400 0 rlineto closepath stroke
  
 0 setgray
  
 0800  0400 translate %Nullpunkt Zeichnung
  
 0 0 moveto  4000 0 rlineto  stroke
 0 0 moveto  0 3200 rlineto  stroke
  
 %! 100 S-Einheiten = 2000 Skalen-Einheiten
TV
    0 -50 moveto  0 100 rlineto  stroke
  800 -50 moveto  0 100 rlineto  stroke
 1600 -50 moveto  0 100 rlineto  stroke
 2400 -50 moveto  0 100 rlineto  stroke
 3200 -50 moveto  0 100 rlineto  stroke
 4000 -50 moveto  0 100 rlineto  stroke
 -300 -300 moveto (N  0,0) show
  700 -300 moveto (0,25) show
 1500 -300 moveto (0,50) show
 2300 -300 moveto (0,75) show
 3100 -300 moveto (1,00  W) show
  
 %! 100 S-Einheiten = 2000 Skalen-Einheiten
  -50    0 moveto  100 0 rlineto  stroke
  -50  800 moveto  100 0 rlineto  stroke
  -50 1600 moveto  100 0 rlineto  stroke
  -50 2400 moveto  100 0 rlineto  stroke
  -50 3200 moveto  100 0 rlineto  stroke
 -530  -60 moveto (N 0,00) show
 -350  740 moveto (0,25) show
 -350 1540 moveto (0,50) show
 -350 2340 moveto (0,75) show
 -530 3140 moveto (W 1,00) show
  
 -700 2900 moveto TIV (w*') show (output) ishowTV
 -700 2700 moveto TIV (w'*) show (output) ishowTV
 3000  200 moveto TIV (w*) show (input) ishowTV

0 setgray
 0 0 moveto 3200 3200 lineto stroke
  [100] 0 setdash
 0 3200 0.133 mul     moveto
 3200  3200 3200 0.0333 mul add lineto stroke
 0 3200 0.133 mul neg moveto
 3200  3200 3200 0.0333 mul sub lineto stroke 

colorml 1 eq {/xchartNl xchartl 8 idiv def
              /xchartPl xchartl xchartl 8 idiv 8 mul sub def
              /gammaNl 1 2.4 xchartNl 0.18 mul sub 2.4 div div def
              /gammaPl   2.4 xchartPl 0.18 mul sub 2.4 div     def
              /gammal gammaNl gammaPl mul def
             } if

/L*gi 21 array def %different for xchartl=0,7
/a*gi 21 array def
/b*gi 21 array def
/l*gi 21 array def
/Ygi  21 array def

%distance between L*N and L*W using gamma
0 1 20 {/i exch def %steps from black to white
        l*gi i l*i i get colorm 1 eq {gammal exp} if put
         L*gi i L*W L*N sub l*gi i get mul L*N add put
         a*gi i 0 put
         b*gi i 0 put
        /Y* {L*gi i get 16 add 116 div} bind def
        Ygi i Y* DecodeXYZ* 100.00 mul put
       } for

0 0 1 setrgbcolor
40 setlinewidth
[100] 0 setdash 
 0 1 15 {/i exch def
          /xw l*i i get def 
          /yw l*i i get colorml 1 eq {gammal exp} if def 
          xw 3200 mul yw 3200 mul
          i 0 eq { moveto} {lineto} ifelse
         } for stroke %i

0 0 1 setrgbcolor
40 setlinewidth
[100] 0 setdash 
 0 1 15 {/i exch def
          /xw l*i i get def 
          /yw l*i i get colorml 1 eq {1 gammal div exp} if def 
          xw 3200 mul yw 3200 mul
          i 0 eq { moveto} {lineto} ifelse
         } for stroke %i

1 0 0 setrgbcolor
25 setlinewidth
[50] 0 setdash
 0 1 15 {/i exch def
          /xw i 15 div def
          /yw xw colorml 1 eq {gammal exp} if def
          xw 3200 mul yw 3200 mul
          i 0 eq { moveto} {lineto} ifelse
         } for stroke %i

0 1 15 {/i exch def
          /xw i 15 div def
          /yw xw colorml 1 eq {1 gammal div exp} if def
          xw 3200 mul yw 3200 mul
          i 0 eq { moveto} {lineto} ifelse
         } for stroke %i
         
0 setgray

-00 3450 moveto
TV
(F\374r linearisierte Ausgabe der 16 Graustufen von ) showde
(For linearized output of the 16 grey steps of ) showen
(Para salida linealizada de los 16 pasos de gris de ) showes
(Pour la linearized output de la 16 palier de gris in ) showfr
(Per l'uscita linearizzada dei 16 passaggi di gridio nella ) showit
(For linearized utgang av 16 gra tinnene i ) showjp

(Bild) showde
(Picture) showen
(fig.) showes
(Fig.) showfr
(Fig.) showit
(Figur) showjp

( A7) show
TxS show Txx ishowTV

0 0 1 setrgbcolor
100 3200 moveto
RBIV
('* (Strich-Stern)-Koordinaten um die) showde
('* (dash-star) coordinates to reach) showen
('* (dash-star) coordenadas para illegar a la) showes
('* (dash-star) coordonne pour atteindre la) showfr
('* (dash-stelle) coordinates per raggiungere) showit
('* (dash-sterners) koordinater for linearized) showjp

100 3000 moveto
RBIV
(linearisierte Ausgabe mit realer Display-) showde
TBIV
(the linearized output with the real) showen
(salida linealizada con la pandala real) showes
(sortie linearized output avec reflet) showfr
(l'uscita linearizzato con il display) showit
(linearized utgang med ekte vise refleksjon) showjp

100 2800 moveto
TBIV
(Reflexion im B\374roraum zu erreichen;) showde
(display reflection in office room;) showen
(reflexi\363n en la sala de la oficina;) showes
(r\351el dans la chambre bureau;) showfr
(reale riflesso in ufficio;) showit
RBIV
(refleksjon i office-rommet;) showjp

100 2600 moveto
TBIV
(hellere (positive P) Ausgabe) showde
(lighter (positiv P) output) showen
(salida (positiv P) encendedor) showes
(plus claire sortie (positiv P)) showfr
(uscita (positiv P) accendisigari) showit
(lettere (positiv P) utgang) showjp

1 0 0 setrgbcolor
100 2350 moveto
TBIV (w'*) show (output) jshowTV
TBV ( = [) show
TBIV (w*) show (input) jshowTV
TBV (] ) show
0 60 rmoveto
colorml 0 eq {(1,00) show} {xchartd 1 eq {gammaPl}{1 gammaNl div} ifelse
              cvsshow3x
             } ifelse
0 -60 rmoveto

0 0 1 setrgbcolor
2200 1400 moveto
RBIV
(*' (Stern-Strich)-Koordinaten) showde
(*' (star-dash) coordinates) showen
(*' (star-dash) coordenadas) showes
(*' (star-dash)) showfr TBIV ( coordonn\351es) showfr
RBIV
(*' (stelle-dash) coordinate) showit
(*' (sterners-dash) koordinatene) showjp

2200 1200 moveto
TBIV
(von realer Ausgabe mit realer) showde
(of real output with real) showen
(de la producci\363n real con pantalla) showes
(de la production r\351el reflet) showfr
(della produzione reale con display) showit
(of real output with real til real\255) showjp

2200 1000 moveto
TBIV
(Displayreflexion im B\374roraum;) showde
(display reflection in office room;) showen
(real reflexi\363n en la sala de la oficina;) showes
(dans la chambe de bureau;) showfr
(reale riflessione in ufficio stanzza;) showit
RBIV
(utgang med virkelig vise refleksjon) showjp

2200 0800 moveto
TBIV
(dunklere (negative N) Ausgabe) showde
(darker (negativ N) output) showen
(m\341s oscuro (negativo N) salida) showes
(plus fonc\351s sortie (n\351gative N)) showfr
(pi\371 scuro (negativo N) output) showit
(morkere (negativ N) utgang) showjp

1 0 0 setrgbcolor
2200 0550 moveto
TBIV (w*') show (output) jshowTV
TBV ( = [) show
TBIV (w*) show (input) jshowTV
TBV (] ) show
0 60 rmoveto
colorml 0 eq {(1,00) show} {xchartd 1 eq {1 gammaPl div}{gammaNl} ifelse
              cvsshow3x
             } ifelse
0 -60 rmoveto

 -0800 -0400 translate %Nullpunkt Zeichnung

%} if pchartl=2; 'AL0X'Y11-3N_AL09_JSO_2P3A.EPS; graphic in-out


showpage
grestore

%} for %pchartl=0,2

%} for %xchartl=0,7

%} for %xcolorl=0,3

%} for %colorml=0,1

%%Trailer

%%EndDocument
EndEPSF grestore gsave
                         
BeginEPSF
219 MM 108 MM translate
  10 /Times-ISOL1 FS  53 MM 1 MM moveto ( ) show 1 1 scale  -77 -91 translate
%%BeginDocument: Bild 24

%line 459
%!PS-Adobe-3.0 EPSF-3.0 AI281-4,
%%BoundingBox: 70 90 226 206

/FS {findfont exch scalefont setfont} bind def
/MM {72 25.4 div mul} def
%%EndProlog
gsave

8 /Times-Roman FS
72 83 moveto
%!2     (AI281-4,) show

72 90 translate

%! 0.01 MM 0.01 MM scale
%! 15 setlinewidth
%! 0 0  moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto
%! closepath stroke

grestore

showpage
%%Trailer

%%EndDocument
EndEPSF grestore gsave
              
BeginEPSF
161 MM 8 MM sub 064 MM translate
  10 /Times-ISOL1 FS  53 MM 1 MM moveto ( ) show 1 1 scale  -77 -91 translate
%%BeginDocument: Bild 25

%line 469
%!PS-Adobe-3.0 EPSF-3.0 AI281-5,
%%BoundingBox: 70 90 226 206

/FS {findfont exch scalefont setfont} bind def
/MM {72 25.4 div mul} def
%%EndProlog
gsave

8 /Times-Roman FS
72 83 moveto
%!2     (AI281-5,) show

72 90 translate

%! 0.01 MM 0.01 MM scale
%! 15 setlinewidth
%! 0 0  moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto
%! closepath stroke

grestore

showpage
%%Trailer

%%EndDocument
EndEPSF grestore gsave

BeginEPSF
219 MM 064 MM translate
  10 /Times-ISOL1 FS  53 MM 1 MM moveto ( ) show 1 1 scale  -77 -91 translate
%%BeginDocument: Bild 26

%line 479
%!PS-Adobe-3.0 EPSF-3.0 AI281-6,
%%BoundingBox: 70 90 226 206

/FS {findfont exch scalefont setfont} bind def
/MM {72 25.4 div mul} def
%%EndProlog
gsave

8 /Times-Roman FS
72 83 moveto
%!2     (AI281-6,) show

72 90 translate

%! 0.01 MM 0.01 MM scale
%! 15 setlinewidth
%! 0 0  moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto
%! closepath stroke

grestore

showpage
%%Trailer

%%EndDocument
EndEPSF grestore gsave
                         
BeginEPSF
161 MM 8 MM sub 020 MM 1 MM add translate
  10 /Times-ISOL1 FS  53 MM 1 MM moveto ( ) show 1 1 scale  -77 -91 translate
%%BeginDocument: Bild 27

%line 489
%!PS-Adobe-3.0 EPSF-3.0 AI281-7N, 'AL0X'Y11-7N_AL19_JSO.EPS
%%BoundingBox: 70 90 226 206

/FS {findfont exch scalefont setfont} bind def
/MM {72 25.4 div mul} def
%%EndProlog
gsave

8 /Times-Roman FS
72 83 moveto
%!2     (AI280-1,) show

72 90 translate

%! 0.01 MM 0.01 MM scale
%! 15 setlinewidth
%! 0 0  moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto
%! closepath stroke

grestore

showpage
%%Trailer

%%EndDocument
EndEPSF grestore gsave

BeginEPSF
219 MM 020 MM translate 12 /Times-ISOL1 FS -9 MM -7 MM  moveto ( ) show
  10 /Times-ISOL1 FS  53 MM 1 MM moveto ( ) show 1 1 scale  -77 -91 translate
%%BeginDocument: Bild 28

%line 499
%!PS-Adobe-3.0 EPSF-3.0 AI281-8,
%%BoundingBox: 70 90 226 206

/FS {findfont exch scalefont setfont} bind def
/MM {72 25.4 div mul} def
%%EndProlog
gsave

8 /Times-Roman FS
72 83 moveto
%!2     (AI281-8,) show

72 90 translate

%! 0.01 MM 0.01 MM scale
%! 15 setlinewidth
%! 0 0  moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto
%! closepath stroke

grestore

showpage
%%Trailer

%%EndDocument
EndEPSF grestore gsave

BeginEPSF
219 MM 080 MM add 008 MM translate %80 MM Breite von TestStreifen
  10 /Times-ISOL1 FS  53 MM 1 MM moveto () show 1 1 scale -77 21 MM sub -91 translate
%%BeginDocument: Bild 29 Teststreifen Ueberlaenge

%line 509

%%EndDocument
EndEPSF grestore gsave

BeginEPSF
-0.0 MM -0.0 MM translate %xy-Verschiebung Rechteckrahmen nach innen%

%%BeginDocument: Bild 30 %Rechteckrahmen

%line 519
%!PS-Adobe-3.0 EPSF-3.0 Frame arround with Internet text DG02 20190301
%%BoundingBox: 0 0 598 845

%%EndProlog
gsave
/lanind 1 def
/lantex [(G) (E) (S) (N) (I) (J) (M)] def
/showde {0 lanind eq {show} {pop} ifelse} bind def
/showen {1 lanind eq {show} {pop} ifelse} bind def
/showfr {2 lanind eq {show} {pop} ifelse} bind def
/showes {3 lanind eq {show} {pop} ifelse} bind def
/showit {4 lanind eq {show} {pop} ifelse} bind def
/showjp {5 lanind eq {show} {pop} ifelse} bind def
/showea {1 lanind le {show} {pop} ifelse} bind def
/showm  {6 lanind eq {show} {pop} ifelse} bind def

%default values
/lanind1 01 def /lanind2 01 def /lanindd 01 def /lanindm 01 def
/colorm1 00 def /colorm2 00 def /colormd 01 def /colormm 01 def
/deintp1 00 def /deintp2 00 def /deintpd 01 def /deintpm 01 def
/xcolor1 03 def /xcolor2 03 def /xcolord 01 def /xcolorm 01 def
/xchart1 00 def /xchart2 00 def /xchartd 01 def /xchartm 01 def
/pchart1 00 def /pchart2 02 def /pchartd 01 def /pchartm 03 def
/colsep1 00 def /colsep2 00 def /colsepd 01 def /colsepm 01 def
/pmetam1 00 def /pmetam2 00 def /pmetamd 01 def /pmetamm 01 def
/xchart3 00 def /xchart4 02 def /xchart5 00 def

%usual change of default values
/lanindf where {pop /lanind1 lanindf  def /lanind2 lanindf  def
                    /lanindd laninddf def /lanindm lanindmf def} if
/colormf where {pop /colorm1 colormf  def /colorm2 colormf  def
                    /colormd colormdf def /colormm colormmf def} if
/deintpf where {pop /deintp1 deintpf  def /deintp2 deintpf  def
                    /deintpd deintpdf def /deintpm deintpmf def} if
/xcolorf where {pop /xcolor1 xcolorf  def /xcolor2 xcolorf  def
                    /xcolord xcolordf def /xcolorm xcolormf def} if
/xchartf where {pop /xchart1 xchartf  def /xchart2 xchartf  def
                    /xchartd xchartdf def /xchartm xchartmf def} if
/pchartf where {pop /pchart1 pchartf  def /pchart2 pchartf  def
                    /pchartd pchartdf def /pchartm pchartmf def} if
/colsepf where {pop /colsep1 colsepf  def /colsep2 colsepf  def
                    /colsepd colsepdf def /colsepm colsepmf def} if
/pmetamf where {pop /pmetam1 pmetamf  def /pmetam2 pmetamf  def
                    /pmetamd pmetamdf def /pmetamm pmetammf def} if
/xchart3f where {pop /xchart3 xchart3f def} if
/xchart4f where {pop /xchart4 xchart4f def} if
/xchart5f where {pop /xchart5 xchart5f def} if

/lanind lanind1 def %
/colorm colorm1 def %
/deintp deintp1 def %
/xcolor xcolor1 def %
/xchart xchart1 def %
/pchart pchart1 def %
/colsep colsep1 def %
/pmetam pmetam1 def %

/GSS$ where {pop /LSS$ GSS$ def}
            {/LSS$ (1) def} ifelse
/GSC$ where {pop /LSC$ GSC$ def}
            {/LSC$ (N) def} ifelse
/GSX$ where {pop /LSX$ GSX$ def}
            {/LSX$ (0) def} ifelse
/GSY$ where {pop /LSY$ GSY$ def}
            {/LSY$ (0) def} ifelse
/GEX$ where {pop /LEX$ GEX$ def}
            {/LEX$ (P.PS./PDF) def} ifelse
/GEY$ where {pop /LEY$ GEY$ def}
            {/LEY$ (P.DAT) def} ifelse
/IMES where {pop %/IMES IMES def
            }
            {/IMES 0 def} ifelse

/i*ptrsc where {pop %/i*ptrsc i*ptrsc def
               }
               {/i*ptrsc 0 def} ifelse

/ISRL*ioG where {pop}{/ISRL*ioG 0 def} ifelse
/ISIN*ioG where {pop}{/ISIN*ioG 0 def} ifelse
/ISOU*ioG where {pop}{/ISOU*ioG 0 def} ifelse

%pchart 0 eq  {%beg if pchart=0

0 setgray

1.0 1.0  scale

0.0 MM 0.0 MM translate

0.15 MM setlinewidth

/x 20 array def
/y 20 array def
/d 20 array def

/x [000 296 296 000  002 294 294 002  005 291 291 005 %speziell
    006 290 290 006  008 288 288 008 ] def
/y [000 000 210 210  002 002 208 208  005 005 205 205 %speziell
    006 006 204 204  008 008 202 202 ] def 
/d [060 017 -60 -17  058 015 -58 -15  056 013 -56 -13
    054 011 -54 -11  052 009 -52 -09 ] def



/xlu 017 MM def /ylu 017 MM def
/xro 279 MM def /yro 193 MM def
/xlo 017 MM def /ylo 193 MM def
/xru 279 MM def /yru 017 MM def

xlu 8 MM sub ylu moveto  16 MM 0 rlineto stroke
xlu ylu 8 MM sub moveto 0  16 MM rlineto stroke
xro 8 MM add yro moveto -16 MM 0 rlineto stroke
xro yro 8 MM add moveto 0 -16 MM rlineto stroke

xru 8 MM sub yru moveto  16 MM 0 rlineto stroke
xru yru 8 MM sub moveto 0  16 MM rlineto stroke
xlo 8 MM add ylo moveto -16 MM 0 rlineto stroke
xlo ylo 8 MM add moveto 0 -16 MM rlineto stroke

1 2 7 {/i exch def %Zentrierkreise
xlu ylu i MM 0 360 arc stroke
xro yro i MM 0 360 arc stroke
xru yru i MM 0 360 arc stroke
xlo ylo i MM 0 360 arc stroke
      } for %i

12 4 16 {/i exch def /i0 i def %i=0,16
%0 4 16 {/i exch def /i0 i def %i=0,16
        /i1 i0 1 add def /i2 i0 2 add def /i3 i0 3 add def

i 16 eq {0.30 MM setlinewidth} {0.15 MM setlinewidth} ifelse

0 setgray        
x i0 get MM y i0 get MM moveto x i1 get MM y i1 get MM lineto
x i2 get MM y i2 get MM lineto x i3 get MM y i3 get MM lineto
x i0 get MM y i0 get MM lineto stroke

i 16 eq {6 /Times-ISOL1 FS
         /x00 67 def /xdif 32 def /y0o 202.3 def /y0u 6.3 def  
         /x0l 6.1 def /x0r 288 def /y00 22 def /ydif 32 def
         x00 xdif 0 mul add MM y0o MM moveto (V) show
         x00 xdif 0 mul add MM y0u MM moveto (C) show
         x00 xdif 1 mul add MM y0o MM moveto (L) show
         x00 xdif 1 mul add MM y0u MM moveto (M) show
         x00 xdif 2 mul add MM y0o MM moveto (O) show
         x00 xdif 2 mul add MM y0u MM moveto (Y) show
         x00 xdif 3 mul add MM y0o MM moveto (Y) show
         x00 xdif 3 mul add MM y0u MM moveto (O) show
         x00 xdif 4 mul add MM y0o MM moveto (M) show
         x00 xdif 4 mul add MM y0u MM moveto (L) show
         x00 xdif 5 mul add MM y0o MM moveto (C) show
         x00 xdif 5 mul add MM y0u MM moveto (V) show

         x0l MM y00 ydif 0 mul add MM moveto (V) show
         x0r MM y00 ydif 0 mul add MM moveto (C) show
         x0l MM y00 ydif 1 mul add MM moveto (L) show
         x0r MM y00 ydif 1 mul add MM moveto (M) show
         x0l MM y00 ydif 2 mul add MM moveto (O) show
         x0r MM y00 ydif 2 mul add MM moveto (Y) show
         x0l MM y00 ydif 3 mul add MM moveto (Y) show
         x0r MM y00 ydif 3 mul add MM moveto (O) show
         x0l MM y00 ydif 4 mul add MM moveto (M) show
         x0r MM y00 ydif 4 mul add MM moveto (L) show
         x0l MM y00 ydif 5 mul add MM moveto (C) show
         x0r MM y00 ydif 5 mul add MM moveto (V) show
        } if

       } for %i=0,16

0 1 10 {/j0 exch def /j1 j0 1 add def %j0
 
         j0 0 eq {tzccmy0* setcmykcolor} if
         j0 1 eq {0 setgray} if
         j0 2 eq {tzmcmy0* setcmykcolor} if
         j0 3 eq {0 setgray} if
         j0 4 eq {tzycmy0* setcmykcolor} if
         j0 5 eq {0 setgray} if
         j0 6 eq {tzrcmy0* setcmykcolor} if
         j0 7 eq {0 setgray} if
         j0 8 eq {tzgcmy0* setcmykcolor} if
         j0 9 eq {0 setgray} if
         j0 10 eq {tzbcmy0* setcmykcolor} if

12 4 16 {/i exch def /i0 i def %i=0,16
%0 4 16 {/i exch def /i0 i def %i=0,16
        /i1 i0 1 add def /i2 i0 2 add def /i3 i0 3 add def

i 16 eq {0.30 MM setlinewidth} {0.15 MM setlinewidth} ifelse         

x i0 get d i0 get add 16 j0 mul add MM y i0 get MM moveto
x i0 get d i0 get add 16 j1 mul add MM y i0 get MM lineto stroke

x i1 get MM y i1 get d i1 get add 16 j0 mul add MM moveto
x i1 get MM y i1 get d i1 get add 16 j1 mul add MM lineto stroke

x i2 get d i2 get add 16 j0 mul sub MM y i2 get MM moveto
x i2 get d i2 get add 16 j1 mul sub MM y i2 get MM lineto stroke

x i3 get MM y i3 get d i3 get add 16 j0 mul sub MM moveto
x i3 get MM y i3 get d i3 get add 16 j1 mul sub MM lineto stroke

       } for %i=0,16

       } for %j0

0.15 MM setlinewidth
/s 7 MM def /s1 8 MM def /s5 36 MM def
16 1 20 {/j exch def /j0 j 16 sub def %j=16,20
         /ix0 xlu  8 MM add j0 7 MM mul add def /iy0 ylu 8 MM sub def

0 1 3 {/ij exch def %ij=0,3

 ij 0 eq {/ix0 xlu  8 MM add j0 7 MM mul add def /iy0 ylu 8 MM sub def} if
 ij 1 eq {/ix0 xru 43 MM sub j0 7 MM mul add def /iy0 yru 8 MM sub def} if
 ij 2 eq {/ix0 xlo  8 MM add j0 7 MM mul add def /iy0 ylo 1 MM add def} if
 ij 3 eq {/ix0 xro 43 MM sub j0 7 MM mul add def /iy0 yro 1 MM add def} if

i*ptrsc 0 eq i*ptrsc 2 eq or {%i*ptrsc=0,2 cmy0* setcmykcolor
              j 16 eq {/ng tzan j get def
                       ng ng ng 0 setcmykcolor
                       ix0 0.5 MM sub iy0 0.5 MM sub s5 s1 rec fill} if
              /ng tzan j get def
              ng ng ng 0 setcmykcolor
              ix0 iy0 s s  rec fill
             } if %i*ptrsc=0,2
             
i*ptrsc 1 eq i*ptrsc 3 eq or {%i*ptrsc=1,3 www* setrgbcolor
              j 16 eq {/wg 1 tzan j get sub def
                       wg wg wg setrgbcolor
                       ix0 0.5 MM sub iy0 0.5 MM sub s5 s1 rec fill} if
              /wg 1 tzan j get sub def
              wg wg wg setrgbcolor
              ix0 iy0 s s  rec fill
             } if %i*ptrsc=1,3
             
i*ptrsc 4 eq i*ptrsc 5 eq or {%i*ptrsc=4,5
  [/CIEBasedABC <<    %Farbraum und Grenzen fuer D65
  /RangeABC [0 100 -128 127 -128 127]
  /DecodeABC [{16 add 116 div} bind {500 div} bind {200 div} bind]
  /MatrixABC [1 1 1 1 0 0 0 0 -1]
  /DecodeLMN
    [{dup 6 29 div ge {dup dup mul mul}
     {4 29 div sub 108 841 div mul} ifelse 0.9505 mul} bind
     {dup 6 29 div ge {dup dup mul mul}
     {4 29 div sub 108 841 div mul} ifelse} bind
     {dup 6 29 div ge {dup dup mul mul}
     {4 29 div sub 108 841 div mul} ifelse 1.0890 mul} bind]
    /WhitePoint  [0.9505 1 1.089]                %CIEXYZ fuer D65
 >>] setcolorspace

 j 16 eq {tznLAB* 0 get tzwLAB* 0 get tznLAB* 0 get sub 0.25 j0 mul mul add
          tznLAB* 1 get tzwLAB* 1 get tznLAB* 1 get sub 0.25 j0 mul mul add
          tznLAB* 2 get tzwLAB* 2 get tznLAB* 2 get sub 0.25 j0 mul mul add
          setcolor %N
          ix0 0.5 MM sub iy0 0.5 MM sub s5 s1 rec fill} if
          tznLAB* 0 get tzwLAB* 0 get tznLAB* 0 get sub 0.25 j0 mul mul add
          tznLAB* 1 get tzwLAB* 1 get tznLAB* 1 get sub 0.25 j0 mul mul add
          tznLAB* 2 get tzwLAB* 2 get tznLAB* 2 get sub 0.25 j0 mul mul add
          setcolor %N
          ix0 iy0 s s  rec fill
             } if %i*ptrsc=4,5

i*ptrsc 6 eq {%i*ptrsc=6 000n* setcmykcolor
              j 16 eq {/ng tzan j get def
                       0 0 0 ng setcmykcolor
                       ix0 0.5 MM sub iy0 0.5 MM sub s5 s1 rec fill} if
              /ng tzan j get def
              0 0 0 ng setcmykcolor
              ix0 iy0 s s  rec fill
             } if %i*ptrsc=6

i*ptrsc 7 eq {%i*ptrsc=7 w* setgray
              j 16 eq {/wg 1 tzan j get sub def
                       wg setgray
                       ix0 0.5 MM sub iy0 0.5 MM sub s5 s1 rec fill} if
              /wg 1 tzan j get sub def
              wg setgray
              ix0 iy0 s s  rec fill
             } if %i*ptrsc=7

      } for %ij=0,3

        } for %j=16,20
                                                      
0 setgray
018 MM 008.2 MM moveto 6 /Times-Roman FS (-8) show
018 MM 006.2 MM moveto 6 /Times-Roman FS (-6) show

276 MM 008.2 MM moveto 6 /Times-Roman FS (-8) show
276 MM 006.2 MM moveto 6 /Times-Roman FS (-6) show

018 MM 202.2 MM moveto 6 /Times-Roman FS (-8) show
018 MM 204.2 MM moveto 6 /Times-Roman FS (-6) show

276 MM 202.2 MM moveto 6 /Times-Roman FS (-8) show
276 MM 204.2 MM moveto 6 /Times-Roman FS (-6) show

/serverM0 (http://www.ps.bam.de/) def
/serverM1 (http://130.149.60.45/~farbmetrik/) def
/serverM2 (http://farbe.li.tu-berlin.de/) def
/serverM3 (http://standards.iso.org/iso/9241/306/ed-2/) def
/serverMA serverM3 def
/serverMB serverM2 def
/serverMC serverM2 def

0 setgray
61 MM 13.5 MM  moveto
12TN
pchart 0 eq {() show} if
pchart 1 eq {%pchart=1
             (Vordruck A: ) showde
             (Form A: ) showen
             (Form A: ) showes
             (Form A: ) showfr
             (Form A: ) showit
             (Form A: ) showjp
            } if %pchart=1
pchart 2 eq {%pchart=2
             12RN
             (Ein-Aus: ) showde
             (In-out: ) showen
             (In-out: ) showes
             (In-out: ) showfr
             (In-out: ) showit
             (In-out: ) showjp
            } if %pchart=2
12TN
(Pr\374fvorlage AI28) showde                                    %0AI28X-Y 0100#
(Test chart AI28) showen                                        %1AI28X-Y 0100#
(Gr\341fico AI28) showes                                        %2AI28X-Y 0100#
(Graphique AI28) showfr                                         %3AI28X-Y 0100#
(Grafico AI28) showit                                           %4AI28X-Y 0100#
(Pr\370veplansje AI28) showjp                                   %5AI28X-Y 0100#

xchart4 0 eq {12TN
              ( nach) showde
              ( according to) showen
              ( seg\372n a) showes
              ( conforme \340) showfr
              ( conformemente a) showit
              ( inf\370lge) showjp
12RN ( ISO 9241-306) show} if

xchart4 1 eq {12TN
              ( nach) showde
              ( according to) showen
              ( seg\372n a) showes
              ( conforme \340) showfr
              ( conformemente a) showit
              ( inf\370lge) showjp
( Pr\374fvorlage 4) showde                                      %0AI28X-Y 0100#
( test chart 4 of) showen                                       %1AI28X-Y 0100#
( gr\341fico 4 a) showes                                        %2AI28X-Y 0100#
( graphique 4 \340) showfr                                      %3AI28X-Y 0100#
( grafico 4 a) showit                                           %4AI28X-Y 0100#
( Pr\370veplansje 4) showjp 
( ISO/IEC 15775) show} if

xchart4 2 eq {12TN
              ( nach) showde
              ( according to) showen
              ( seg\372n a) showes
              ( conforme \340) showfr
              ( conformemente a) showit
              ( inf\370lge) showjp
( Pr\374fvorlage 2) showde                                      %0AI28X-Y 0100#
( test chart 2 of) showen                                       %1AI28X-Y 0100#
( gr\341fico 2 a) showes                                        %2AI28X-Y 0100#
( graphique 2 \340) showfr                                      %3AI28X-Y 0100#
( grafico 2 a) showit                                           %4AI28X-Y 0100#
( Pr\370veplansje 2) showjp
( ISO/IEC 15775) show} if

xchart4 3 eq {12TN
              ( \344hnlich ) showde pchart 0 eq {(der ) showde} if
              ( similar to ) showen
              ( seg\372n a) showes
              ( conforme \340) showfr
              ( conformemente a) showit
              ( inf\370lge) showjp
( Pr\374fvorlage 1) showde pchart 0 eq {( von) showde} if       %0AI28X-Y 0100#
( test chart 1 of) showen                                       %1AI28X-Y 0100#
( gr\341fico 1 a) showes                                        %2AI28X-Y 0100#
( graphique 1 \340) showfr                                      %3AI28X-Y 0100#
( grafico 1 a) showit                                           %4AI28X-Y 0100#
( Pr\370veplansje 1) showjp
12RN ( DIN 33872-5) show} if

xchart4 4 eq {12TN
              ( \344hnlich ) showde pchart 0 eq {(der ) showde} if
              ( similar to ) showen
              ( seg\372n a) showes
              ( conforme \340) showfr
              ( conformemente a) showit
              ( inf\370lge) showjp
( Pr\374fvorlage 1) showde pchart 0 eq {( von) showde} if       %0AI28X-Y 0100#
( test chart 1 of) showen                                       %1AI28X-Y 0100#
( gr\341fico 1 a) showes                                        %2AI28X-Y 0100#
( graphique 1 \340) showfr                                      %3AI28X-Y 0100#
( grafico 1 a) showit                                           %4AI28X-Y 0100#
( Pr\370veplansje 1) showjp
12RN ( DIN 33872-6) show} if

xchart4 5 eq {12TN
              ( \344hnlich ) showde pchart 0 eq {(der ) showde} if
              ( similar to ) showen
              ( seg\372n a) showes
              ( conforme \340) showfr
              ( conformemente a) showit
              ( inf\370lge) showjp
( Pr\374fvorlage 1) showde pchart 0 eq {( von) showde} if       %0AI28X-Y 0100#
( test chart 1 of) showen                                       %1AI28X-Y 0100#
( gr\341fico 1 a) showes                                        %2AI28X-Y 0100#
( graphique 1 \340) showfr                                      %3AI28X-Y 0100#
( grafico 1 a) showit                                           %4AI28X-Y 0100#
( Pr\370veplansje 1) showjp
12RN ( DIN 33872-6) show} if

xchart4 6 eq {12TN
              ( \344hnlich ) showde pchart 0 eq {(der ) showde} if
              ( similar to ) showen
              ( seg\372n a) showes
              ( conforme \340) showfr
              ( conformemente a) showit
              ( inf\370lge) showjp
( Pr\374fvorlage 1) showde pchart 0 eq {( von) showde} if       %0AI28X-Y 0100#
( test chart 1 of) showen                                       %1AI28X-Y 0100#
( gr\341fico 1 a) showes                                        %2AI28X-Y 0100#
( graphique 1 \340) showfr                                      %3AI28X-Y 0100#
( grafico 1 a) showit                                           %4AI28X-Y 0100#
( Pr\370veplansje 1) showjp
12RN ( CIE R8-09) show} if

/Ycont 8 array def
/Ycont [(88,9:0,31)
        (88,9:0,62)
        (88,9:1,25)
        (88,9:2,5)
        (88,9:5)
        (88,9:10)
        (88,9:20)
        (88,9:40)] def

/Yrang 8 array def
/Yrang [(0,0 to <0,46)
        (0,46 to <0,93)
        (0,93 to <1,87)
        (1,87 to <3,75)
        (3,75 to <7,5)
        (7,5 to <15)
        (15 to <30)
        (30 to <60)] def

61 MM 09.5 MM  moveto

pchart 1 le {%pchart<=1

xchart4 0 eq {
12TN
(Achromatische Pr\374fvorlage) showde                           %0AI28X-Y 0200#
(achromatic test chart) showen                                  %1AI28X-Y 0200#
(test acrom\341tico gr\341fico) showes                          %2AI28X-Y 0200#
(Test graphique achromatique) showfr                            %3AI28X-Y 0200#
(Tavola dei colori acromatici) showit                           %4AI28X-Y 0200#
(akromatisk pr\370veplansje) showjp                             %5AI28X-Y 0200#
12TI ( N) show
             } if
xchart4 1 eq {
12TN
(Chromatische Pr\374fvorlage) showde                            %0AI28X-Y 0300#
(chromatic test chart) showen                                   %1AI28X-Y 0300#
(test crom\341tico gr\341fico) showes                           %2AI28X-Y 0300#
(Test graphique chromatique) showfr                             %3AI28X-Y 0300#
(Tavola dei colori cromatici) showit                            %4AI28X-Y 0300#
(kromatisk pr\370veplansje) showjp                              %5AI28X-Y 0300#
12TI ( RGB) show
             } if
xchart4 2 eq {
12TN
(Chromatische Pr\374fvorlage) showde                            %0AI28X-Y 0400#
(chromatic test chart) showen                                   %1AI28X-Y 0400#
(test crom\341tico gr\341fico) showes                           %2AI28X-Y 0400#
(Test graphique chromatique) showfr                             %3AI28X-Y 0400#
(Tavola dei colori cromatici) showit                            %4AI28X-Y 0
(kromatisk pr\370veplansje) showjp                              %5AI28X-Y 0400#
12TI ( CMYK) show
             } if

xchart4 3 eq {%xchart4=3
12TN
(20stufiger Elementarbunttonkreis) showde
(20 step elementary hue circle) showen
(c\355rculo de tono, 20 pasos) showes                           %2AI28X-Y 0500#
(cercle de teinte, 20 paliers) showfr                           %3AI28X-Y 0500#
(cerchio delle tinte a 20 passi) showit                         %4AI28X-Y 0500#
12RN (20-trinns fargetonesirkel) showjp                         %5AI28X-Y 0500#
12TN (; ) show
(Pr\374fvorlage nach) showde                                    %0AI28X-Y 0400#
(Test chart according to) showen                                %1AI28X-Y 0400#
(gr\341fico seg\372n a) showes                                  %2AI28X-Y 0400#
(Test graphique conforme \340) showfr                           %3AI28X-Y 0400#
(grafico conformemente a) showit                                %4AI28X-Y 0400#
(pr\370veplansje inf\370lge) showjp                             %5AI28X-Y 0400#
12RN ( DIN 33872-5) show
              } if %xchart4=3

xchart4 4 eq {%xchart4=4
12TN
(1080 Normfarben) showde                                        %0AI28X-Y 0200#
(1080 standard colours) showen                                  %1AI28X-Y 0200#
(1080 colores del est\341ndar) showes                           %2AI28X-Y 0200#
(1080 couleurs standard) showfr                                 %3AI28X-Y 0200#
(1080 colori standard) showit                                   %4AI28X-Y 0200#
(1080 standard farger) showjp                                   %5AI28X-Y 0200#
(; ) show
(Pr\374fvorlage \344hnlich) showde                              %0AI28X-Y 0400#
(Test chart similar to) showen                                  %1AI28X-Y 0400#
(gr\341fico seg\372n a) showes                                  %2AI28X-Y 0400#
(Test graphique conforme \340) showfr                           %3AI28X-Y 0400#
(grafico conformemente a) showit                                %4AI28X-Y 0400#
(pr\370veplansje inf\370lge) showjp                             %5AI28X-Y 0400#
12RN ( DIN 33872-6) show
              } if %xchart4=4

xchart4 5 eq {%xchart4=5
12TN
(9x9 Stufen) showde
(9x9 scales) showea
(; ) show
(12 Bunttonebenen) showde
(12 hue planes) showen
(12 tonos) showes                                               %2AI28X-Y 0500#
(12 teintes) showfr                                             %3AI28X-Y 0500#
(12 tintes) showit                                              %4AI28X-Y 0500#
(12 fargetone) showjp                                           %5AI28X-Y 0500#
(; ) show

(16 gleichabst\344ndige ) showde
(16 visual equidistant ) showen
(16 equidistante ) showes
(16 paliers de gris ) showfr
(16 equidistante ) showit
(16 visuelle ekvidistante ) showjp
12TI (L*) show 12RN
(-Graustufen) showde
(-grey steps) showen
( pasos de gris) showes
12TN
( \350quidistante) showfr
( grigio passi) showit
12RN
(-gr\345trinn) showjp
              } if %xchart4=5


xchart4 6 eq {%xchart4=6
12TN
(16stufiger Elementarbunttonkreis) showde
(16 step elementary hue circle) showen
(c\355rculo de tono, 16 pasos) showes                           %2AI28X-Y 0500#
(cercle de teinte, 16 paliers) showfr                           %3AI28X-Y 0500#
(cerchio delle tinte a 16 passi) showit                         %4AI28X-Y 0500#
12RN (16-trinns fargetonesirkel) showjp                         %5AI28X-Y 0500#
(; ) show
12TN
(Pr\374fvorlage nach) showde                                    %0AI28X-Y 0400#
(Test chart according to) showen                                %1AI28X-Y 0400#
(gr\341fico seg\372n a) showes                                  %2AI28X-Y 0400#
(Test graphique conforme \340) showfr                           %3AI28X-Y 0400#
(grafico conformemente a) showit                                %4AI28X-Y 0400#
(pr\370veplansje inf\370lge) showjp                             %5AI28X-Y 0400#
12RN ( DIN 33872-5) show
              } if %xchart4=6

             } if %pchart<=1

pchart 2 eq {%pchart=2
12TN (Gesehener) showde 12TI ( Y) showde 12RN (-Kontrast) showde
12TN (Viewing) showen 12TI ( Y) showen 12RN ( contrast) showen
12TI (Y) showes 12RN ( contraste visible) showes
12TI (Y) showfr 12RN ( contraste visible) showfr
12TI (Y) showit 12RN ( contrasto visibile) showit
12TN (Synlig) showjp 12TI ( Y) showjp 12RN ( kontrast) showjp

12TI ( Y) show
10TN 0 -2 rmoveto (W) show 0 2 rmoveto
12TI (:) show (Y) show
10TN 0 -2 rmoveto (N) show 0 2 rmoveto
12TN
(=) show
Ycont xchart xchartd idiv get show
(; ) show
12TI (Y) show
10TN 0 -2 rmoveto (N) show 0 2 rmoveto
12RN
(-Bereich ) showde
(-range ) showen
(-rango ) showes
(-gamme ) showfr
(-gamma ) showit
(-serien ) showjp
12TN
Yrang xchart xchartd idiv get show
         } if %pchart=2

180 MM 13.5 MM moveto
12TN
(Eingabe: ) showde                                              %0AI28X-Y 0800#
(input: ) showen                                                %1AI28X-Y 0800#
(entrada: ) showes                                              %2AI28X-Y 0800#
(entr\351e : ) showfr                                           %3AI28X-Y 0800#
(Input: ) showit                                                %4AI28X-Y 0800#
(input: ) showjp                                                %5AI28X-Y 0800#
12TI
(rgb/cmy0/000n/w set...) show

180 MM 9.5 MM moveto
12TN
(Ausgabe: ) showde                                              %0AI28X-Y 0900#
(output: ) showen                                               %1AI28X-Y 0900#
(salida: ) showes                                               %2AI28X-Y 0900#
(sortie : ) showfr                                              %3AI28X-Y 0900#
(Output: ) showit                                               %4AI28X-Y 0900#
(output: ) showjp                                               %5AI28X-Y 0900#

12RN (-) show 12TI (>rgb) show
10TN 0 -2 rmoveto
colorm 1 eq {() show} if
deintp 0 eq {(dd) show} {(de) show} ifelse
0 2 rmoveto
12TI ( setrgbcolor) show

%LSC$ (N) eq {
%(keine \334nderung) showde                                      %0AI28X-Y 1000#
%(no change) showen                                              %1AI28X-Y 1000#
%(ning\372n cambio) showes                                       %2AI28X-Y 1000#
%(aucun changement) showfr                                       %3AI28X-Y 1000#
%(nessun cambiamento) showit                                     %4AI28X-Y 1000#
%(ingen endring) showjp                                          %5AI28X-Y 1000#
%            } if

%1 setgray %start white and unvisible
LSC$ (S) eq {12TN
(Startup(S)Daten abh\344ngig) showde
(Startup (S) data dependend) showen
(Startup (S) data dependend) showes
(Startup (S) data dependend) showfr
(Startup (S) data dependend) showit
(Startup (S) data dependend) showjp
            } if

%LSC$ (F) eq {12TI (g) show
%             10TI
%             0 -2 rmoveto (P) show 0 2 rmoveto
%             12TN (=) show
%             /xchartN xchart 8 idiv def
%             /xchartP xchart xchart 8 idiv 8 mul sub def
%             /gammaNl 1 2.4 xchartN 0.18 mul sub 2.4 div div def
%             /gammaPl   2.4 xchartP 0.18 mul sub 2.4 div     def
%             gammaPl cvsshow2 (; ) show
%             12TI (g) show
%             10TI
%             0 -2 rmoveto (N) show 0 2 rmoveto
%             12TN (=) show
%             gammaNl cvsshow2
%            } if

 62 MM 198.5 MM  moveto
12RN
serverMA show (AI28/AI28) show
12TN
/xchartg where {pop (F0P) show (X) show %
                (.PDF /.PS) show}
               {(L0N) show LEX$ show %
%                (.PDF /.PS) show
               } ifelse

%1 setgray %start white and unvisible
(; ) show
LSC$ (N) eq {12RN
(Start-Ausgabe) showde                                          %0AI28X-Y 1300#
(start output) showen                                           %1AI28X-Y 1300#
(comience salida) showes                                        %2AI28X-Y 1300#
(sortie de production) showfr                                   %3AI28X-Y 1300#
(inizio dell'output) showit                                     %4AI28X-Y 1300#
(start output) showjp                                           %5AI28X-Y 1300#
           } if
LSC$ (C) eq {12RN
(Start-Ausgabe) showde                                          %0AI28X-Y 1300#
(start output) showen                                           %1AI28X-Y 1300#
(comience salida) showes                                        %2AI28X-Y 1300#
(sortie de production) showfr                                   %3AI28X-Y 1300#
(inizio dell'output) showit                                     %4AI28X-Y 1300#
(start output) showjp                                           %5AI28X-Y 1300#
           } if
LSC$ (F) eq {12RN
(3D-Linearisierung) showde                                      %0AI28X-Y 1600#
(3D-linearization) showen                                       %1AI28X-Y 1600#
(3D-linealizaci\363n) showes                                    %2AI28X-Y 1600#
12TN
(lin\351arisation 3D) showfr                                    %3AI28X-Y 1600#
(linearizzazione 3D) showit                                     %4AI28X-Y 1600#
12RN
(3D-linearisering) showjp                                       %5AI28X-Y 1600#
           } if
12TN
(, Seite ) showde                                               %0AI28X-Y 2500#
(, page ) showen                                                %1AI28X-Y 2500#
(, p\341gina ) showes                                           %2AI28X-Y 2500#
(, p\341ge ) showfr                                             %3AI28X-Y 2500#
(, pagine ) showit                                              %4AI28X-Y 2500#
(, side ) showjp                                                %5AI28X-Y 2500#
xchart xchartd idiv pchartm mul pchart add 1 add cvishow (/) show
xchartm xchartd idiv pchartm mul cvishow

 62 MM 194 MM  moveto
LSC$ (N) eq LSC$ (C) eq or {12RN
(N: Keine 3D-Linearisierung (OL) ) showde                    %0AI28X-Y 1700#
(N: no 3D-linearization (OL) ) showen                        %1AI28X-Y 1700#
(N: ninguna 3D-) showes 12TN (linealizaci\363n (OL) ) showes %2AI28X-Y 1700#
(N: aucune lin\351arisation 3D (OL) ) showfr                    %3AI28X-Y 1700#
(N: nessuna linearizzazione 3D (OL) ) showit                 %4AI28X-Y 1700#
12RN
(N: ingen 3D-linearisering (OL) ) showjp                     %5AI28X-Y 1700#

(in Datei (F) oder PS-Startup (S)) showde                    %0AI28X-Y 1800#
(in file (F) or PS-startup (S)) showen                       %1AI28X-Y 1800#
(en archivo (F) o PS-startup (S)) showes                     %2AI28X-Y 1800#
(dans fichier (F) ou PS-startup (S)) showfr                  %3AI28X-Y 1800#
(nel file (F) o PS-startup (S)) showit                       %4AI28X-Y 1800#
(i fil (F) eller PS-startup (S)) showjp                      %5AI28X-Y 1800#
           }
           {12RN LSC$ show (: ) show
(3D-Linearisierung) showde                                   %0AI28X-Y 1900#
(3D-linearization) showen                                    %1AI28X-Y 1900#
(3D-) showes 12TN (linealizaci\363n) showes                  %2AI28X-Y 1900#
(lin\351arisation 3D) showfr                                 %3AI28X-Y 1900#
(linearizzazione 3D) showit                                  %4AI28X-Y 1900#
12RN
(3D-linearisering) showjp                                    %5AI28X-Y 1900#
( AI28/AI28L) show
/xchartg where {pop (F0P) show (X) show %
                (.PDF /.PS) show}
               {(L0N) show LEX$ show %
%                (.PDF /.PS) show
               } ifelse
          } ifelse

LSC$ (F) eq {12TN
( in Datei (F)) showde                                          %0AI28X-Y 2000#
( in file (F)) showen                                           %1AI28X-Y 2000#
( en archivo (F)) showes                                        %2AI28X-Y 2000#
( dans fichier (F)) showfr                                      %3AI28X-Y 2000#
( nel file (F)) showit                                          %4AI28X-Y 2000#
( i fil (F)) showjp                                             %5AI28X-Y 2000#
           } if

LSC$ (S) eq {12TN
( im Distiller Startup (S) Directory) showde                    %0AI28X-Y 2100#
( in Distiller Startup (S) Directory) showen                    %1AI28X-Y 2100#
( en el Distiller Startup (S) Directory) showes                 %2AI28X-Y 2100#
( dans le Distiller Startup (S) Directory) showfr               %3AI28X-Y 2100#
( nel Distiller Startup (S) Directory) showit                   %4AI28X-Y 2100#
( i Distiller Startup (S) Directory) showjp                     %5AI28X-Y 2100#
           } if
LSC$ (D) eq {12RN
( in PS-Device (D)) showde                                   %0AI28X-Y 2200#
( in PS-device (D)) showen                                   %1AI28X-Y 2200#
( en el PS-device (D)) showes                                %2AI28X-Y 2200#
( dans l'appareil PS (D)) showfr                                %3AI28X-Y 2200#
( nel PS-dispositivo (D)) showit                             %4AI28X-Y 2200#
( i PS-Device (D)) showjp                                    %5AI28X-Y 2200#
           } if
LSC$ (T) eq {12TN
( im Distiller Startup (S) Directory) showde                    %0AI28X-Y 2300#
( in Distiller Startup (S) Directory) showen                    %1AI28X-Y 2300#
( en el Distiller Startup (S) Directory) showes                 %2AI28X-Y 2300#
( dans le Distiller Startup (S) Directory) showfr               %3AI28X-Y 2300#
( nel Distiller Startup (S) Directory) showit                   %4AI28X-Y 2300#
( i Distiller Startup (S) Directory) showjp                     %5AI28X-Y 2300#
           } if
LSC$ (E) eq {12RN
( in PS-Device (D)) showde                                   %0AI28X-Y 2400#
( in PS-device (D)) showen                                   %1AI28X-Y 2400#
( en el PS-device (D)) showes                                %2AI28X-Y 2400#
( dans l'appareil PS  (D)) showfr                               %3AI28X-Y 2400#
( nel PS-dispositivo (D)) showit                             %4AI28X-Y 2400#
( i PS-Device (D)) showjp                                    %5AI28X-Y 2400#
           } if
%0 setgray %end white and unvisible

 16 MM 185 MM moveto
-90 rotate
12TN
(Siehe \344hnliche Dateien: ) showde                            %0AI28X-Y 2600#
(see similar files: ) showen                                    %1AI28X-Y 2600#
(vea archivos semejantes: ) showes                              %2AI28X-Y 2600#
(voir fichiers similaires: ) showfr                             %3AI28X-Y 2600#
(vedi file simili: ) showit                                     %4AI28X-Y 2600#
(se lignende filer: ) showjp                                    %5AI28X-Y 2600#
12RN
serverMA show (AI28/AI28.HTM) show
12TN
%(0) show
%LSC$ show LEX$ show
90 rotate

 12 MM 185 MM moveto
-90 rotate
12TN
(Technische Information: ) showde                               %0AI28X-Y 2700#
(technical information: ) showen                                %1AI28X-Y 2700#
(informaci\363n t\351cnica: ) showes                            %2AI28X-Y 2700#
(informations techniques: ) showfr                              %3AI28X-Y 2700#
(informazioni tecniche: ) showit                                %4AI28X-Y 2700#
(teknisk informasjon: ) showjp
12RN
serverMC show 
( oder ) showde                                                 %0AI28X-Y 2800#
( or ) showen                                                   %1AI28X-Y 2800#
( o ) showes                                                    %2AI28X-Y 2800#
( ou ) showfr                                                   %3AI28X-Y 2800#
( o ) showit                                                    %4AI28X-Y 2800#
( eller ) showjp                                                %5AI28X-Y 2800#
serverMB show (AE.HTM) show
12TN
 90 rotate

% 12 MM 90 MM moveto
%-90 rotate
%(Version 2.1, io=1,) show
%LSC$ (N) eq {(1) show} if
%LSC$ (S) eq {(1?) show} if
%LSC$ (D) eq {(1?) show} if
%LSC$ (F) eq {i*ptrsc cvishow
%             IMES 0 eq {(, CIELAB) show}
%                       {(, CIEXYZ) show} ifelse
%            } if
% 90 rotate

281 MM 185 MM moveto
-90 rotate
12RN
(TUB-Registrierung:) showde                                     %0AI28X-Y 2900#
(TUB Registration:) showen                                      %1AI28X-Y 2900#
12TN
(TUB matr\355cula:) showes                                      %2AI28X-Y 2900#
(TUB enregistrement:) showfr                                    %3AI28X-Y 2900#
(iscrizione TUB:) showit                                        %4AI28X-Y 2900#
(TUB Registrering:) showjp                                      %5AI28X-Y 2900#
12RN ( 20190301-AI28/AI28L) show

(0) show
LSC$ show LEX$ show
90 rotate

281 MM 74 MM moveto
-90 rotate
12RN
(TUB-Material: Code=rha4ta) showde                              %0AI28X-Y 3000#
(TUB material: code=rha4ta) showen                              %1AI28X-Y 3000#
(TUB material: code=rha4ta) showes                              %2AI28X-Y 3000#
12TN
(TUB mat\351riel: code=rha4ta) showfr                           %3AI28X-Y 3000#
(TUB materiale: code=rha4ta) showit                             %4AI28X-Y 3000#
12RN
(TUB-materiell: code=rha4ta) showjp                             %5AI28X-Y 3000#
90 rotate

277 MM 185 MM moveto
-90 rotate
/cvishow {cvi 6 string cvs show} def
/cvsshow1 {10 mul cvi 0.1 mul 7 string cvs show} def
12TN
( Anwendung f\374r Messung oder Beurteilung ) showde            %0AI28X-Y 3100#
( application for measurement or viewing ) showen               %1AI28X-Y 3100#
( aplicaci\363n para la medici\363n y visualizati\363n ) showes %2AI28X-Y 3100#
( application de mesure et de visualisation ) showfr            %3AI28X-Y 3100#
( Applicatione per la misurazione e la visualizzazione ) showit %4AI28X-Y 3100#
( s\370knad om m\345ling og visning ) showjp                    %5AI28X-Y 3100#

xchart5f 0 eq {%xchart5f=0
12TN
(der Ausgabe von Display\255 und Druck\255) showde              %0AN66X-Y 3200#
(of the output on display and print) showen                     %1AN66X-Y 3200#
(de la salida en display e impresi\363n) showes                 %2AN66X-Y 3200#
(de la sortie sur affichage et impression) showfr               %3AN66X-Y 3200#
(dell'output su display e stampa) showit                        %4AN66X-Y 3200#
(av utgang p\345 display og utskrift) showjp                    %5AN66X-Y 3200#
} if %xchart5f=0

xchart5f 1 eq xchart5f 2 eq or {%xchart5f=1,2
12TN
(von Offsetdruckausgabe) showde                                 %0AI28X-Y 3300#
(of offset print output) showen                                 %1AI28X-Y 3300#
(salida en la impressi\363n offset) showes                      %2AI28X-Y 3300#
(des sorties sur offset) showfr                                 %3AI28X-Y 3300#
(output nella stampa di offset) showit                          %4AI28X-Y 3300#
(av offsettrykk output) showjp                                  %5AI28X-Y 3300#
} if %xchart5f=1,2

xchart5f 3 eq {%xchart5f=3
12TN
(von Laserdruckerausgabe) showde                                %0AI28X-Y 3400#
(of laser printer output) showen                                %1AI28X-Y 3400#
(salida de impresora l\341ser) showes                           %2AI28X-Y 3400#
(des sorties sur imprimante laser) showfr                       %3AI28X-Y 3400#
(output della stampante laser) showit                           %4AI28X-Y 3400#
(av laserprinter output) showjp                                 %5AI28X-Y 3400#
} if %xchart5f=3

%IMES 1 eq LSC$ (N) ne and { %IMES=1
%             (, Yr=) show Yre cvsshow1 (, XYZ) show
%          } if %IMES=1
90 rotate

/i0 8 def
/i1 i0 1 add def /i2 i0 2 add def /i3 i0 3 add def
0.30 MM setlinewidth
0 setgray
x i0 get MM y i0 get MM moveto x i1 get MM y i1 get MM lineto
x i2 get MM y i2 get MM lineto x i3 get MM y i3 get MM lineto
x i0 get MM y i0 get MM lineto stroke


%} if %end if pchart=0

%/xlu1 013 MM def /ylu1 010 MM def
%/xro1 283 MM def /yro1 200 MM def
%/xlo1 013 MM def /ylo1 200 MM def
%/xru1 283 MM def /yru1 010 MM def

%xlu1 4 MM sub ylu1 moveto  8 MM 0 rlineto stroke
%xlu1 ylu1 4 MM sub moveto 0  8 MM rlineto stroke
%xro1 4 MM add yro1 moveto -8 MM 0 rlineto stroke
%xro1 yro1 4 MM add moveto 0 -8 MM rlineto stroke

%xru1 4 MM sub yru1 moveto  8 MM 0 rlineto stroke
%xru1 yru1 4 MM sub moveto 0  8 MM rlineto stroke
%xlo1 4 MM add ylo1 moveto -8 MM 0 rlineto stroke
%xlo1 ylo1 4 MM add moveto 0 -8 MM rlineto stroke

%%Trailer

%%EndDocument
EndEPSF grestore gsave
                                                        
showpage
grestore

%} for %colsepf=0,1

%} for %pchartf=0,2

%} for %xchartf=0,7

%} for %xcolorf=3,3

%} for %deintpf=0,1

%} for %colormf=0,1

%} for %lanindf=0,0

%%Trailer

%line 680 %END INCLUDE TEST FILE at line 680



%%EndDocument
EndEPSFG grestore gsave

showpage
grestore

%} for %pmetamg=0,1

%} for %colsepg=0,1

%} for %pchartg=0,2

%} for %xchartg=0,7

%} for %xcolorg=3,3

%} for %deintpg=0,1

%} for %colormg=0,1

%} for %lanindg=0,0

%%Trailer


%line 709 END SECTION 3 **********