Initial Commit
[packages] / xemacs-packages / auctex / style / amssymb.el
1 ;;; amssymb.el --- AUCTeX style for `amssymb.sty'
2
3 ;; Copyright (C) 2012 Free Software Foundation, Inc.
4
5 ;; Author: Mads Jensen <mje@inducks.org>
6 ;; Maintainer: auctex-devel@gnu.org
7 ;; Keywords: tex
8
9 ;; This file is part of AUCTeX.
10
11 ;; AUCTeX is free software; you can redistribute it and/or modify it
12 ;; under the terms of the GNU General Public License as published by
13 ;; the Free Software Foundation; either version 3, or (at your option)
14 ;; any later version.
15
16 ;; AUCTeX is distributed in the hope that it will be useful, but
17 ;; WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
19 ;; General Public License for more details.
20
21 ;; You should have received a copy of the GNU General Public License
22 ;; along with AUCTeX; see the file COPYING.  If not, write to the Free
23 ;; Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
24 ;; 02110-1301, USA.
25
26 ;;; Commentary:
27
28 ;; This file adds support for `amssymb.sty'.
29
30 ;; The commands were just taken out of the \DeclareMathSymbol from
31 ;; amssymb.sty in the order specified there, i.e., \mathord, \mathbin,
32 ;; \mathrel
33
34 ;;; Code:
35
36 (TeX-add-style-hook
37  "amssymb"
38  (lambda ()
39    (TeX-add-symbols
40     "boxdot"
41     "boxplus"
42     "boxtimes"
43     "square"
44     "blacksquare"
45     "centerdot"
46     "lozenge"
47     "blacklozenge"
48     "circlearrowright"
49     "circlearrowleft"
50     "leftrightharpoons"
51     "boxminus"
52     "Vdash"
53     "Vvdash"
54     "vDash"
55     "twoheadrightarrow"
56     "twoheadleftarrow"
57     "leftleftarrows"
58     "rightrightarrows"
59     "upuparrows"
60     "downdownarrows"
61     "upharpoonright"
62     "downharpoonright"
63     "upharpoonleft"
64     "downharpoonleft"
65     "rightarrowtail"
66     "leftarrowtail"
67     "leftrightarrows"
68     "rightleftarrows"
69     "Lsh"
70     "Rsh"
71     "rightsquigarrow"
72     "leftrightsquigarrow"
73     "looparrowleft"
74     "looparrowright"
75     "circeq"
76     "succsim"
77     "gtrsim"
78     "gtrapprox"
79     "multimap"
80     "therefore"
81     "because"
82     "doteqdot"
83     "triangleq"
84     "precsim"
85     "lesssim"
86     "lessapprox"
87     "eqslantless"
88     "eqslantgtr"
89     "curlyeqprec"
90     "curlyeqsucc"
91     "preccurlyeq"
92     "leqq"
93     "leqslant"
94     "lessgtr"
95     "backprime"
96     "risingdotseq"
97     "fallingdotseq"
98     "succcurlyeq"
99     "geqq"
100     "geqslant"
101     "gtrless"
102     "vartriangleright"
103     "vartriangleleft"
104     "trianglerighteq"
105     "trianglelefteq"
106     "bigstar"
107     "between"
108     "blacktriangledown"
109     "blacktriangleright"
110     "blacktriangleleft"
111     "vartriangle"
112     "blacktriangle"
113     "triangledown"
114     "eqcirc"
115     "lesseqgtr"
116     "gtreqless"
117     "lesseqqgtr"
118     "gtreqqless"
119     "Rrightarrow"
120     "Lleftarrow"
121     "veebar"
122     "barwedge"
123     "doublebarwedge"
124     "measuredangle"
125     "sphericalangle"
126     "varpropto"
127     "smallsmile"
128     "smallfrown"
129     "Subset"
130     "Supset"
131     "Cup"
132     "Cap"
133     "curlywedge"
134     "curlyvee"
135     "leftthreetimes"
136     "rightthreetimes"
137     "subseteqq"
138     "supseteqq"
139     "bumpeq"
140     "Bumpeq"
141     "lll"
142     "ggg"
143     "circledS"
144     "pitchfork"
145     "dotplus"
146     "backsim"
147     "backsimeq"
148     "complement"
149     "intercal"
150     "circledcirc"
151     "circledast"
152     "circleddash"
153     "lvertneqq"
154     "gvertneqq"
155     "nleq"
156     "ngeq"
157     "nless"
158     "ngtr"
159     "nprec"
160     "nsucc"
161     "lneqq"
162     "gneqq"
163     "nleqslant"
164     "ngeqslant"
165     "lneq"
166     "gneq"
167     "npreceq"
168     "nsucceq"
169     "precnsim"
170     "succnsim"
171     "lnsim"
172     "gnsim"
173     "nleqq"
174     "ngeqq"
175     "precneqq"
176     "succneqq"
177     "precnapprox"
178     "succnapprox"
179     "lnapprox"
180     "gnapprox"
181     "nsim"
182     "ncong"
183     "diagup"
184     "diagdown"
185     "varsubsetneq"
186     "varsupsetneq"
187     "nsubseteqq"
188     "nsupseteqq"
189     "subsetneqq"
190     "supsetneqq"
191     "varsubsetneqq"
192     "varsupsetneqq"
193     "subsetneq"
194     "supsetneq"
195     "nsubseteq"
196     "nsupseteq"
197     "nparallel"
198     "nmid"
199     "nshortmid"
200     "nshortparallel"
201     "nvdash"
202     "nVdash"
203     "nvDash"
204     "nVDash"
205     "ntrianglerighteq"
206     "ntrianglelefteq"
207     "ntriangleleft"
208     "ntriangleright"
209     "nleftarrow"
210     "nrightarrow"
211     "nLeftarrow"
212     "nRightarrow"
213     "nLeftrightarrow"
214     "nleftrightarrow"
215     "divideontimes"
216     "varnothing"
217     "nexists"
218     "Finv"
219     "Game"
220     "eth"
221     "eqsim"
222     "beth"
223     "gimel"
224     "daleth"
225     "lessdot"
226     "gtrdot"
227     "ltimes"
228     "rtimes"
229     "shortmid"
230     "shortparallel"
231     "smallsetminus"
232     "thicksim"
233     "thickapprox"
234     "approxeq"
235     "succapprox"
236     "precapprox"
237     "curvearrowleft"
238     "curvearrowright"
239     "digamma"
240     "varkappa"
241     "Bbbk"
242     "hslash"
243     "backepsilon"))
244  LaTeX-dialect)
245
246 (defvar LaTeX-amssymb-package-options '("psamsfonts")
247   "Package options for the amssymb package.")
248
249 ;;; amssymb.el ends here.