home *** CD-ROM | disk | FTP | other *** search
/ jppd.dyndns.org / jppd.dyndns.org.tar / jppd.dyndns.org / QUERYPRO / Impressora_PDF / converter.exe / GPLGS / gs_sym_e.ps < prev    next >
Text File  |  2002-02-22  |  3KB  |  84 lines

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