You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

82 lines
3.0 KiB

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