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