]> git.lizzy.rs Git - plan9front.git/blob - sys/lib/ghostscript/gs_sym_e.ps
git: better handling of absolute paths, regex metachars
[plan9front.git] / sys / lib / ghostscript / gs_sym_e.ps
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
16 % $Id: gs_sym_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
17 % Define the Symbol encoding vector.
18 /currentglobal where
19  { pop currentglobal { setglobal } true setglobal }
20  { { } }
21 ifelse
22 /SymbolEncoding
23 % \000
24     StandardEncoding 0 32 getinterval aload pop         % /.notdef
25 % \040
26     /space /exclam /universal /numbersign
27         /existential /percent /ampersand /suchthat
28     /parenleft /parenright /asteriskmath /plus
29         /comma /minus /period /slash
30     /zero /one /two /three
31         /four /five /six /seven
32     /eight /nine /colon /semicolon
33         /less /equal /greater /question
34 % \100
35     /congruent /Alpha /Beta /Chi
36         /Delta /Epsilon /Phi /Gamma
37     /Eta /Iota /theta1 /Kappa
38         /Lambda /Mu /Nu /Omicron
39     /Pi /Theta /Rho /Sigma
40         /Tau /Upsilon /sigma1 /Omega
41     /Xi /Psi /Zeta /bracketleft
42         /therefore /bracketright /perpendicular /underscore
43 % \140
44     /radicalex /alpha /beta /chi
45         /delta /epsilon /phi /gamma
46     /eta /iota /phi1 /kappa
47         /lambda /mu /nu /omicron
48     /pi /theta /rho /sigma
49         /tau /upsilon /omega1 /omega
50     /xi /psi /zeta /braceleft
51         /bar /braceright /similar /.notdef
52 % \200
53     StandardEncoding 0 32 getinterval aload pop         % /.notdef
54 % \240
55     /Euro /Upsilon1 /minute /lessequal
56         /fraction /infinity /florin /club
57     /diamond /heart /spade /arrowboth
58         /arrowleft /arrowup /arrowright /arrowdown
59     /degree /plusminus /second /greaterequal
60         /multiply /proportional /partialdiff /bullet
61     /divide /notequal /equivalence /approxequal
62         /ellipsis /arrowvertex /arrowhorizex /carriagereturn
63 % \300
64     /aleph /Ifraktur /Rfraktur /weierstrass
65         /circlemultiply /circleplus /emptyset /intersection
66     /union /propersuperset /reflexsuperset /notsubset
67         /propersubset /reflexsubset /element /notelement
68     /angle /gradient /registerserif /copyrightserif
69         /trademarkserif /product /radical /dotmath
70     /logicalnot /logicaland /logicalor /arrowdblboth
71         /arrowdblleft /arrowdblup /arrowdblright /arrowdbldown
72 % \340
73     /lozenge /angleleft /registersans /copyrightsans
74         /trademarksans /summation /parenlefttp /parenleftex
75     /parenleftbt /bracketlefttp /bracketleftex /bracketleftbt
76         /bracelefttp /braceleftmid /braceleftbt /braceex
77     /.notdef /angleright /integral /integraltp
78         /integralex /integralbt /parenrighttp /parenrightex
79     /parenrightbt /bracketrighttp /bracketrightex /bracketrightbt
80         /bracerighttp /bracerightmid /bracerightbt /.notdef
81 256 packedarray .defineencoding
82 2 SymbolEncoding .registerencoding
83 exec