gs_sym_e.ps 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. % Copyright (C) 1991, 1994, 1998, 1999 Aladdin Enterprises. All rights reserved.
  2. %
  3. % This software is provided AS-IS with no warranty, either express or
  4. % implied.
  5. %
  6. % This software is distributed under license and may not be copied,
  7. % modified or distributed except as expressly authorized under the terms
  8. % of the license contained in the file LICENSE in this distribution.
  9. %
  10. % For more information about licensing, please refer to
  11. % http://www.ghostscript.com/licensing/. For information on
  12. % commercial licensing, go to http://www.artifex.com/licensing/ or
  13. % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
  14. % San Rafael, CA 94903, U.S.A., +1(415)492-9861.
  15. % $Id: gs_sym_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
  16. % Define the Symbol encoding vector.
  17. /currentglobal where
  18. { pop currentglobal { setglobal } true setglobal }
  19. { { } }
  20. ifelse
  21. /SymbolEncoding
  22. % \000
  23. StandardEncoding 0 32 getinterval aload pop % /.notdef
  24. % \040
  25. /space /exclam /universal /numbersign
  26. /existential /percent /ampersand /suchthat
  27. /parenleft /parenright /asteriskmath /plus
  28. /comma /minus /period /slash
  29. /zero /one /two /three
  30. /four /five /six /seven
  31. /eight /nine /colon /semicolon
  32. /less /equal /greater /question
  33. % \100
  34. /congruent /Alpha /Beta /Chi
  35. /Delta /Epsilon /Phi /Gamma
  36. /Eta /Iota /theta1 /Kappa
  37. /Lambda /Mu /Nu /Omicron
  38. /Pi /Theta /Rho /Sigma
  39. /Tau /Upsilon /sigma1 /Omega
  40. /Xi /Psi /Zeta /bracketleft
  41. /therefore /bracketright /perpendicular /underscore
  42. % \140
  43. /radicalex /alpha /beta /chi
  44. /delta /epsilon /phi /gamma
  45. /eta /iota /phi1 /kappa
  46. /lambda /mu /nu /omicron
  47. /pi /theta /rho /sigma
  48. /tau /upsilon /omega1 /omega
  49. /xi /psi /zeta /braceleft
  50. /bar /braceright /similar /.notdef
  51. % \200
  52. StandardEncoding 0 32 getinterval aload pop % /.notdef
  53. % \240
  54. /Euro /Upsilon1 /minute /lessequal
  55. /fraction /infinity /florin /club
  56. /diamond /heart /spade /arrowboth
  57. /arrowleft /arrowup /arrowright /arrowdown
  58. /degree /plusminus /second /greaterequal
  59. /multiply /proportional /partialdiff /bullet
  60. /divide /notequal /equivalence /approxequal
  61. /ellipsis /arrowvertex /arrowhorizex /carriagereturn
  62. % \300
  63. /aleph /Ifraktur /Rfraktur /weierstrass
  64. /circlemultiply /circleplus /emptyset /intersection
  65. /union /propersuperset /reflexsuperset /notsubset
  66. /propersubset /reflexsubset /element /notelement
  67. /angle /gradient /registerserif /copyrightserif
  68. /trademarkserif /product /radical /dotmath
  69. /logicalnot /logicaland /logicalor /arrowdblboth
  70. /arrowdblleft /arrowdblup /arrowdblright /arrowdbldown
  71. % \340
  72. /lozenge /angleleft /registersans /copyrightsans
  73. /trademarksans /summation /parenlefttp /parenleftex
  74. /parenleftbt /bracketlefttp /bracketleftex /bracketleftbt
  75. /bracelefttp /braceleftmid /braceleftbt /braceex
  76. /.notdef /angleright /integral /integraltp
  77. /integralex /integralbt /parenrighttp /parenrightex
  78. /parenrightbt /bracketrighttp /bracketrightex /bracketrightbt
  79. /bracerighttp /bracerightmid /bracerightbt /.notdef
  80. 256 packedarray .defineencoding
  81. 2 SymbolEncoding .registerencoding
  82. exec