home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 February / PCWK0296.iso / sharewar / dos / inne / gs300ini / gs_sym_e.ps < prev    next >
Encoding:
Text File  |  1994-08-02  |  3.2 KB  |  82 lines

  1. %    Copyright (C) 1991, 1994 Aladdin Enterprises.  All rights reserved.
  2. % This file is part of Aladdin Ghostscript.
  3. % Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  4. % or distributor accepts any responsibility for the consequences of using it,
  5. % or for whether it serves any particular purpose or works at all, unless he
  6. % or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  7. % License (the "License") for full details.
  8. % Every copy of Aladdin Ghostscript must include a copy of the License,
  9. % normally in a plain ASCII text file named PUBLIC.  The License grants you
  10. % the right to copy, modify and redistribute Aladdin Ghostscript, but only
  11. % under certain conditions described in the License.  Among other things, the
  12. % License requires that the copyright notice and this notice be preserved on
  13. % all copies.
  14.  
  15. % Define the Symbol encoding vector.
  16. .currentglobal true .setglobal
  17. /SymbolEncoding
  18. % \000
  19.     StandardEncoding 0 32 getinterval aload pop        % /.notdef
  20. % \040
  21.     /space /exclam /universal /numbersign
  22.     /existential /percent /ampersand /suchthat
  23.     /parenleft /parenright /asteriskmath /plus
  24.     /comma /minus /period /slash
  25.     /zero /one /two /three
  26.     /four /five /six /seven
  27.     /eight /nine /colon /semicolon
  28.     /less /equal /greater /question
  29. % \100
  30.     /congruent /Alpha /Beta /Chi
  31.     /Delta /Epsilon /Phi /Gamma
  32.     /Eta /Iota /theta1 /Kappa
  33.     /Lambda /Mu /Nu /Omicron
  34.     /Pi /Theta /Rho /Sigma
  35.     /Tau /Upsilon /sigma1 /Omega
  36.     /Xi /Psi /Zeta /bracketleft
  37.     /therefore /bracketright /perpendicular /underscore
  38. % \140
  39.     /radicalex /alpha /beta /chi
  40.     /delta /epsilon /phi /gamma
  41.     /eta /iota /phi1 /kappa
  42.     /lambda /mu /nu /omicron
  43.     /pi /theta /rho /sigma
  44.     /tau /upsilon /omega1 /omega
  45.     /xi /psi /zeta /braceleft
  46.     /bar /braceright /similar /.notdef
  47. % \200
  48.     StandardEncoding 0 32 getinterval aload pop        % /.notdef
  49. % \240
  50.     /.notdef /Upsilon1 /minute /lessequal
  51.     /fraction /infinity /florin /club
  52.     /diamond /heart /spade /arrowboth
  53.     /arrowleft /arrowup /arrowright /arrowdown
  54.     /degree /plusminus /second /greaterequal
  55.     /multiply /proportional /partialdiff /bullet
  56.     /divide /notequal /equivalence /approxequal
  57.     /ellipsis /arrowvertex /arrowhorizex /carriagereturn
  58. % \300
  59.     /aleph /Ifraktur /Rfraktur /weierstrass
  60.     /circlemultiply /circleplus /emptyset /intersection
  61.     /union /propersuperset /reflexsuperset /notsubset
  62.     /propersubset /reflexsubset /element /notelement
  63.     /angle /gradient /registerserif /copyrightserif
  64.     /trademarkserif /product /radical /dotmath
  65.     /logicalnot /logicaland /logicalor /arrowdblboth
  66.     /arrowdblleft /arrowdblup /arrowdblright /arrowdbldown
  67. % \340
  68.     /lozenge /angleleft /registersans /copyrightsans
  69.     /trademarksans /summation /parenlefttp /parenleftex
  70.     /parenleftbt /bracketlefttp /bracketleftex /bracketleftbt
  71.     /bracelefttp /braceleftmid /braceleftbt /braceex
  72.     /.notdef /angleright /integral /integraltp
  73.     /integralex /integralbt /parenrighttp /parenrightex
  74.     /parenrightbt /bracketrighttp /bracketrightex /bracketrightbt
  75.     /bracerighttp /bracerightmid /bracerightbt /.notdef
  76. 256 packedarray .defineencoding
  77. 2 SymbolEncoding .registerencoding
  78. .setglobal
  79.