[BACK]Return to ps_guide.ps CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot / docs / psdoc

Annotation of OpenXM_contrib/gnuplot/docs/psdoc/ps_guide.ps, Revision 1.1.1.1

1.1       maekawa     1: %!PS-Adobe-2.0
                      2: %%Creator: gnuplot, modified by Richard Crawford
                      3: %%Pages: 2
                      4: %%EndComments
                      5: /gnudict 120 dict def
                      6: gnudict begin
                      7:
                      8: % definitions for the character codes page:
                      9:
                     10: % the variable "LastColumn" determines which encoding vector is used for
                     11: % the last (right-most) column in the display
                     12: %    1 = ISO-Latin1 (also known as ISO-8859-1) for Unix
                     13: %    2 = CP 437 for MS-DOS
                     14: %    3 = CP 850 for OS/2
                     15: /LastColumn 1 def
                     16:
                     17: /reEncode { findfont dup length dict begin
                     18:             { 1 index /FID ne { def }{ pop pop } ifelse } forall
                     19:             currentdict /CharStrings known {
                     20:             CharStrings EncodingCheck known {
                     21:             /Encoding EncodingVector def } if} if
                     22:             currentdict end definefont pop } def
                     23:
                     24: /ISOLatin1 { /EncodingCheck /ydieresis def /EncodingVector ISOLatin1Encoding def } def
                     25:
                     26: /CP437 { /EncodingCheck /ydieresis def /EncodingVector [
                     27: /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
                     28: /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
                     29: /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
                     30: /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
                     31: /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
                     32: /parenleft/parenright/asterisk/plus/comma/minus/period/slash
                     33: /zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon
                     34: /less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N
                     35: /O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright
                     36: /asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m
                     37: /n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde/.notdef
                     38: /Ccedilla/udieresis/eacute/acircumflex/adieresis/agrave/aring/ccedilla
                     39: /ecircumflex/edieresis/egrave/idieresis/icircumflex/igrave/Adieresis/Aring
                     40: /Eacute/ae/AE/ocircumflex/odieresis/ograve/ucircumflex/ugrave
                     41: /ydieresis/Odieresis/Udieresis/cent/sterling/yen/.notdef/florin
                     42: /aacute/iacute/oacute/uacute/ntilde/Ntilde/ordfeminine/ordmasculine
                     43: /questiondown/.notdef/logicalnot/onehalf/onequarter/exclamdown/guillemotleft/guillemotright
                     44: /space/space/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
                     45: /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
                     46: /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
                     47: /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
                     48: /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
                     49: /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
                     50: /.notdef/germandbls/.notdef/.notdef/.notdef/.notdef/mu/.notdef
                     51: /.notdef/.notdef/.notdef/.notdef/infinity/.notdef/.notdef/.notdef
                     52: /.notdef/plusminus/greaterequal/lessequal/.notdef/.notdef/divide/.notdef
                     53: /degree/bullet/periodcentered/.notdef/nsuperior/twosuperior/.notdef
                     54: ] def } def
                     55:
                     56: /CP850 { /EncodingCheck /ydieresis def /EncodingVector [
                     57: /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
                     58: /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
                     59: /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
                     60: /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
                     61: /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
                     62: /parenleft/parenright/asterisk/plus/comma/minus/period/slash
                     63: /zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon
                     64: /less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N
                     65: /O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright
                     66: /asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m
                     67: /n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde/.notdef
                     68: /Ccedilla/udieresis/eacute/acircumflex/adieresis/agrave/aring/ccedilla
                     69: /ecircumflex/edieresis/egrave/idieresis/icircumflex/igrave/Adieresis/Aring
                     70: /Eacute/ae/AE/ocircumflex/odieresis/ograve/ucircumflex/ugrave
                     71: /ydieresis/Odieresis/Udieresis/oslash/sterling/Oslash/multiply/florin
                     72: /aacute/iacute/oacute/uacute/ntilde/Ntilde/ordfeminine/ordmasculine
                     73: /questiondown/registered/logicalnot/onehalf/onequarter/exclamdown/guillemotleft/guillemotright
                     74: /space/space/.notdef/.notdef/.notdef/Aacute/Acircumflex/Agrave
                     75: /.notdef/.notdef/.notdef/.notdef/.notdef/cent/yen/.notdef
                     76: /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/atilde/Atilde
                     77: /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/currency
                     78: /eth/Eth/Ecircumflex/Edieresis/Egrave/dotlessi/Iacute/Icircumflex
                     79: /Idieresis/.notdef/.notdef/.notdef/.notdef/brokenbar/Igrave/.notdef
                     80: /Oacute/germandbls/Ocircumflex/Ograve/otilde/Otilde/mu/thorn
                     81: /Thorn/Uacute/Ucircumflex/Ugrave/yacute/Yacute/macron/acute
                     82: /hyphen/plusminus/equal/threequarters/paragraph/section/divide/.notdef
                     83: /degree/.notdef/periodcentered/onesuperior/threesuperior/twosuperior/.notdef
                     84: ] def } def
                     85:
                     86: /Numbs [ (040) (041) (042) (043) (044) (045) (046) (047)
                     87:          (050) (051) (052) (053) (054) (055) (056) (057)
                     88:          (060) (061) (062) (063) (064) (065) (066) (067)
                     89:          (070) (071) (072) (073) (074) (075) (076) (077)
                     90:          (100) (101) (102) (103) (104) (105) (106) (107)
                     91:          (110) (111) (112) (113) (114) (115) (116) (117)
                     92:          (120) (121) (122) (123) (124) (125) (126) (127)
                     93:          (130) (131) (132) (133) (134) (135) (136) (137)
                     94:          (140) (141) (142) (143) (144) (145) (146) (147)
                     95:          (150) (151) (152) (153) (154) (155) (156) (157)
                     96:          (160) (161) (162) (163) (164) (165) (166) (167)
                     97:          (170) (171) (172) (173) (174) (175) (176)
                     98:          (220) (221) (222) (223) (224) (225) (226) (227)
                     99:          (230)       (232) (233)       (235) (236) (237)
                    100:          (240) (241) (242) (243) (244) (245) (246) (247)
                    101:          (250) (251) (252) (253) (254) (255) (256) (257)
                    102:          (260) (261) (262) (263) (264) (265) (266) (267)
                    103:          (270) (271) (272) (273) (274) (275) (276) (277)
                    104:          (300) (301) (302) (303) (304) (305) (306) (307)
                    105:          (310) (311) (312) (313) (314) (315) (316) (317)
                    106:          (320) (321) (322) (323) (324) (325) (326) (327)
                    107:          (330) (331) (332) (333) (334) (335) (336) (337)
                    108:          (340) (341) (342) (343) (344) (345) (346) (347)
                    109:          (350) (351) (352) (353) (354) (355) (356) (357)
                    110:          (360) (361) (362) (363) (364) (365) (366) (367)
                    111:          (370) (371) (372) (373) (374) (375) (376) (377) ] def
                    112: /Codes [ (\040) (\041) (\042) (\043) (\044) (\045) (\046) (\047)
                    113:          (\050) (\051) (\052) (\053) (\054) (\055) (\056) (\057)
                    114:          (\060) (\061) (\062) (\063) (\064) (\065) (\066) (\067)
                    115:          (\070) (\071) (\072) (\073) (\074) (\075) (\076) (\077)
                    116:          (\100) (\101) (\102) (\103) (\104) (\105) (\106) (\107)
                    117:          (\110) (\111) (\112) (\113) (\114) (\115) (\116) (\117)
                    118:          (\120) (\121) (\122) (\123) (\124) (\125) (\126) (\127)
                    119:          (\130) (\131) (\132) (\133) (\134) (\135) (\136) (\137)
                    120:          (\140) (\141) (\142) (\143) (\144) (\145) (\146) (\147)
                    121:          (\150) (\151) (\152) (\153) (\154) (\155) (\156) (\157)
                    122:          (\160) (\161) (\162) (\163) (\164) (\165) (\166) (\167)
                    123:          (\170) (\171) (\172) (\173) (\174) (\175) (\176)
                    124:          (\220) (\221) (\222) (\223) (\224) (\225) (\226) (\227)
                    125:          (\230)        (\232) (\233)        (\235) (\236) (\237)
                    126:          (\240) (\241) (\242) (\243) (\244) (\245) (\246) (\247)
                    127:          (\250) (\251) (\252) (\253) (\254) (\255) (\256) (\257)
                    128:          (\260) (\261) (\262) (\263) (\264) (\265) (\266) (\267)
                    129:          (\270) (\271) (\272) (\273) (\274) (\275) (\276) (\277)
                    130:          (\300) (\301) (\302) (\303) (\304) (\305) (\306) (\307)
                    131:          (\310) (\311) (\312) (\313) (\314) (\315) (\316) (\317)
                    132:          (\320) (\321) (\322) (\323) (\324) (\325) (\326) (\327)
                    133:          (\330) (\331) (\332) (\333) (\334) (\335) (\336) (\337)
                    134:          (\340) (\341) (\342) (\343) (\344) (\345) (\346) (\347)
                    135:          (\350) (\351) (\352) (\353) (\354) (\355) (\356) (\357)
                    136:          (\360) (\361) (\362) (\363) (\364) (\365) (\366) (\367)
                    137:          (\370) (\371) (\372) (\373) (\374) (\375) (\376) (\377) ] def
                    138: /Doit { 0 1 204 { /Ind exch def                   % stores the index
                    139:                  /Col Ind 41 idiv def            % column number
                    140:                  /Row Ind Col 41 mul sub def     % row number
                    141:                  Col 1.60 mul dX add Row -.225 mul moveto
                    142:                  Sym Ind get show
                    143:       } for } def
                    144:
                    145: % definitions for the enhanced syntax page:
                    146:
                    147: /Color false def
                    148: /Solid false def
                    149: /gnulinewidth 5.000 def
                    150: /vshift -40 def
                    151: /M {moveto} bind def
                    152: /L {lineto} bind def
                    153: /R {rmoveto} bind def
                    154: /V {rlineto} bind def
                    155: /Lshow { currentpoint stroke M
                    156:   0 vshift R show } def
                    157: /Rshow { currentpoint stroke M
                    158:   dup stringwidth pop neg vshift R show } def
                    159: /Cshow { currentpoint stroke M
                    160:   dup stringwidth pop -2 div vshift R show } def
                    161: /DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
                    162:  {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
                    163: /MFshow {{dup dup 0 get findfont exch 1 get scalefont setfont
                    164:      [ currentpoint ] exch dup 2 get 0 exch rmoveto dup dup 5 get exch 4 get
                    165:      {show} {stringwidth pop 0 rmoveto}ifelse dup 3 get
                    166:      {2 get neg 0 exch rmoveto pop} {pop aload pop moveto}ifelse} forall} bind def
                    167: /MFwidth {0 exch {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont
                    168:       5 get stringwidth pop add}
                    169:     {pop} ifelse} forall} bind def
                    170: /MLshow { currentpoint stroke M
                    171:   0 exch R MFshow } bind def
                    172: /MRshow { currentpoint stroke M
                    173:   exch dup MFwidth neg 3 -1 roll R MFshow } def
                    174: /MCshow { currentpoint stroke M
                    175:   exch dup MFwidth -2 div 3 -1 roll R MFshow } def
                    176:
                    177: end
                    178: %%EndProlog
                    179: %%Page: 1
                    180: gnudict begin
                    181: gsave
                    182: 50 50 translate
                    183: 0.100 0.100 scale
                    184: 0 setgray
                    185: newpath
                    186: (Times-Roman) findfont 120 scalefont setfont
                    187: gnulinewidth 2 mul setlinewidth [] 0 0 0 DL
                    188: 2525 7080 M
                    189: [ [(Times-Roman) 160.0 0.0 true true (Syntax for )]
                    190: [(Times-Bold) 160.0 0.0 true true (postscript enhanced)]
                    191: [(Times-Roman) 160.0 0.0 true true ( option)]
                    192: ] -53.3 MCshow
                    193: 2525 6804 M
                    194: [ [(Times-Bold) 120.0 0.0 true true (enhpost)]
                    195: [(Times-Roman) 120.0 0.0 true true ( is the product of David Denholm and Matt Heffron.)]
                    196: ] -40.0 MCshow
                    197: 2525 6597 M
                    198: [ [(Times-Roman) 120.0 0.0 true true (This guide is the product of Dick Crawford.)]
                    199: ] -40.0 MCshow
                    200: 3679 6321 M
                    201: [ [(Times-Roman) 120.0 0.0 true true (text)]
                    202: ] -40.0 MCshow
                    203: 4602 6321 M
                    204: [ [(Times-Roman) 120.0 0.0 true true (result)]
                    205: ] -40.0 MCshow
                    206: 2755 6045 M
                    207: [ [(Times-Roman) 120.0 0.0 true true (Superscripts are denoted by ^:)]
                    208: ] -40.0 MRshow
                    209: 3679 6045 M
                    210: [ [(Times-Roman) 120.0 0.0 true true ('10^{-2}')]
                    211: ] -40.0 MCshow
                    212: 4602 6045 M
                    213: [ [(Times-Roman) 120.0 0.0 true true (10)]
                    214: [(Times-Roman) 96.0 60.0 true true (-2)]
                    215: ] -52.0 MCshow
                    216: 2755 5838 M
                    217: [ [(Times-Roman) 120.0 0.0 true true (Subscripts are denoted by _:)]
                    218: ] -40.0 MRshow
                    219: 3679 5838 M
                    220: [ [(Times-Roman) 120.0 0.0 true true ('A_{j,k}')]
                    221: ] -40.0 MCshow
                    222: 4602 5838 M
                    223: [ [(Times-Roman) 120.0 0.0 true true (A)]
                    224: [(Times-Roman) 96.0 -36.0 true true (j,k)]
                    225: ] -28.0 MCshow
                    226: 2755 5631 M
                    227: [ [(Times-Roman) 120.0 0.0 true true (Braces are not needed for single characters:)]
                    228: ] -40.0 MRshow
                    229: 3679 5631 M
                    230: [ [(Times-Roman) 120.0 0.0 true true ('e^x')]
                    231: ] -40.0 MCshow
                    232: 4602 5631 M
                    233: [ [(Times-Roman) 120.0 0.0 true true (e)]
                    234: [(Times-Roman) 96.0 60.0 true true (x)]
                    235: ] -52.0 MCshow
                    236: 2755 5286 M
                    237: [ [(Times-Roman) 120.0 0.0 true true (Use @ to align sub- and superscripts:)]
                    238: ] -40.0 MRshow
                    239: 3679 5286 M
                    240: [ [(Times-Roman) 120.0 0.0 true true ('x@^2_k')]
                    241: ] -40.0 MCshow
                    242: 4602 5286 M
                    243: [ [(Times-Roman) 120.0 0.0 true true (x)]
                    244: [(Times-Roman) 96.0 60.0 false true (2)]
                    245: [(Times-Roman) 96.0 -36.0 true true (k)]
                    246: ] -40.0 MCshow
                    247: 2755 5079 M
                    248: [ [(Times-Roman) 120.0 0.0 true true (Put the shorter of the two first:)]
                    249: ] -40.0 MRshow
                    250: 3679 5079 M
                    251: [ [(Times-Roman) 120.0 0.0 true true ('x@_0^{-3/2}y')]
                    252: ] -40.0 MCshow
                    253: 4602 5079 M
                    254: [ [(Times-Roman) 120.0 0.0 true true (x)]
                    255: [(Times-Roman) 96.0 -36.0 false true (0)]
                    256: [(Times-Roman) 96.0 60.0 true true (-3/2)]
                    257: [(Times-Roman) 120.0 0.0 true true (y)]
                    258: ] -40.0 MCshow
                    259: 2755 4872 M
                    260: [ [(Times-Roman) 120.0 0.0 true true (...rather than:)]
                    261: ] -40.0 MRshow
                    262: 3679 4872 M
                    263: [ [(Times-Roman) 120.0 0.0 true true ('x@^{-3/2}_0y')]
                    264: ] -40.0 MCshow
                    265: 4602 4872 M
                    266: [ [(Times-Roman) 120.0 0.0 true true (x)]
                    267: [(Times-Roman) 96.0 60.0 false true (-3/2)]
                    268: [(Times-Roman) 96.0 -36.0 true true (0)]
                    269: [(Times-Roman) 120.0 0.0 true true (y)]
                    270: ] -40.0 MCshow
                    271: 2755 4527 M
                    272: [ [(Times-Roman) 120.0 0.0 true true (Font changes are enclosed in braces:)]
                    273: ] -40.0 MRshow
                    274: 3679 4527 M
                    275: [ [(Times-Roman) 120.0 0.0 true true ('{/Helvetica m}')]
                    276: ] -40.0 MCshow
                    277: 4602 4527 M
                    278: [ [(Helvetica) 120.0 0.0 true true (m)]
                    279: ] -40.0 MCshow
                    280: 2755 4320 M
                    281: [ [(Times-Roman) 120.0 0.0 true true (...size, too:)]
                    282: ] -40.0 MRshow
                    283: 3679 4320 M
                    284: [ [(Times-Roman) 120.0 0.0 true true ('{/=8 m}')]
                    285: ] -40.0 MCshow
                    286: 4602 4320 M
                    287: [ [(Times-Roman) 80.0 0.0 true true (m)]
                    288: ] -40.0 MCshow
                    289: 2755 4113 M
                    290: [ [(Times-Roman) 120.0 0.0 true true (...or both:)]
                    291: ] -40.0 MRshow
                    292: 3679 4113 M
                    293: [ [(Times-Roman) 120.0 0.0 true true ('{/Helvetica=18 m}')]
                    294: ] -40.0 MCshow
                    295: 4602 4113 M
                    296: [ [(Helvetica) 180.0 0.0 true true (m)]
                    297: ] -60.0 MCshow
                    298: 2755 3768 M
                    299: [ [(Times-Roman) 120.0 0.0 true true (Characters can be specified by code:)]
                    300: ] -40.0 MRshow
                    301: 3679 3768 M
                    302: [ [(Times-Roman) 120.0 0.0 true true ('{\\120}')]
                    303: ] -40.0 MCshow
                    304: 4602 3768 M
                    305: [ [(Times-Roman) 120.0 0.0 true true (\120)]
                    306: ] -40.0 MCshow
                    307: 2755 3562 M
                    308: [ [(Times-Roman) 120.0 0.0 true true (...which is how to get nonkeyboard characters:)]
                    309: ] -40.0 MRshow
                    310: 3679 3562 M
                    311: [ [(Times-Roman) 120.0 0.0 true true ('{\\267}')]
                    312: ] -40.0 MCshow
                    313: 4602 3562 M
                    314: [ [(Times-Roman) 120.0 0.0 true true (\267)]
                    315: ] -40.0 MCshow
                    316: 2755 3355 M
                    317: [ [(Times-Roman) 120.0 0.0 true true (Use keyboard characters or codes for other fonts:)]
                    318: ] -40.0 MRshow
                    319: 3679 3355 M
                    320: [ [(Times-Roman) 120.0 0.0 true true ('{/Symbol p\\271 22/7}')]
                    321: ] -40.0 MCshow
                    322: 4602 3355 M
                    323: [ [(Symbol) 120.0 0.0 true true (p\271 22/7)]
                    324: ] -40.0 MCshow
                    325: 2755 3010 M
                    326: [ [(Times-Roman) 120.0 0.0 true true (Everything outside braces is in the default font:)]
                    327: ] -40.0 MRshow
                    328: 3679 3010 M
                    329: [ [(Times-Roman) 120.0 0.0 true true ('P = {/Symbol r}kT')]
                    330: ] -40.0 MCshow
                    331: 4602 3010 M
                    332: [ [(Times-Roman) 120.0 0.0 true true (P = )]
                    333: [(Symbol) 120.0 0.0 true true (r)]
                    334: [(Times-Roman) 120.0 0.0 true true (kT)]
                    335: ] -40.0 MCshow
                    336: 2755 2665 M
                    337: [ [(Times-Roman) 120.0 0.0 true true (Space of a given size can be inserted with &:)]
                    338: ] -40.0 MRshow
                    339: 3679 2665 M
                    340: [ [(Times-Roman) 120.0 0.0 true true ('<junk>')]
                    341: ] -40.0 MCshow
                    342: 4602 2665 M
                    343: [ [(Times-Roman) 120.0 0.0 true true (<junk>)]
                    344: ] -40.0 MCshow
                    345: 3679 2458 M
                    346: [ [(Times-Roman) 120.0 0.0 true true ('<&{junk}>')]
                    347: ] -40.0 MCshow
                    348: 4602 2458 M
                    349: [ [(Times-Roman) 120.0 0.0 true true (<)]
                    350: [(Times-Roman) 120.0 0.0 true false (junk)]
                    351: [(Times-Roman) 120.0 0.0 true true (>)]
                    352: ] -40.0 MCshow
                    353: 2755 2113 M
                    354: [ [(Times-Roman) 120.0 0.0 true true (Special characters \(^,_,{,},@,&,\\\) can be escaped by \\:)]
                    355: ] -40.0 MRshow
                    356: 3679 2113 M
                    357: [ [(Times-Roman) 120.0 0.0 true true ('f\\{x,y\\}')]
                    358: ] -40.0 MCshow
                    359: 4602 2113 M
                    360: [ [(Times-Roman) 120.0 0.0 true true (f{x,y})]
                    361: ] -40.0 MCshow
                    362: 2755 1906 M
                    363: [ [(Times-Roman) 120.0 0.0 true true (...or \\\\ if within a double-quoted string:)]
                    364: ] -40.0 MRshow
                    365: 3679 1906 M
                    366: [ [(Times-Roman) 120.0 0.0 true true ("f\\\\{x,y\\\\}")]
                    367: ] -40.0 MCshow
                    368: 4602 1906 M
                    369: [ [(Times-Roman) 120.0 0.0 true true (f{x,y})]
                    370: ] -40.0 MCshow
                    371: 216 1630 M
                    372: [ [(Times-Roman) 120.0 0.0 true true (Everything can be done recursively:)]
                    373: ] -40.0 MLshow
                    374: 216 1423 M
                    375: [ [(Times-Roman) 120.0 0.0 true true (the text)]
                    376: ] -40.0 MLshow
                    377: 2755 1423 M
                    378: [ [(Times-Roman) 120.0 0.0 true true ('{/Symbol=18 \\362@_{/=9.6 0}^{/=12 \\245}})]
                    379: ] -40.0 MCshow
                    380: 2755 1216 M
                    381: [ [(Times-Roman) 120.0 0.0 true true ({/Helvetica e^{-{/Symbol m}^2/2} d}{/Symbol m = \(p/2\)^{1/2}}')]
                    382: ] -40.0 MCshow
                    383: 216 1009 M
                    384: [ [(Times-Roman) 120.0 0.0 true true (produces the result:)]
                    385: ] -40.0 MLshow
                    386: 2755 1009 M
                    387: [ [(Symbol) 180.0 0.0 true true (\362)]
                    388: [(Symbol) 96.0 -54.0 false true (0)]
                    389: [(Symbol) 120.0 90.0 true true (\245)]
                    390: [(Helvetica) 120.0 0.0 true true (e)]
                    391: [(Helvetica) 96.0 60.0 true true (-)]
                    392: [(Symbol) 96.0 60.0 true true (m)]
                    393: [(Helvetica) 76.8 108.0 true true (2)]
                    394: [(Helvetica) 96.0 60.0 true true (/2)]
                    395: [(Helvetica) 120.0 0.0 true true ( d)]
                    396: [(Symbol) 120.0 0.0 true true (m = \(p/2\))]
                    397: [(Symbol) 96.0 60.0 true true (1/2)]
                    398: ] -60.0 MCshow
                    399: 216 802 M
                    400: [ [(Times-Roman) 120.0 0.0 true true (Note how font sizes and definitions are preserved across pairs of braces.)]
                    401: ] -40.0 MLshow
                    402: 216 388 M
                    403: [ [(Times-Roman) 120.0 0.0 true true (The default font for this page is /Times-Roman=12.  These and other options may be changed)]
                    404: ] -40.0 MLshow
                    405: 216 250 M
                    406: [ [(Times-Roman) 120.0 0.0 true true (on the command )]
                    407: [(Times-Bold) 120.0 0.0 true true (set terminal postscript)]
                    408: [(Times-Roman) 120.0 0.0 true true (.  See the manual or )]
                    409: [(Times-Bold) 120.0 0.0 true true (help postscript)]
                    410: [(Times-Roman) 120.0 0.0 true true ( for details.)]
                    411: ] -40.0 MLshow
                    412: gnulinewidth setlinewidth [] 0 1 0 DL
                    413: stroke
                    414: showpage grestore
                    415:
                    416: %%Page: 2
                    417: % Character code page
                    418:
                    419: gsave
                    420: 72 72 scale 1.0 10.5 translate 0 0 moveto
                    421: /Times-Roman findfont .225 scalefont setfont
                    422: /Title (PostScript Character Codes) def
                    423: Title stringwidth pop -2 div
                    424: 3.2 add 0 rmoveto Title show
                    425: /Times-Roman findfont .20 scalefont setfont
                    426: 0 -.25 translate 0 0 moveto
                    427: /Extra LastColumn 1 eq {(ISO Latin-1)} if
                    428:        LastColumn 2 eq {(CP437)} if
                    429:        LastColumn 3 eq {(CP850)} if def
                    430: /H (T = text (here Times-Roman)    S = Symbol    Z = ZapfDingbats    E = ) def
                    431: H stringwidth pop Extra stringwidth pop add
                    432: ( encoding) stringwidth pop add -2 div
                    433: 3.2 add 0 rmoveto H show Extra show ( encoding) show
                    434: /H ((the "E" character set is accessed via an option on "set encoding" )) def
                    435: H stringwidth pop -2 div 3.2 add -.20 moveto H show
                    436: -.6 -.5 translate
                    437: 0 1 4 { 1.60 mul /X0 exch def X0 .375 add 0 moveto (T) show
                    438:         X0 .625 add 0 moveto (S) show X0 .875 add 0 moveto
                    439:         (Z) show  X0 1.125 add 0 moveto (E) show } for
                    440: 0 -.25 translate
                    441: % first subcolumn: ACSII code
                    442: /Times-Roman findfont .175 scalefont setfont
                    443: /dX 0 def          % subcolumn offset
                    444: /Sym Numbs def     % item to be printed
                    445: Doit
                    446: % second subcolumn: Times-Roman
                    447: /Times-Roman findfont .175 scalefont setfont
                    448: /dX .375 def       % subcolumn offset
                    449: /Sym Codes def     % item to be printed
                    450: Doit
                    451: % third subcolumn: Symbol
                    452: /Symbol findfont .175 scalefont setfont
                    453: /dX .625 def       % subcolumn offset
                    454: /Sym Codes def     % item to be printed
                    455: Doit
                    456: % fourth subcolumn: ZapfDingbats
                    457: /ZapfDingbats findfont .175 scalefont setfont
                    458: /dX .875 def       % subcolumn offset
                    459: /Sym Codes def     % item to be printed
                    460: Doit
                    461: % fifth subcolumn: selected by "LastColumn"
                    462: LastColumn 1 eq { % Times-Roman with ISO Latin-1 encoding
                    463:                   /TRISOL1 ISOLatin1 /Times-Roman reEncode
                    464:                   /TRISOL1 findfont .175 scalefont setfont } if
                    465: LastColumn 2 eq { % subcolumn: Times-Roman with CP 437 encoding
                    466:                   /TRCP437 CP437 /Times-Roman reEncode
                    467:                   /TRCP437 findfont .175 scalefont setfont } if
                    468: LastColumn 3 eq { % Times-Roman with CP 850 encoding
                    469:                   /TRCP850 CP850 /Times-Roman reEncode
                    470:                   /TRCP850 findfont .175 scalefont setfont } if
                    471: /dX 1.125 def      % subcolumn offset
                    472: /Sym Codes def     % item to be printed
                    473: Doit
                    474: showpage
                    475: grestore end

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>