gs_sym_e.ps 3.2 KB

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