diff options
author | Staszek Wawrykiewicz <staw@gust.org.pl> | 2006-12-18 03:20:19 +0000 |
---|---|---|
committer | Staszek Wawrykiewicz <staw@gust.org.pl> | 2006-12-18 03:20:19 +0000 |
commit | 34c11d2616bb32772199abf210ae88d99665a824 (patch) | |
tree | b95fbfb76fcefd0ab1ca96dc631e2657a894ad6d /Master/xemtex/gslib/gs_sym_e.ps | |
parent | b0ccdf9e931213c59344f3c097608e04721149b1 (diff) |
xemtex deleted
git-svn-id: svn://tug.org/texlive/trunk@2777 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/xemtex/gslib/gs_sym_e.ps')
-rw-r--r-- | Master/xemtex/gslib/gs_sym_e.ps | 84 |
1 files changed, 0 insertions, 84 deletions
diff --git a/Master/xemtex/gslib/gs_sym_e.ps b/Master/xemtex/gslib/gs_sym_e.ps deleted file mode 100644 index 75581831f5a..00000000000 --- a/Master/xemtex/gslib/gs_sym_e.ps +++ /dev/null @@ -1,84 +0,0 @@ -% Copyright (C) 1991, 1994, 1998, 1999 Aladdin Enterprises. All rights reserved. -% -% This program is free software; you can redistribute it and/or modify it -% under the terms of the GNU General Public License as published by the -% Free Software Foundation; either version 2 of the License, or (at your -% option) any later version. -% -% This program is distributed in the hope that it will be useful, but -% WITHOUT ANY WARRANTY; without even the implied warranty of -% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General -% Public License for more details. -% -% You should have received a copy of the GNU General Public License along -% with this program; if not, write to the Free Software Foundation, Inc., -% 59 Temple Place, Suite 330, Boston, MA, 02111-1307. - -% $Id: gs_sym_e.ps,v 1.2.6.1.2.1 2003/04/12 14:02:38 giles Exp $ -% Define the Symbol encoding vector. -/currentglobal where - { pop currentglobal { setglobal } true setglobal } - { { } } -ifelse -/SymbolEncoding -% \000 - StandardEncoding 0 32 getinterval aload pop % /.notdef -% \040 - /space /exclam /universal /numbersign - /existential /percent /ampersand /suchthat - /parenleft /parenright /asteriskmath /plus - /comma /minus /period /slash - /zero /one /two /three - /four /five /six /seven - /eight /nine /colon /semicolon - /less /equal /greater /question -% \100 - /congruent /Alpha /Beta /Chi - /Delta /Epsilon /Phi /Gamma - /Eta /Iota /theta1 /Kappa - /Lambda /Mu /Nu /Omicron - /Pi /Theta /Rho /Sigma - /Tau /Upsilon /sigma1 /Omega - /Xi /Psi /Zeta /bracketleft - /therefore /bracketright /perpendicular /underscore -% \140 - /radicalex /alpha /beta /chi - /delta /epsilon /phi /gamma - /eta /iota /phi1 /kappa - /lambda /mu /nu /omicron - /pi /theta /rho /sigma - /tau /upsilon /omega1 /omega - /xi /psi /zeta /braceleft - /bar /braceright /similar /.notdef -% \200 - StandardEncoding 0 32 getinterval aload pop % /.notdef -% \240 - /Euro /Upsilon1 /minute /lessequal - /fraction /infinity /florin /club - /diamond /heart /spade /arrowboth - /arrowleft /arrowup /arrowright /arrowdown - /degree /plusminus /second /greaterequal - /multiply /proportional /partialdiff /bullet - /divide /notequal /equivalence /approxequal - /ellipsis /arrowvertex /arrowhorizex /carriagereturn -% \300 - /aleph /Ifraktur /Rfraktur /weierstrass - /circlemultiply /circleplus /emptyset /intersection - /union /propersuperset /reflexsuperset /notsubset - /propersubset /reflexsubset /element /notelement - /angle /gradient /registerserif /copyrightserif - /trademarkserif /product /radical /dotmath - /logicalnot /logicaland /logicalor /arrowdblboth - /arrowdblleft /arrowdblup /arrowdblright /arrowdbldown -% \340 - /lozenge /angleleft /registersans /copyrightsans - /trademarksans /summation /parenlefttp /parenleftex - /parenleftbt /bracketlefttp /bracketleftex /bracketleftbt - /bracelefttp /braceleftmid /braceleftbt /braceex - /.notdef /angleright /integral /integraltp - /integralex /integralbt /parenrighttp /parenrightex - /parenrightbt /bracketrighttp /bracketrightex /bracketrightbt - /bracerighttp /bracerightmid /bracerightbt /.notdef -256 packedarray .defineencoding -2 SymbolEncoding .registerencoding -exec |