]> git.lyx.org Git - lyx.git/blob - lib/symbols
Add mathscr and mathds to math type table
[lyx.git] / lib / symbols
1 #
2 # things supported by real insets in mathed
3 #
4 #
5 # The syntax of lib/symbols is very ad hoc.
6 # There are several possible formats of a line, which are quite different.
7 #
8 # Note for \def: The definition is not used in LaTeX output, but for screen
9 # display. Therefore you may use a definition that is only approximately
10 # correct if no accurate representation is possible (e.g. \HF vs. \approx).
11 # Note that the first argument of \def must not uses braces, and the second
12 # must use braces.
13 #
14 # syntax: Either
15 # \def\macroname{definition}
16 # or
17 # \def\macroname{definition} requires
18 # or
19 # \def\macroname{definition} extra xmlname
20 # or
21 # \def\macroname{definition} extra xmlname requires
22 #
23 # ("" for empty strings is not supported. One would have to use x for fields
24 # that are not set.)
25 #
26 # If you put any symbol with a requirement inside an iffont clause, you
27 # must put an alternative definition with the same requirement in the
28 # corresponding else clause. Otherwise the LaTeX output would depend on the
29 # availability of the font. This usually no problem in GUI mode, since all
30 # fonts are shipped with LyX, but in command line mode no font is available
31 # at all.
32 #
33 # New symbols for font packages may be created using
34 # development/tools/generate_symbols_list.py (but may require manual fixes
35 # as well).
36
37 # decorations
38 acute               decoration none
39 bar                 decoration none
40 breve               decoration none
41 check               decoration none
42 ddddot              decoration none       amsmath
43 dddot               decoration none       amsmath
44 ddot                decoration none
45 dot                 decoration none
46 grave               decoration none
47 hat                 decoration none
48 mathring            decoration none
49 overbrace           decoration none
50 overleftarrow       decoration none
51 overleftrightarrow  decoration none       amsmath
52 overline            decoration none
53 overrightarrow      decoration none
54 tilde               decoration none
55 underbar            decoration none
56 underbrace          decoration none
57 underleftarrow      decoration none       amsmath
58 underleftrightarrow decoration none       amsmath
59 underline           decoration none
60 underrightarrow     decoration none       amsmath
61 #Do not load automatically, it redefines some other symbols, and we don't
62 #have a possibility to turn automatic loading off like for ams
63 #undertilde          decoration none       accents
64 undertilde          decoration none       hiddensymbol
65 utilde              decoration none       undertilde
66 vec                 decoration none
67 widehat             decoration none
68 widetilde           decoration none
69
70 # dots
71 dots              dots        none
72 #Do not load automatically, it redefines some other symbols, and we don't
73 #have a possibility to turn automatic loading off like for ams
74 #adots             dots        none        yhmath
75 adots             dots        none        hiddensymbol
76 cdots             dots        none
77 ddots             dots        none
78 dotsb             dots        none        amsmath
79 dotsc             dots        none        amsmath
80 dotsi             dots        none        amsmath
81 dotsm             dots        none        amsmath
82 dotso             dots        none        amsmath
83 iddots            dots        none        mathdots
84 ldots             dots        none
85 vdots             dots        none
86
87 # big delimiters
88 big               big         none
89 bigl              big         none
90 bigm              big         none
91 bigr              big         none
92 Big               big         none
93 Bigl              big         none
94 Bigm              big         none
95 Bigr              big         none
96 bigg              big         none
97 biggl             big         none
98 biggm             big         none
99 biggr             big         none
100 Bigg              big         none
101 Biggl             big         none
102 Biggm             big         none
103 Biggr             big         none
104 # The following are not standard LaTeX, but defined in the lucida font
105 # packages. No 'm' versions!
106 # See lucidabr.dtx for a possible implementation if you want to use these
107 # with other fonts.
108 biggg             big         none        hiddensymbol
109 bigggl            big         none        hiddensymbol
110 bigggr            big         none        hiddensymbol
111 Biggg             big         none        hiddensymbol
112 Bigggl            big         none        hiddensymbol
113 Bigggr            big         none        hiddensymbol
114
115 # font changes
116 # name           "font"       math/text family  series  shape  color
117 # mathnormal should stay the first
118 mathnormal        font        mathmode  inherit  medium   up  math
119 frak              font        mathmode
120 mathbb            font        mathmode
121 mathds            font        mathmode
122 mathbf            font        mathmode
123 mathcal           font        mathmode
124 mathfrak          font        mathmode
125 mathit            font        mathmode
126 mathrm            font        mathmode
127 mathscr           font        mathmode 
128 mathsf            font        mathmode
129 mathtt            font        mathmode
130 textnormal        font        textmode  inherit  medium   up  math
131 text              font        textmode
132 textbf            font        textmode
133 textipa           font        textmode
134 textit            font        textmode
135 textmd            font        textmode
136 textrm            font        textmode
137 textsc            font        textmode
138 textsl            font        textmode
139 textsf            font        textmode
140 texttt            font        textmode
141 textup            font        textmode
142 emph              font        textmode
143 noun              font        textmode
144 # ce and cf are provided by the mhchem package
145 ce                font        forcetext
146 cf                font        forcetext
147
148 # old-style font commands
149 bf                oldfont     none    hiddensymbol
150 cal               oldfont     none    hiddensymbol
151 it                oldfont     none    hiddensymbol
152 rm                oldfont     none    hiddensymbol
153 tt                oldfont     none    hiddensymbol
154
155 # matrix environments
156 Bmatrix           matrix      none
157 Vmatrix           matrix      none
158 bmatrix           matrix      none
159 matrix            matrix      none
160 pmatrix           matrix      none
161 psmatrix          matrix      none
162 smallmatrix       matrix      none
163 vmatrix           matrix      none
164 CD                matrix      none
165
166 # split environments with optional valign argument.
167 # the others (split and alignedat) are hardcoded.
168 aligned           split       none
169 gathered          split       none
170 # from Morten H\o gholm's mathtools.sty:
171 lgathered         split       none
172 rgathered         split       none
173
174 # references
175 pageref           ref         none
176 prettyref         ref         none
177 refstyle          ref         none
178 ref               ref         none
179 vpageref          ref         none
180 vref              ref         none
181
182 # spaces
183 lyxnegspace       space       none
184 lyxposspace       space       none
185 !                 space       none
186 negthinspace      space       none
187 negmedspace       space       none
188 negthickspace     space       none
189 ,                 space       none
190 thinspace         space       none
191 :                 space       none
192 medspace          space       none
193 ;                 space       none
194 thickspace        space       none
195 enskip            space       none
196 enspace           space       none
197 quad              space       none
198 qquad             space       none
199 hfill             space       none
200 hspace*           space       none
201 hspace            space       none
202
203 # styles
204 displaystyle      style       3
205 textstyle         style       2
206 scriptstyle       style       1
207 scriptscriptstyle style       0
208
209 # math classes
210 mathord           class    none
211 mathop            class    none
212 mathbin           class    none
213 mathrel           class    none
214 mathopen          class    none
215 mathclose         class    none
216 mathpunct         class    none
217 mathinner         class    none
218
219 # misc
220 # The commented lines in this block get misparsed as MathSymbolInset because
221 # createMathInset() does not know them. I don't know if this is old cruft
222 # or if it is planned to use this in the future. gb 2006-03-13
223 #begin             begin       none
224 #right             right       none
225 underset          underset    none
226 overset           overset     none
227 #protect           protect     none
228 mbox              mbox        forcetext
229 tag               mbox        forcetext
230 tag*              mbox        forcetext
231 #newcommand        newcommand  none
232 #label             label       none
233 #left              left        none
234 #end               end         none
235
236
237 # In order to use one of the decorations of MathSupport.cpp, the line must
238 # be handled by a math inset which calls mathed_draw_deco(). 
239 # If new symbol do not fit into any of the existing insets, it would be ignored
240 # and new inset must be programmed.
241 # Better solutions is to use the font to draw the symbols as below.
242
243 #
244 # symbols generated from fontmath.ltx
245 #
246
247 #symbol            font   charid   charid-in-fallback-Xsymbol-font
248 alpha              cmm         174  97 mathord  α
249 beta               cmm         175  98 mathord  β
250 gamma              cmm         176 103 mathord  γ
251 delta              cmm         177 100 mathord  δ
252 epsilon            cmm         178   0 mathord  ε
253 zeta               cmm         179 122 mathord  ζ
254 eta                cmm         180 104 mathord  η
255 theta              cmm         181 113 mathord  θ
256 iota               cmm         182 105 mathord  ι
257 kappa              cmm         183 107 mathord  κ
258 lambda             cmm         184 108 mathord  λ
259 mu                 cmm         185 109 mathord  μ
260 nu                 cmm         186 110 mathord  ν
261 xi                 cmm         187 120 mathord  ξ
262 pi                 cmm         188 112 mathord  π
263 rho                cmm         189 114 mathord  ρ
264 sigma              cmm         190 115 mathord  σ
265 tau                cmm         191 116 mathord  τ
266 upsilon            cmm         192 117 mathord  υ
267 phi                cmm         193 102 mathord  φ
268 chi                cmm         194  99 mathord  χ
269 psi                cmm         195 121 mathord  ψ
270 omega              cmm          33 119 mathord  ω
271 varepsilon         cmm          34 101 mathord  ϵ
272 vartheta           cmm          35  74 mathord  ϑ
273 varpi              cmm          36 118 mathord  ϖ
274 varrho             cmm          37   0 mathord  ϱ
275 varsigma           cmm          38  86 mathord  ς
276 varphi             cmm          39 106 mathord  ϕ
277 slash              cmr          47  47 mathord  /
278 Gamma              cmr         161  71 mathalpha  Γ
279 Delta              cmr         162  68 mathalpha  Δ
280 Theta              cmr         163  81 mathalpha  Θ
281 Lambda             cmr         164  76 mathalpha  Λ
282 Xi                 cmr         165  88 mathalpha  Ξ
283 Pi                 cmr         166  80 mathalpha  Π
284 Sigma              cmr         167  83 mathalpha  Σ
285 Upsilon            cmr         168 161 mathalpha  ϒ
286 Phi                cmr         169  70 mathalpha  Φ
287 Psi                cmr         170  89 mathalpha  Ψ
288 Omega              cmr         172  87 mathalpha  Ω
289 aleph              cmsy         64 192 mathord  ℵ
290 imath              cmm         123   0 mathord  ı
291 jmath              cmm         124   0 mathord  ȷ
292 ell                cmm          96   0 mathord  ℓ
293 wp                 cmm         125 195 mathord  ℘
294 Re                 cmsy         60 194 mathord  ℜ
295 Im                 cmsy         61 193 mathord  &imaginary;
296 partial            cmm          64 182 mathord  ∂
297 infty              cmsy         49 165 mathord  ∞
298 prime              cmsy         48 162 mathord  ′
299 emptyset           cmsy         59   0 mathord  ∅
300 nabla              cmsy        114 209 mathord  ∇
301 top                cmsy         62   0 mathord  ⊤
302 bot                cmsy         63  94 mathord  ⊥
303 triangle           cmsy         52   0 mathord  ▵
304 forall             cmsy         56  34 mathord  ∀
305 exists             cmsy         57  36 mathord  ∃
306 neg                cmsy         58 216 mathord  ¬
307 flat               cmm          91   0 mathord  ♭
308 natural            cmm          92   0 mathord  ♮
309 sharp              cmm          93  35 mathord  ♯
310 clubsuit           cmsy        124 167 mathord  ♣
311 diamondsuit        cmsy        125 168 mathord  ♢
312 heartsuit          cmsy        126 169 mathord  ♡
313 spadesuit          cmsy        127 170 mathord  ♠
314 # We define lyxnot as mathrel in order to have proper alignment
315 lyxnot             cmsy         54  47 mathrel  /           hiddensymbol
316 iffont cmsy
317 # kerning is slightly imperfect so that one can see when \not is selected
318 \def\not{\lyxnot}
319 else
320 \def\not{\kern4mu\lyxnot\kern-19mu}
321 endif
322 coprod             cmex         96   0 mathop   ⨿
323 bigvee             cmex         87   0 mathop   ⋁
324 bigwedge           cmex         86   0 mathop   ⋀
325 biguplus           cmex         85   0 mathop   ⨄
326 bigcap             cmex         84   0 mathop   ⋂
327 bigcup             cmex         83   0 mathop   ⋃
328 prod               cmex         81 213 mathop   ∏
329 sum                cmex         80 229 mathop   ∑
330 bigotimes          cmex         78   0 mathop   ⨂
331 bigoplus           cmex         76   0 mathop   ⨁
332 bigodot            cmex         74   0 mathop   ⨀
333 bigsqcup           cmex         70   0 mathop   ⨆
334 smallint           cmsy        115   0 mathop   ∫
335 triangleleft       cmm          47   0 mathbin  ◃
336 triangleright      cmm          46   0 mathbin  ▹
337 bigtriangleup      cmsy         52   0 mathbin  △
338 bigtriangledown    cmsy         53   0 mathbin  ▽
339 wedge              cmsy         94 217 mathbin  ∧
340 land               cmsy         94 217 mathbin  ⋀
341 vee                cmsy         95 218 mathbin  ∨
342 lor                cmsy         95 218 mathbin  ⋁
343 cap                cmsy         92 199 mathbin  ∩
344 cup                cmsy         91 200 mathbin  ∪
345 ddagger            cmsy        122   0 mathbin  ‡
346 dagger             cmsy        121   0 mathbin  †
347 sqcap              cmsy        117   0 mathbin  ⊓
348 sqcup              cmsy        116   0 mathbin  ⊔
349 uplus              cmsy         93   0 mathbin  ⊎
350 amalg              cmsy        113   0 mathbin  ⨿
351 diamond            cmsy        166 224 mathbin  ◊
352 bullet             cmsy        178 183 mathbin  •
353 wr                 cmsy        111   0 mathbin  ≀
354 div                cmsy        165 184 mathbin  ÷
355 odot               cmsy        175   0 mathbin  ⊙
356 oslash             cmsy        174 198 mathbin  ø
357 otimes             cmsy        172 196 mathbin  ⊗
358 ominus             cmsy        170   0 mathbin  ⊖
359 oplus              cmsy        169 197 mathbin  ⊕
360 mp                 cmsy        168   0 mathbin  ∓
361 pm                 cmsy        167 177 mathbin  ±
362 circ               cmsy        177   0 mathbin  ○
363 bigcirc            cmsy        176   0 mathbin  ◯
364 setminus           cmsy        110   0 mathbin  ∖
365 cdot               cmsy        162 215 mathbin  ⋅
366 ast                cmsy        164   0 mathbin  ∗
367 times              cmsy        163 180 mathbin  ×
368 star               cmm          63   0 mathbin  ★
369 propto             cmsy         47 181 mathrel  ∝
370 sqsubseteq         cmsy        118   0 mathrel  ⊑
371 sqsupseteq         cmsy        119   0 mathrel  ⊒
372 parallel           cmsy        107   0 mathrel  ∥
373 mid                cmsy        106 124 mathrel  ∣
374 lvert              cmsy        106 124 mathrel  &lvert;  amsmath
375 rvert              cmsy        106 124 mathrel  &rvert;  amsmath
376 dashv              cmsy         97   0 mathrel  ⊣
377 vdash              cmsy         96   0 mathrel  ⊢
378 nearrow            cmsy         37   0 mathrel  ↗
379 searrow            cmsy         38   0 mathrel  ↘
380 nwarrow            cmsy         45   0 mathrel  ↖
381 swarrow            cmsy         46   0 mathrel  ↙
382 Leftrightarrow     cmsy         44 219 mathrel  ↔
383 Leftarrow          cmsy         40 220 mathrel  ⇐
384 Rightarrow         cmsy         41 222 mathrel  ⇒
385 le                 cmsy        183 163 mathrel  ≤
386 ge                 cmsy        184 179 mathrel  ≥
387 succ               cmsy        194   0 mathrel  ≻
388 prec               cmsy        193   0 mathrel  ≺
389 approx             cmsy        188 187 mathrel  ≈
390 succeq             cmsy        186   0 mathrel  ⪰
391 preceq             cmsy        185   0 mathrel  ⪯
392 supset             cmsy        190 201 mathrel  ⊃
393 subset             cmsy        189 204 mathrel  ⊂
394 supseteq           cmsy        182 202 mathrel  ⊇
395 subseteq           cmsy        181 205 mathrel  ⊆
396 in                 cmsy         50 206 mathrel  ∈
397 ni                 cmsy         51  39 mathrel  ∋
398 owns               cmsy         51  39 mathrel  ∋
399 gg                 cmsy        192   0 mathrel  ≫
400 ll                 cmsy        191   0 mathrel  ≪
401 leftrightarrow     cmsy         36 171 mathrel  ↔
402 leftarrow          cmsy        195 172 mathrel  ←
403 gets               cmsy        195 172 mathrel  ←
404 rightarrow         cmsy         33 174 mathrel  →
405 to                 cmsy         33 174 mathrel  →
406 mapstochar         cmsy         55   0 mathrel  x
407 sim                cmsy        187 126 mathrel  ∼
408 simeq              cmsy         39   0 mathrel  ≃
409 perp               cmsy         63   0 mathrel  ⊥
410 equiv              cmsy        180 186 mathrel  ≡
411 asymp              cmsy        179   0 mathrel  ≈
412 smile              cmm          94   0 mathrel  ⌣
413 frown              cmm          95   0 mathrel  ⌢
414 leftharpoonup      cmm          40   0 mathrel  ↼
415 leftharpoondown    cmm          41   0 mathrel  ↽
416 rightharpoonup     cmm          42   0 mathrel  ⇀
417 rightharpoondown   cmm          43   0 mathrel  ⇁
418 lhook              cmm          44   0 mathrel  x
419 rhook              cmm          45   0 mathrel  x
420 ldotp              cmm          58   0 mathpunct  <mo>.</mo>
421 cdotp              cmsy        162   0 mathpunct  &sdot;
422 colon              cmr          58  58 mathpunct  &colon;
423 arrowvert          cmsy        106   0 mathord  &verbar;
424 Arrowvert          cmsy        107   0 mathord  &par;
425 Vert               cmsy        107   0 mathord  &par;
426 lVert              cmsy        107   0 mathord  &par;  amsmath
427 rVert              cmsy        107   0 mathord  &par;  amsmath
428 |                  cmsy        107   0 mathord  &verbar;
429 vert               cmsy        106   0 mathord  &verbar;
430 uparrow            cmsy         34 173 mathrel  &uarr;
431 downarrow          cmsy         35 175 mathrel  &darr;
432 updownarrow        cmsy        108   0 mathrel  &varr;
433 Uparrow            cmsy         42 221 mathrel  &uArr;
434 Downarrow          cmsy         43 223 mathrel  &dArr;
435 Updownarrow        cmsy        109   0 mathrel  &vArr;
436 backslash          cmsy        110   0 mathord  &bsol;
437 rangle             cmsy        105 241 mathclose  &rang;
438 langle             cmsy        104 225 mathopen  &lang;
439 rbrace             cmsy        103   0 mathclose  &rcub;
440 lbrace             cmsy        102   0 mathopen  &lcub;
441 rceil              cmsy        101 249 mathclose  &rceil;
442 lceil              cmsy        100 233 mathopen  &lceil;
443 rfloor             cmsy         99 251 mathclose  &rfloor;
444 lfloor             cmsy         98 235 mathopen  &lfloor;
445 mathparagraph      cmsy        123   0 mathord  &para;
446 mathsection        cmsy        120   0 mathord  &sect;
447 mathdollar         cmr          36   0 mathord  &dollar;
448
449 # Generated from amsfonts.sty
450
451 yen                msa          85   0 mathord  &yen;
452 checkmark          msa          88   0 mathord  &check;
453 circledR           msa         114   0 mathord  &reg;
454 maltese            msa         122   0 mathord  &malt;
455 ulcorner           msa         112   0 mathopen  &ulcorn;
456 urcorner           msa         113   0 mathclose  &urcorn;
457 llcorner           msa         120   0 mathopen  &dlcorn;
458 lrcorner           msa         121   0 mathclose  &drcorn;
459 rightleftharpoons  msa         172   0 mathrel  &lrhar;
460 angle              msa          92 208 mathord  &ang;
461 sqsubset           msa          64   0 mathrel  &sqsub;
462 sqsupset           msa          65   0 mathrel  &sqsup;
463 mho                msb         102   0 mathord  &mho;
464 square             msa         164   0 mathord  &square;
465 Box                msa         164   0 mathord  &square;
466 lozenge            msa         167   0 mathord  &loz;
467 Diamond            msa         167   0 mathord  &diam;
468 vartriangleright   msa          66   0 mathrel  &rtri;
469 vartriangleleft    msa          67   0 mathrel  &ltri;
470 trianglerighteq    msa          68   0 mathrel  &rtrie;
471 trianglelefteq     msa          69   0 mathrel  &ltrie;
472 rightsquigarrow    msa         195   0 mathrel  &rarrw;
473 lhd                msa          67   0 mathbin  &ltri;
474 unlhd              msa          69   0 mathbin  &ltrie;
475 rhd                msa          66   0 mathbin  &rtri;
476 unrhd              msa          68   0 mathbin  &rtrie;
477
478 # Generated from amssymb.sty
479
480 boxdot             msa         161   0 mathbin  &sdotb;
481 boxplus            msa         162   0 mathbin  &plusb;
482 boxtimes           msa         163   0 mathbin  &timesb;
483 blacksquare        msa         165   0 mathord  &block;
484 centerdot          msa         166   0 mathbin  &squarf;
485 blacklozenge       msa         168   0 mathord  &diams;
486 circlearrowright   msa         169   0 mathrel  &orarr;
487 circlearrowleft    msa         170   0 mathrel  &olarr;
488 leftrightharpoons  msa         174   0 mathrel  &lrhar;
489 boxminus           msa         175   0 mathbin  &minusb;
490 Vdash              msa         176   0 mathrel  &Vdash;
491 Vvdash             msa         177   0 mathrel  &Vvdash;
492 vDash              msa         178   0 mathrel  &vDash;
493 twoheadrightarrow  msa         179   0 mathrel  &Rarr;
494 twoheadleftarrow   msa         180   0 mathrel  &Larr;
495 leftleftarrows     msa         181   0 mathrel  &llarr;
496 rightrightarrows   msa         182   0 mathrel  &rrarr;
497 upuparrows         msa         183   0 mathrel  &uuarr;
498 downdownarrows     msa         184   0 mathrel  &ddarr;
499 upharpoonright     msa         185   0 mathrel  &uharr;
500 restriction        msa         185   0 mathrel  &uharr;
501 downharpoonright   msa         186   0 mathrel  &dharr;
502 upharpoonleft      msa         187   0 mathrel  &uharl;
503 downharpoonleft    msa         188   0 mathrel  &dharl;
504 rightarrowtail     msa         189   0 mathrel  &rarrtl;
505 leftarrowtail      msa         190   0 mathrel  &larrtl;
506 leftrightarrows    msa         191   0 mathrel  &lrarr;
507 rightleftarrows    msa         192   0 mathrel  &rlarr;
508 Lsh                msa         193   0 mathrel  &lsh;
509 Rsh                msa         194   0 mathrel  &rsh;
510 leftrightsquigarrow msa         33   0 mathrel  &harrw;
511 looparrowleft      msa          34   0 mathrel  &larrlp;
512 looparrowright     msa          35   0 mathrel  &rarrlp;
513 circeq             msa          36   0 mathrel  &cire;
514 succsim            msa          37   0 mathrel  &scsim;
515 gtrsim             msa          38   0 mathrel  &gsim;
516 gtrapprox          msa          39   0 mathrel  &gap;
517 multimap           msa          40   0 mathrel  &mumap;
518 therefore          msa          41  92 mathrel  &there4;
519 because            msa          42   0 mathrel  &becaus;
520 doteqdot           msa          43   0 mathrel  &eDot;
521 Doteq              msa          43   0 mathrel  &eDot;
522 triangleq          msa          44   0 mathrel  &trie;
523 precsim            msa          45   0 mathrel  &prsim;
524 lesssim            msa          46   0 mathrel  &lsim;
525 lessapprox         msa          47   0 mathrel  &lap;
526 eqslantless        msa          48   0 mathrel  &els;
527 eqslantgtr         msa          49   0 mathrel  &egs;
528 curlyeqprec        msa          50   0 mathrel  &cuepr;
529 curlyeqsucc        msa          51   0 mathrel  &cuesc;
530 preccurlyeq        msa          52   0 mathrel  &prcue;
531 leqq               msa          53   0 mathrel  &lE;
532 leqslant           msa          54   0 mathrel  &les;
533 lessgtr            msa          55   0 mathrel  &lg;
534 backprime          msa          56   0 mathord  &bprime;
535 risingdotseq       msa          58   0 mathrel  &erDot;
536 fallingdotseq      msa          59   0 mathrel  &efDot;
537 succcurlyeq        msa          60   0 mathrel  &sccue;
538 geqq               msa          61   0 mathrel  &gE;
539 geqslant           msa          62   0 mathrel  &ges;
540 gtrless            msa          63   0 mathrel  &gl;
541 bigstar            msa          70   0 mathord  &starf;
542 between            msa          71   0 mathrel  &twixt;
543 blacktriangledown  msa          72   0 mathord  &dtrif;
544 blacktriangleright msa          73   0 mathrel  &rtrif;
545 blacktriangleleft  msa          74   0 mathrel  &ltrif;
546 vartriangle        msa          77   0 mathrel  &#x25b5;
547 blacktriangle      msa          78   0 mathord  &utrif;
548 triangledown       msa          79   0 mathord  &dtri;
549 eqcirc             msa          80   0 mathrel  &ecir;
550 lesseqgtr          msa          81   0 mathrel  &leg;
551 gtreqless          msa          82   0 mathrel  &gel;
552 lesseqqgtr         msa          83   0 mathrel  &lEg;
553 gtreqqless         msa          84   0 mathrel  &gEl;
554 Rrightarrow        msa          86   0 mathrel  &rAarr;
555 Lleftarrow         msa          87   0 mathrel  &lAarr;
556 veebar             msa          89   0 mathbin  &veebar;
557 barwedge           msa          90   0 mathbin  &barwed;
558 doublebarwedge     msa          91   0 mathbin  &Barwed;
559 measuredangle      msa          93   0 mathord  &angmsd;
560 sphericalangle     msa          94   0 mathord  &angsph;
561 varpropto          msa          95   0 mathrel  &vprop;
562 smallsmile         msa          96   0 mathrel  &ssmile;
563 smallfrown         msa          97   0 mathrel  &sfrown;
564 Subset             msa          98   0 mathrel  &Sub;
565 Supset             msa          99   0 mathrel  &Sup;
566 Cup                msa         100   0 mathbin  &Cup;
567 doublecup          msa         100   0 mathbin  &Cup;
568 Cap                msa         101   0 mathbin  &Cap;
569 doublecap          msa         101   0 mathbin  &Cap;
570 curlywedge         msa         102   0 mathbin  &cuwed;
571 curlyvee           msa         103   0 mathbin  &cuvee;
572 leftthreetimes     msa         104   0 mathbin  &lthree;
573 rightthreetimes    msa         105   0 mathbin  &rthree;
574 subseteqq          msa         106   0 mathrel  &subE;
575 supseteqq          msa         107   0 mathrel  &supE;
576 bumpeq             msa         108   0 mathrel  &bumpe;
577 Bumpeq             msa         109   0 mathrel  &bump;
578 lll                msa         110   0 mathrel  &Ll;
579 llless             msa         110   0 mathrel  &Ll;
580 ggg                msa         111   0 mathrel  &Gg;
581 gggtr              msa         111   0 mathrel  &Gg;
582 circledS           msa         115   0 mathord  &oS;
583 pitchfork          msa         116   0 mathrel  &fork;
584 dotplus            msa         117   0 mathbin  &plusdo;
585 backsim            msa         118   0 mathrel  &bsim;
586 backsimeq          msa         119   0 mathrel  &bsime;
587 complement         msa         123   0 mathord  &comp;
588 intercal           msa         124   0 mathbin  &intcal;
589 circledcirc        msa         125   0 mathbin  &ocir;
590 circledast         msa         126   0 mathbin  &oast;
591 circleddash        msa         127   0 mathbin  &odash;
592 lvertneqq          msb         161   0 mathrel  &lvnE;
593 gvertneqq          msb         162   0 mathrel  &gvnE;
594 nleq               msb         163   0 mathrel  &nle;
595 ngeq               msb         164   0 mathrel  &nge;
596 nless              msb         165   0 mathrel  &nlt;
597 ngtr               msb         166   0 mathrel  &ngt;
598 nprec              msb         167   0 mathrel  &npr;
599 nsucc              msb         168   0 mathrel  &nsc;
600 lneqq              msb         169   0 mathrel  &lnE;
601 gneqq              msb         170   0 mathrel  &gnE;
602 nleqslant          msb         172   0 mathrel  &nles;
603 ngeqslant          msb         174   0 mathrel  &nges;
604 lneq               msb         175   0 mathrel  &nle;
605 gneq               msb         176   0 mathrel  &gne;
606 npreceq            msb         177   0 mathrel  &nprcue;
607 nsucceq            msb         178   0 mathrel  &nsccue;
608 precnsim           msb         179   0 mathrel  &prnsim;
609 succnsim           msb         180   0 mathrel  &scnsim;
610 lnsim              msb         181   0 mathrel  &lnsim;
611 gnsim              msb         182   0 mathrel  &gnsim;
612 nleqq              msb         183   0 mathrel  &nlE;
613 ngeqq              msb         184   0 mathrel  &ngE;
614 precneqq           msb         185   0 mathrel  &prnE;
615 succneqq           msb         186   0 mathrel  &scnE;
616 precnapprox        msb         187   0 mathrel  &prnap;
617 succnapprox        msb         188   0 mathrel  &scnap;
618 lnapprox           msb         189   0 mathrel  &lnap;
619 gnapprox           msb         190   0 mathrel  &gnap;
620 nsim               msb         191   0 mathrel  &nsim;
621 ncong              msb         192   0 mathrel  &ncong;
622 diagup             msb         193   0 mathord  &#x2571;
623 diagdown           msb         194   0 mathord  &#x2572;
624 varsubsetneq       msb         195   0 mathrel  &vsubne;
625 varsupsetneq       msb          33   0 mathrel  &vsupne;
626 nsubseteqq         msb          34   0 mathrel  &nsube;
627 nsupseteqq         msb          35   0 mathrel  &nsupe;
628 subsetneqq         msb          36   0 mathrel  &nsubE;
629 supsetneqq         msb          37   0 mathrel  &nsupE;
630 varsubsetneqq      msb          38   0 mathrel  &vsubnE;
631 varsupsetneqq      msb          39   0 mathrel  &vsupnE;
632 subsetneq          msb          40   0 mathrel  &subne;
633 supsetneq          msb          41   0 mathrel  &supne;
634 nsubseteq          msb          42   0 mathrel  &nsube;
635 nsupseteq          msb          43   0 mathrel  &nsupe;
636 nparallel          msb          44   0 mathrel  &npar;
637 nmid               msb          45   0 mathrel  &rnmid;
638 nshortmid          msb          46   0 mathrel  &nsmid;
639 nshortparallel     msb          47   0 mathrel  &nspar;
640 nvdash             msb          48   0 mathrel  &nvdash;
641 nVdash             msb          49   0 mathrel  &nVdash;
642 nvDash             msb          50   0 mathrel  &nvDash;
643 nVDash             msb          51   0 mathrel  &nVDash;
644 ntrianglerighteq   msb          52   0 mathrel  &nrtrie;
645 ntrianglelefteq    msb          53   0 mathrel  &nltrie;
646 ntriangleleft      msb          54   0 mathrel  &nltri;
647 ntriangleright     msb          55   0 mathrel  &nrtri;
648 nleftarrow         msb          56   0 mathrel  &nlarr;
649 nrightarrow        msb          57   0 mathrel  &nrarr;
650 nLeftarrow         msb          58   0 mathrel  &nlArr;
651 nRightarrow        msb          59   0 mathrel  &nrArr;
652 nLeftrightarrow    msb          60   0 mathrel  &nhArr;
653 nleftrightarrow    msb          61   0 mathrel  &nharr;
654 divideontimes      msb          62   0 mathbin  &divonx;
655 varnothing         msb          63   0 mathord  &emptyv;
656 nexists            msb          64   0 mathord  &nexist;
657 Finv               msb          96   0 mathord  &#x2132;
658 Game               msb          97   0 mathord  &#x2141;
659 eth                msb         103   0 mathord  &#x00F0;
660 eqsim              msb         104   0 mathrel  &esim;
661 beth               msb         105   0 mathord  &beth;
662 gimel              msb         106   0 mathord  &gimel;
663 daleth             msb         107   0 mathord  &daleth;
664 lessdot            msb         108   0 mathbin  &ltdot;
665 gtrdot             msb         109   0 mathbin  &gtdot;
666 ltimes             msb         110   0 mathbin  &ltimes;
667 rtimes             msb         111   0 mathbin  &rtimes;
668 shortmid           msb         112   0 mathrel  &smid;
669 shortparallel      msb         113   0 mathrel  &spar;
670 smallsetminus      msb         114   0 mathbin  &ssetmn;
671 thicksim           msb         115   0 mathrel  &thksim;
672 thickapprox        msb         116   0 mathrel  &thkap;
673 approxeq           msb         117   0 mathrel  &ape;
674 succapprox         msb         118   0 mathrel  &scap;
675 precapprox         msb         119   0 mathrel  &prap;
676 curvearrowleft     msb         120   0 mathrel  &cularr;
677 curvearrowright    msb         121   0 mathrel  &curarr;
678 digamma            msb         122   0 mathord  &gammad;
679 varkappa           msb         123   0 mathord  &kappav;
680 # Note: Other blackboard symbols are in the same unicode range
681 Bbbk               msb         124   0 mathord  &#x1d55c;
682 hslash             msb         125   0 mathord  &plankv;
683 hbar               msb         126   0 mathord  &planck;
684 backepsilon        msb         127   0 mathrel  &bepsi;
685
686 lyxbar             cmsy        161   0 mathrel   &mdash;  hiddensymbol
687 lyxminus           cmsy        161   0 mathbin   &mdash;  hiddensymbol
688 lyxplus            cmr          43  43 mathbin   +        hiddensymbol
689 lyxeq              cmr          61  61 mathord   =        hiddensymbol
690 lyxeqrel           cmr          61  61 mathrel   =        hiddensymbol
691 lyxlt              cmm          60  60 mathrel   &lt;     hiddensymbol
692 lyxgt              cmm          62  62 mathrel   &gt;     hiddensymbol
693 lyxdabar           msa          57   0 mathord   &ndash;  hiddensymbol
694 lyxright           msa          75   0 mathord   &rarr;   hiddensymbol
695 lyxleft            msa          76   0 mathord   &larr;   hiddensymbol
696
697 male               wasy          26  0 x        &male;
698 female             wasy          25  0 x        &female;
699 currency           wasy          27  0 textmode &curren; wasysym,amstext,lyxmathsym # works in text mode only (produces \oe in math mode)
700 phone              wasy          7   0 textmode &phone;  wasysym,amstext,lyxmathsym # works in text mode only (produces \Upsilon in math mode)
701 recorder           wasy          6   0 textmode &telrec; wasysym,amstext,lyxmathsym # works in text mode only (produces \Sigma in math mode)
702 clock              wasy          28  0 textmode &clock;  wasysym,amstext,lyxmathsym # works in text mode only (produces \o in math mode)
703 lightning          wasy          18  0 textmode &#x2607; wasysym,amstext,lyxmathsym # works in text mode only (produces ` in math mode)
704 # FIXME Display is wrong (bug 8493): qt does not display characters at the \t position (0x09)
705 pointer            wasy          9   0 textmode x        wasysym,amstext,lyxmathsym # works in text mode only (produces \Psi in math mode)
706 RIGHTarrow         wasy          17  0 textmode &#x25B6; wasysym,amstext,lyxmathsym # works in text mode only (produces \jmath in math mode)
707 LEFTarrow          wasy          16  0 textmode &#x25C0; wasysym,amstext,lyxmathsym # works in text mode only (produces \imath in math mode)
708 UParrow            wasy          75  0 textmode &#x25B2; wasysym,amstext,lyxmathsym # works in text mode only (produces K in math mode)
709 DOWNarrow          wasy          76  0 textmode &#x25BC; wasysym,amstext,lyxmathsym # works in text mode only (produces L in math mode)
710 AC                 wasy          58  0 textmode &#x223F; wasysym,amstext,lyxmathsym # works in text mode only
711 \def\HF{\approx}                                         wasysym
712 VHF                wasy          64  0 x        &#x224B; # triple tilde
713 Square             wasy          50  0 x        &square;
714 \def\CheckedBox{\Square\kern-13.4mu\checked}              wasysym
715 XBox               wasy          52  0 x        &timesb;
716 hexagon            wasy          55  0 x        &#x2b21;
717 pentagon           wasy          68  0 x        &#x2b20;
718 octagon            wasy          56  0 x        x
719 varhexagon         wasy          57  0 x        &#x2b21;
720 hexstar            wasy          65  0 x        &sext;
721 varhexstar         wasy          66  0 x        &sext;
722 davidsstar         wasy          67  0 x        &#x2721;
723 diameter           wasy          31  0 x        &#x2300;
724 invdiameter        wasy          21  0 x        x        # 2205 EMPTY SET and 2300 DIAMETER SIGN are similar but not quite right
725 varangle           wasy          30  0 x        &angsph;
726 wasylozenge        wasy          53  0 x        &#x2311;
727 kreuz              wasy          54  0 x        &#x2720;
728 smiley             wasy          44  0 x        &#x263A;
729 frownie            wasy          47  0 x        &#x2639;
730 blacksmiley        wasy          45  0 x        &#x263B;
731 sun                wasy          46  0 x        &#x263C;
732 checked            wasy          8   0 x        &#x2713;
733 bell               wasy          10  0 x        &#x237E;
734 eighthnote         wasy          11  0 x        &#x266E;
735 quarternote        wasy          12  0 x        &#x2669;
736 halfnote           wasy          13  0 x        &#x1d15e;
737 fullnote           wasy          14  0 x        &#x1d15d;
738 twonotes           wasy          15  0 x        &#x266B;
739 brokenvert         wasy          124 0 x        &brvbar;
740 ataribox           wasy          109 0 x        x
741 wasytherefore      wasy          5   0 x        &there4;
742 Circle             wasy          35  0 x        &cir;
743 CIRCLE             wasy          32  0 x        &#x25cF;
744 Leftcircle         wasy          73  0 x        x
745 LEFTCIRCLE         wasy          71  0 x        &#x25D6;
746 Rightcircle        wasy          74  0 x        x
747 RIGHTCIRCLE        wasy          72  0 x        &#x25D7;
748 \def\LEFTcircle{\LEFTCIRCLE\kern-13.4mu\Circle}             wasysym
749 \def\RIGHTcircle{\RIGHTCIRCLE\kern-13.4mu\Circle}           wasysym
750
751 # Defined by amsmath.sty
752
753 varGamma           cmm         161  0  mathord  x  amsmath
754 varDelta           cmm         162  0  mathord  x  amsmath
755 varTheta           cmm         163  0  mathord  x  amsmath
756 varLambda          cmm         164  0  mathord  x  amsmath
757 varXi              cmm         165  0  mathord  x  amsmath
758 varPi              cmm         166  0  mathord  x  amsmath
759 varSigma           cmm         167  0  mathord  x  amsmath
760 varUpsilon         cmm         168  0  mathord  x  amsmath
761 varPhi             cmm         169  0  mathord  x  amsmath
762 varPsi             cmm         170  0  mathord  x  amsmath
763 varOmega           cmm         172  0  mathord  x  amsmath
764
765 #
766 # wasy astronomy
767 #
768
769 vernal             wasy          23  0 x        &#x2648;
770 ascnode            wasy          19  0 x        &#x260A;
771 descnode           wasy          20  0 x        &#x260B;
772 fullmoon           wasy          35  0 x        &circ;
773 newmoon            wasy          32  0 x        &#x25CF;
774 leftmoon           wasy          36  0 x        &#x263E;
775 rightmoon          wasy          37  0 x        &#x263D;
776 astrosun           cmsy         175  0 mathbin  &#x2609; wasysym
777 mercury            wasy          39  0 x        &#x263F;
778 venus              wasy          25  0 x        &#x2640;
779 earth              wasy          38  0 x        &#x2641;
780 mars               wasy          26  0 x        &#x2642;
781 jupiter            wasy          88  0 x        &#x2643;
782 saturn             wasy          89  0 x        &#x2644;
783 uranus             wasy          90  0 x        &#x2645;
784 neptune            wasy          91  0 x        &#x2646;
785 pluto              wasy          92  0 x        &#x2647;
786
787 #
788 # wasy zodiac
789 #
790 aries              wasy          23  0 x        &#x2648;
791 taurus             wasy          93  0 x        &#x2649;
792 gemini             wasy          94  0 x        &#x264A;
793 cancer             wasy          95  0 x        &#x264B;
794 leo                wasy          19  0 x        &#x264C;
795 virgo              wasy          96  0 x        &#x264D;
796 libra              wasy          97  0 x        &#x264E;
797 scorpio            wasy          98  0 x        &#x264F;
798 sagittarius        wasy          99  0 x        &#x2650;
799 capricornus        wasy          100 0 x        &#x2651;
800 aquarius           wasy          101 0 x        &#x2652;
801 pisces             wasy          102 0 x        &#x2653;
802 conjunction        wasy          86  0 textmode &#x260C; wasysym,amstext,lyxmathsym # works in text mode only (produces V in math mode)
803 opposition         wasy          87  0 textmode &#x260D; wasysym,amstext,lyxmathsym # works in text mode only (produces W in math mode)
804 # APL characters
805 APLstar            wasy          69  0 x        &#x235F;
806 APLlog             wasy          22  0 x        x
807 APLbox             wasy          126 0 x        &#x2395;
808 APLup              wasy          0   0 x        x
809 APLdown            wasy          70  0 x        x
810 APLinput           wasy          125 0 x        x
811 APLcomment         wasy          127 0 x        x
812 \def\APLinv{\mathord{\div\kern-13.9mu\APLbox}}  wasysym
813 APLuparrowbox      wasy         110  0 x        &#x2350;
814 APLdownarrowbox    wasy         111  0 x        &#x2357;
815 APLleftarrowbox    wasy         112  0 x        &#x2347;
816 APLrightarrowbox   wasy         113  0 x        &#x2348;
817
818 # math characters
819 Bowtie             wasy          49  0 x        &#x22C8;
820 leftturn           wasy          34  0 x        &#x27F2;
821 rightturn          wasy          33  0 x        &#x27F3;
822 # diagrams
823 \def\photon{\AC\AC\AC\AC}     wasysym
824 lyxgluonelement    wasy          80  0 x        x        hiddensymbol
825 lyxgluonbelement   wasy          81  0 x        x        hiddensymbol
826 lyxgluoneelement   wasy          82  0 x        x        hiddensymbol
827 \def\gluon{\lyxgluonbelement\lyxgluonelement\lyxgluonelement\lyxgluonelement\lyxgluonelement\lyxgluonelement\lyxgluonelement\lyxgluoneelement} wasysym
828 # special characters
829 cent               wasy         103   0 x        &#00A2;
830 permil             wasy         104   0 x        &#x2030;
831 agemO              wasy          48   0 textmode &mho;    wasysym,amstext,lyxmathsym # works in text mode only (produces 0 in math mode)
832 thorn              wasy         105   0 textmode &#x00FE; wasysym,amstext,lyxmathsym # works in text mode only (produces i in math mode)
833 Thorn              wasy         106   0 textmode &#x00DE; wasysym,amstext,lyxmathsym # works in text mode only (produces j in math mode)
834 openo              wasy         108   0 textmode &#x0254; wasysym,amstext,lyxmathsym # works in text mode only (produces l in math mode)
835 inve               wasy          85   0 textmode &#x0259; wasysym,amstext,lyxmathsym # works in text mode only (produces U in math mode)
836
837 #mho               wasy          48    0  mathord &mho;    wasysym # already in amsfonts
838 #Join              wasy          49    0  mathrel x        wasysym # already in amsfonts
839 #Box               wasy          50    0  mathord &square; wasysym # already in amsfonts
840 #Diamond           wasy          51    0  mathord &diam;   wasysym # already in amsfonts
841 leadsto            wasy          59    0  mathrel &rarrc;
842 #sqsubset          wasy          60    0  mathrel &sqsub;  wasysym # already in amsfonts
843 #sqsupset          wasy          61    0  mathrel &sqsup;  wasysym # already in amsfonts
844 #lhd               wasy           1    0  mathbin &ltri;   wasysym # already in amsfonts
845 #unlhd             wasy           2    0  mathbin &ltrie;  wasysym # already in amsfonts
846 LHD                wasy          16    0  mathbin &#x2C50;
847 #rhd               wasy           3    0  mathbin &rtri;   wasysym # already in amsfonts
848 #unrhd             wasy           4    0  mathbin &rtrie;  wasysym # already in amsfonts
849 RHD                wasy          17    0  mathbin &#x25B6;
850 apprle             wasy          62    0  mathrel &lsim;
851 apprge             wasy          63    0  mathrel &gsim;
852 wasypropto         wasy          29    0  mathrel &prop;
853 invneg             wasy          24    0  mathrel &#x2310;
854 ocircle            wasy          35    0  mathbin &#x229A;
855 logof              wasy          22    0  mathrel x
856 varint             wasy         114    0  mathop  &int;
857 varoint            wasy         117    0  mathop  &int;
858
859 # Generated from stmaryrd.sty
860
861 shortleftarrow     stmry   0   0 mathrel    x  stmaryrd
862 shortrightarrow    stmry   1   0 mathrel    x  stmaryrd
863 shortuparrow       stmry   2   0 mathrel    x  stmaryrd
864 shortdownarrow     stmry   3   0 mathrel    x  stmaryrd
865 Yup                stmry   4   0 mathbin    x  stmaryrd
866 Ydown              stmry   5   0 mathbin    x  stmaryrd
867 Yleft              stmry   6   0 mathbin    x  stmaryrd
868 Yright             stmry   7   0 mathbin    x  stmaryrd
869 varcurlyvee        stmry   8   0 mathbin    x  stmaryrd
870 # qt does not display characters at the \t position (0x09)
871 # therefore our .ttf font contains a copy at 254 (0xfe)
872 #varcurlywedge      stmry   9   0 mathbin    x  stmaryrd
873 varcurlywedge      stmry 254   0 mathbin    x  stmaryrd
874 minuso             stmry  10   0 mathbin    x  stmaryrd
875 baro               stmry  11   0 mathbin    x  stmaryrd
876 sslash             stmry  12   0 mathbin    x  stmaryrd
877 bbslash            stmry  13   0 mathbin    x  stmaryrd
878 moo                stmry  14   0 mathbin    x  stmaryrd
879 varotimes          stmry  15   0 mathbin    x  stmaryrd
880 varoast            stmry  16   0 mathbin    x  stmaryrd
881 varobar            stmry  17   0 mathbin    x  stmaryrd
882 varodot            stmry  18   0 mathbin    x  stmaryrd
883 varoslash          stmry  19   0 mathbin    x  stmaryrd
884 varobslash         stmry  20   0 mathbin    x  stmaryrd
885 varocircle         stmry  21   0 mathbin    x  stmaryrd
886 varoplus           stmry  22   0 mathbin    x  stmaryrd
887 varominus          stmry  23   0 mathbin    x  stmaryrd
888 boxast             stmry  24   0 mathbin    x  stmaryrd
889 boxbar             stmry  25   0 mathbin    x  stmaryrd
890 #boxdot             stmry  26   0 mathbin    x  stmaryrd # already in amssymb
891 boxslash           stmry  27   0 mathbin    x  stmaryrd
892 boxbslash          stmry  28   0 mathbin    x  stmaryrd
893 boxcircle          stmry  29   0 mathbin    x  stmaryrd
894 boxbox             stmry  30   0 mathbin    x  stmaryrd
895 boxempty           stmry  31   0 mathbin    x  stmaryrd
896 #lightning          stmry  32   0 mathord    x  stmaryrd # already in wasy
897 merge              stmry  33   0 mathbin    x  stmaryrd
898 vartimes           stmry  34   0 mathbin    x  stmaryrd
899 fatsemi            stmry  35   0 mathbin    x  stmaryrd
900 sswarrow           stmry  36   0 mathrel    x  stmaryrd
901 ssearrow           stmry  37   0 mathrel    x  stmaryrd
902 curlywedgeuparrow  stmry  38   0 mathrel    x  stmaryrd
903 curlywedgedownarrow stmry 39   0 mathrel    x  stmaryrd
904 fatslash           stmry  40   0 mathbin    x  stmaryrd
905 fatbslash          stmry  41   0 mathbin    x  stmaryrd
906 lbag               stmry  42   0 mathbin    x  stmaryrd
907 rbag               stmry  43   0 mathbin    x  stmaryrd
908 varbigcirc         stmry  44   0 mathbin    x  stmaryrd
909 leftrightarroweq   stmry  45   0 mathrel    x  stmaryrd
910 curlyveedownarrow  stmry  46   0 mathrel    x  stmaryrd
911 curlyveeuparrow    stmry  47   0 mathrel    x  stmaryrd
912 nnwarrow           stmry  48   0 mathrel    x  stmaryrd
913 nnearrow           stmry  49   0 mathrel    x  stmaryrd
914 leftslice          stmry  50   0 mathbin    x  stmaryrd
915 rightslice         stmry  51   0 mathbin    x  stmaryrd
916 varolessthan       stmry  52   0 mathbin    x  stmaryrd
917 varogreaterthan    stmry  53   0 mathbin    x  stmaryrd
918 varovee            stmry  54   0 mathbin    x  stmaryrd
919 varowedge          stmry  55   0 mathbin    x  stmaryrd
920 talloblong         stmry  56   0 mathbin    x  stmaryrd
921 interleave         stmry  57   0 mathbin    x  stmaryrd
922 obar               stmry  58   0 mathbin    x  stmaryrd
923 obslash            stmry  59   0 mathbin    x  stmaryrd
924 olessthan          stmry  60   0 mathbin    x  stmaryrd
925 ogreaterthan       stmry  61   0 mathbin    x  stmaryrd
926 ovee               stmry  62   0 mathbin    x  stmaryrd
927 owedge             stmry  63   0 mathbin    x  stmaryrd
928 oblong             stmry  64   0 mathbin    x  stmaryrd
929 inplus             stmry  65   0 mathrel    x  stmaryrd
930 niplus             stmry  66   0 mathrel    x  stmaryrd
931 nplus              stmry  67   0 mathbin    x  stmaryrd
932 subsetplus         stmry  68   0 mathrel    x  stmaryrd
933 supsetplus         stmry  69   0 mathrel    x  stmaryrd
934 subsetpluseq       stmry  70   0 mathrel    x  stmaryrd
935 supsetpluseq       stmry  71   0 mathrel    x  stmaryrd
936 Lbag               stmry  72   0 mathopen   x  stmaryrd
937 Rbag               stmry  73   0 mathclose  x  stmaryrd
938 llbracket          stmry  74   0 mathopen   x  stmaryrd
939 rrbracket          stmry  75   0 mathclose  x  stmaryrd
940 llparenthesis      stmry  76   0 mathopen   x  stmaryrd
941 rrparenthesis      stmry  77   0 mathclose  x  stmaryrd
942 binampersand       stmry  78   0 mathopen   x  stmaryrd
943 bindnasrepma       stmry  79   0 mathclose  x  stmaryrd
944 trianglelefteqslant stmry 80   0 mathrel    x  stmaryrd
945 trianglerighteqslant stmry 81  0 mathrel    x  stmaryrd
946 ntrianglelefteqslant stmry 82  0 mathrel    x  stmaryrd
947 ntrianglerighteqslant stmry 83 0 mathrel    x  stmaryrd
948 llfloor            stmry  84   0 mathopen   x  stmaryrd
949 rrfloor            stmry  85   0 mathclose  x  stmaryrd
950 llceil             stmry  86   0 mathopen   x  stmaryrd
951 rrceil             stmry  87   0 mathclose  x  stmaryrd
952 lyxarrownot        stmry  88   0 mathrel    x  hiddensymbol #see arrownot defined below
953 lyxArrownot        stmry  89   0 mathrel    x  hiddensymbol #see Arrownot defined below
954 Mapstochar         stmry  90   0 mathrel    x  stmaryrd
955 mapsfromchar       stmry  91   0 mathrel    x  stmaryrd
956 Mapsfromchar       stmry  92   0 mathrel    x  stmaryrd
957 leftrightarrowtriangle stmry 93 0 mathrel   x  stmaryrd
958 leftarrowtriangle  stmry  94   0 mathrel    x  stmaryrd
959 rightarrowtriangle stmry  95   0 mathrel    x  stmaryrd
960 #bigtriangledown    stmry  96   0 mathop     x  stmaryrd #already in cmsy
961 #bigtriangleup      stmry  97   0 mathop     x  stmaryrd #already in cmsy
962 bigcurlyvee        stmry  98   0 mathop     x  stmaryrd
963 bigcurlywedge      stmry  99   0 mathop     x  stmaryrd
964 bigsqcap           stmry 100   0 mathop     x  stmaryrd
965 bigbox             stmry 101   0 mathop     x  stmaryrd
966 bigparallel        stmry 102   0 mathop     x  stmaryrd
967 biginterleave      stmry 103   0 mathop     x  stmaryrd
968 #hugetriangledown   stmry 104   0 mathop     x  stmaryrd # only in the font, not the .sty
969 #hugetriangleup     stmry 105   0 mathop     x  stmaryrd # only in the font, not the .sty
970 #hugecurlyvee       stmry 106   0 mathop     x  stmaryrd # only in the font, not the .sty
971 #hugecurlywedge     stmry 107   0 mathop     x  stmaryrd # only in the font, not the .sty
972 #hugesqcap          stmry 108   0 mathop     x  stmaryrd # only in the font, not the .sty
973 #hugebox            stmry 109   0 mathop     x  stmaryrd # only in the font, not the .sty
974 #hugeparallel       stmry 110   0 mathop     x  stmaryrd # only in the font, not the .sty
975 #hugeinterleave     stmry 111   0 mathop     x  stmaryrd # only in the font, not the .sty
976 bignplus           stmry 112   0 mathop     x  stmaryrd # caution: named hugenplus in the font
977 #largellbracket     stmry 113   0 mathopen   x  stmaryrd # only in the font, not the .sty
978 #Largellbracket     stmry 114   0 mathopen   x  stmaryrd # only in the font, not the .sty
979 #LARGEllbracket     stmry 115   0 mathopen   x  stmaryrd # only in the font, not the .sty
980 #hugellbracket      stmry 116   0 mathopen   x  stmaryrd # only in the font, not the .sty
981 #Largellbrackettop  stmry 117   0 mathopen   x  stmaryrd # only in the font, not the .sty
982 #Largellbracketbot  stmry 118   0 mathopen   x  stmaryrd # only in the font, not the .sty caution: named Hugellbrackettop in the font
983 #llbracketex        stmry 119   0 mathopen   x  stmaryrd # only in the font, not the .sty caution: named Hugellbracketbot in the font
984 #hugenplus          stmry 120   0 mathop     x  stmaryrd # only in the font, not the .sty caution: named Hugenplus in the font
985 #largerrbracket     stmry 121   0 mathclose  x  stmaryrd # only in the font, not the .sty
986 #Largerrbracket     stmry 122   0 mathclose  x  stmaryrd # only in the font, not the .sty
987 #LARGErrbracket     stmry 123   0 mathclose  x  stmaryrd # only in the font, not the .sty
988 #hugerrbracket      stmry 124   0 mathclose  x  stmaryrd # only in the font, not the .sty
989 #Largerrbrackettop  stmry 125   0 mathclose  x  stmaryrd # only in the font, not the .sty caution: named Hugerrbrackettop in the font
990 #Largerrbracketbot  stmry 126   0 mathclose  x  stmaryrd # only in the font, not the .sty caution: named Hugerrbracketbot in the font
991 #rrbracketex        stmry 127   0 mathclose  x  stmaryrd # only in the font, not the .sty caution: named Hugerrbracketex in the font
992
993 \def\varcopyright{\mathord{c\kern-11mu\varbigcirc}}         stmaryrd
994 # kerning is slightly imperfect so that one sees when \[Aa]rrownot is selected
995 \def\arrownot{\lyxarrownot}                                 stmaryrd
996 \def\Arrownot{\lyxArrownot\mathrel{\kern0.5mu}}             stmaryrd
997 \def\longarrownot{\mathrel{\kern5.5mu}\arrownot\mathrel{\kern-5.5mu}} stmaryrd
998 \def\Longarrownot{\mathrel{\kern5.5mu}\Arrownot\mathrel{\kern-5.5mu}} stmaryrd
999 \def\Mapsto{\Mapstochar\mathrel\Rightarrow}              mathrel &#x2907; stmaryrd
1000 \def\mapsfrom{\leftarrow\kern-9mu\mapsfromchar}          mathrel &#x21a4; stmaryrd
1001 \def\Mapsfrom{\Leftarrow\kern-9mu\Mapsfromchar}          mathrel &#x2906; stmaryrd
1002 \def\Longmapsto{\Mapstochar\Longrightarrow}              mathrel &#x27fe; stmaryrd
1003 \def\longmapsfrom{\longleftarrow\mapsfromchar}           mathrel &#x27fb; stmaryrd
1004 \def\Longmapsfrom{\Longleftarrow\mathrel{\kern1mu}\Mapsfromchar}   mathrel &#x27fd; stmaryrd
1005
1006 # symbols from the mhchem package, all of them are equivalent to a math symbol
1007 # mhchem is not loaded because these commands can only be used inside
1008 # a \ce or a \cf inset
1009
1010 sbond              cmsy        161   0 mathord  x
1011 dbond              cmr          61   0 mathord  x
1012 tbond              cmsy        180 186 mathord  x
1013
1014 # From the esint package:
1015 # We emulate some symbols if the esint10 font is not available.
1016 # It is important that they have the same requirements in both cases,
1017 # otherwise the LaTeX output would depend on the availability of the esint10
1018 # font in the GUI
1019 # Note that we do _not_ require the wasysym package for any integral besides
1020 # \varint and \varoint. The reason is that the integrals of the wasysym
1021 # package do not match the standard \int and \intop. See
1022 # http://www.lyx.org/trac/ticket/1942 for details.
1023 # If the wasysym integrals are really wanted then one has to load the package
1024 # manually and disable automatic loading of amsmath and esint.
1025 iffont esint
1026 int                esint        001    0  mathop  &int;         esint|amsmath
1027 intop              esint        001    0  mathop  &int;         esint
1028 iint               esint        003    0  mathop  &Int;         esint|amsmath
1029 iintop             esint        003    0  mathop  &Int;         esint
1030 iiint              esint        005    0  mathop  &tint;        esint|amsmath
1031
1032 iiintop            esint        005    0  mathop  &tint;        esint
1033 iiiint             esint        007    0  mathop  &qint;        esint|amsmath
1034
1035 iiiintop           esint        007    0  mathop  &qint;        esint
1036 oint               esint        011    0  mathop  &conint;      esint
1037
1038 ointop             esint        011    0  mathop  &conint;      esint
1039 oiint              esint        013    0  mathop  &Conint;      esint
1040 oiintop            esint        013    0  mathop  &Conint;      esint
1041 sqint              esint        015    0  mathop  x             esint
1042 sqintop            esint        015    0  mathop  x             esint
1043 sqiint             esint        017    0  mathop  x             esint
1044 sqiintop           esint        017    0  mathop  x             esint
1045 dotsint            esint        019    0  mathop  &int;&ctdot;&int; esint
1046 dotsintop          esint        019    0  mathop  &int;&ctdot;&int; esint
1047 ointctrclockwise   esint        023    0  mathop  &awconint;    esint
1048 ointctrclockwiseop esint        023    0  mathop  &awconint;    esint
1049 ointclockwise      esint        025    0  mathop  &cwconint;    esint
1050 ointclockwiseop    esint        025    0  mathop  &cwconint;    esint
1051 else
1052 int                cmex          82  242  mathop  &int;         esint|amsmath
1053 intop              cmex          82  242  mathop  &int;         esint
1054 iint               wasy         115    0  mathop  &Int;         esint|amsmath
1055 iintop             wasy         115    0  mathop  &Int          esint
1056 iiint              wasy         116    0  mathop  &tint;        esint|amsmath
1057
1058 iiintop            wasy         116    0  mathop  &tint;        esint
1059 \def\iiiint{\int\kern-6mu\int\kern-6mu\int\kern-6mu\int}        esint|amsmath
1060 \def\iiiintop{\int\kern-6mu\int\kern-6mu\int\kern-6mu\int}      esint
1061 \def\dotsint{\int\kern-3mu\cdots\kern-3mu\int}                  esint
1062 \def\dotsintop{\int\kern-3mu\cdots\kern-3mu\int}                esint
1063 oint               cmex          72    0  mathop  &conint;      esint
1064
1065 ointop             cmex          72    0  mathop  &conint;      esint
1066 oiint              wasy         118    0  mathop  &Conint;      esint
1067 oiintop            wasy         118    0  mathop  &Conint;      esint
1068 \def\sqint{\square\kern-17mu\int\kern6mu}                       esint
1069 \def\sqintop{\square\kern-17mu\int\kern6mu}                     esint
1070 \def\sqiint{\square\kern-20mu\iint\kern3mu}                     esint
1071 \def\sqiintop{\square\kern-20mu\iint\kern3mu}                   esint
1072 \def\ointctrclockwise{\circlearrowleft\kern-21mu\int\kern6mu}   esint
1073 \def\ointctrclockwiseop{\circlearrowleft\kern-21mu\int\kern6mu} esint
1074 \def\ointclockwise{\circlearrowright\kern-21mu\int\kern6mu}     esint
1075 \def\ointclockwiseop{\circlearrowright\kern-21mu\int\kern6mu}   esint
1076 endif
1077
1078 varointclockwise   esint        027    0  mathop  &cwconint;    esint
1079 varointclockwiseop esint        027    0  mathop  &cwconint;    esint
1080 varointctrclockwise esint       029    0  mathop  &awconint;    esint
1081 varointctrclockwiseop esint     029    0  mathop  &awconint;    esint
1082 fint               esint        031    0  mathop  &#x2a0f;      esint
1083 fintop             esint        031    0  mathop  &#x2a0f;      esint
1084 varoiint           esint        033    0  mathop  &Conint;      esint
1085 varoiintop         esint        033    0  mathop  &Conint;      esint
1086 landupint          esint        035    0  mathop  x             esint
1087 landupintop        esint        035    0  mathop  x             esint
1088 landdownint        esint        037    0  mathop  x             esint
1089 landdownintop      esint        037    0  mathop  x             esint
1090
1091
1092 # From the amsmath package:
1093 \def\idotsint{\int\kern-3mu\cdots\kern-3mu\int}                 amsmath
1094
1095
1096 log                lyxblacktext  0   0 func     x
1097 lg                 lyxblacktext  0   0 func     x
1098 ln                 lyxblacktext  0   0 func     x
1099 lim                lyxblacktext  0   0 funclim  x
1100 limsup             lyxblacktext  0   0 funclim  x
1101 liminf             lyxblacktext  0   0 funclim  x
1102 sin                lyxblacktext  0   0 func     x
1103 arcsin             lyxblacktext  0   0 func     x
1104 sinh               lyxblacktext  0   0 func     x
1105 cos                lyxblacktext  0   0 func     x
1106 arccos             lyxblacktext  0   0 func     x
1107 cosh               lyxblacktext  0   0 func     x
1108 tan                lyxblacktext  0   0 func     x
1109 arctan             lyxblacktext  0   0 func     x
1110 tanh               lyxblacktext  0   0 func     x
1111 cot                lyxblacktext  0   0 func     x
1112 coth               lyxblacktext  0   0 func     x
1113 sec                lyxblacktext  0   0 func     x
1114 csc                lyxblacktext  0   0 func     x
1115 max                lyxblacktext  0   0 funclim  x
1116 min                lyxblacktext  0   0 funclim  x
1117 sup                lyxblacktext  0   0 funclim  x
1118 inf                lyxblacktext  0   0 funclim  x
1119 arg                lyxblacktext  0   0 func     x
1120 ker                lyxblacktext  0   0 func     x
1121 dim                lyxblacktext  0   0 func     x
1122 hom                lyxblacktext  0   0 func     x
1123 det                lyxblacktext  0   0 funclim  x
1124 exp                lyxblacktext  0   0 func     x
1125 Pr                 lyxblacktext  0   0 funclim  x
1126 gcd                lyxblacktext  0   0 funclim  x
1127 deg                lyxblacktext  0   0 func     x
1128 mod                lyxblacktext  0   0 func     x     amsmath
1129 bmod               lyxblacktext  0   0 func     x
1130 pmod               lyxblacktext  0   0 func     x
1131 pod                lyxblacktext  0   0 func     x     amsmath
1132
1133
1134 # mathtools.sty
1135 vcentcolon         cmr          58  58    mathrel :             mathtools
1136 ordinarycolon      cmr          58  58    mathrel :             mathtools
1137 \def\dblcolon{\vcentcolon\mathrel{\kern-0.9mu}\vcentcolon}      mathrel ::       mathtools
1138 \def\coloneqq{\vcentcolon\mathrel{\kern-1.2mu}=}                mathrel &#x2254; mathtools
1139 \def\Coloneqq{\dblcolon\mathrel{\kern-1.2mu}=}                  mathrel ::=      mathtools
1140 \def\coloneq{\vcentcolon\mathrel{\kern-1.2mu}\mathrel{-}}       mathrel :-       mathtools
1141 \def\Coloneq{\dblcolon\mathrel{\kern-1.2mu}\mathrel{-}}         mathrel ::-      mathtools
1142 \def\eqqcolon{=\mathrel{\kern-1.2mu}\vcentcolon}                mathrel &#x2255; mathtools
1143 \def\Eqqcolon{=\mathrel{\kern-1.2mu}\dblcolon}                  mathrel =::      mathtools
1144 \def\eqcolon{\mathrel{-}\mathrel{\kern-1.2mu}\vcentcolon}                 mathrel -:       mathtools
1145 \def\Eqcolon{\mathrel{-}\mathrel{\kern-1.2mu}\dblcolon}                   mathrel -::      mathtools
1146 \def\colonapprox{\vcentcolon\mathrel{\kern-1.2mu}\approx}       mathrel :&ap;    mathtools
1147 \def\Colonapprox{\dblcolon\mathrel{\kern-1.2mu}\approx}         mathrel ::&ap;   mathtools
1148 \def\colonsim{\vcentcolon\mathrel{\kern-1.2mu}\sim}             mathrel :&sim;   mathtools
1149 \def\Colonsim{\dblcolon\mathrel{\kern-1.2mu}\sim}               mathrel ::&sim;  mathtools
1150
1151
1152 #
1153 # pre-defined macros
1154 #
1155
1156 \def\leq{\le}                                                   mathrel &le;
1157 \def\geq{\ge}                                                   mathrel &ge;
1158 \def\neq{\not=}                                                 mathrel &ne;
1159 \def\ne{\not=}                                                  mathrel &ne;
1160 \def\lnot{\neg}                                                 mathord &not;
1161 \def\notin{\not\in}                                             mathrel &notin;
1162
1163 \def\joinrel{\mathrel{\kern-3mu}}
1164 \def\relbar{\lyxbar}
1165 \def\Relbar{\mathrel{=}}
1166 \def\longleftrightarrow{\leftarrow\joinrel\rightarrow}          mathrel &#x27f7;
1167 \def\Longleftrightarrow{\Leftarrow\joinrel\Rightarrow}          mathrel &#x27fa;
1168 \def\iff{\Leftarrow\joinrel\Rightarrow}                         mathrel &#x27fa;
1169 \def\doteq{\stackrel{\cdot}{=}}                                 mathrel &#x2250;
1170
1171 iffont cmsy
1172 \def\longrightarrow{\relbar\joinrel\rightarrow}                 mathrel &xrarr;
1173 \def\longleftarrow{\leftarrow\joinrel\relbar}                   mathrel &xlarr;
1174 \def\Longrightarrow{\Relbar\joinrel\Rightarrow}                 mathrel &#x27F9;
1175 \def\Longleftarrow{\Leftarrow\joinrel\Relbar}                   mathrel &#x27F8;
1176 \def\implies{\Longrightarrow}                                   mathrel &#x27F9; amsmath
1177 \def\impliedby{\Longleftarrow}                                  mathrel &#x27F8; amsmath
1178 \def\mapsto{\mapstochar\rightarrow}                             mathrel &#x21A4;
1179 \def\longmapsto{\mapstochar\joinrel\relbar\joinrel\rightarrow}  mathrel &#x27FB;
1180 \def\models{\mathrel{\vert}\joinrel\Relbar}                     mathrel &vDash;
1181 else
1182 \def\implies{=>}                                                mathrel &#x27F9; amsmath
1183 \def\impliedby{<=}                                              mathrel &#x27F8; amsmath
1184 endif
1185 iffont cmm
1186 \def\hookrightarrow{\lhook\joinrel\rightarrow}                  mathrel &#x21AA;
1187 \def\hookleftarrow{\leftarrow\joinrel\rhook}                    mathrel &#x21A9;
1188 \def\bowtie{\mathrel\triangleright\joinrel\mathrel\triangleleft} mathrel &#x22C8;
1189 endif
1190 iffont msa
1191 \def\dashrightarrow{\mathrel{\lyxdabar\lyxdabar\lyxright}}      mathrel &#x290F; amssymb
1192 \def\dashleftarrow{\mathrel{\lyxleft\lyxdabar\lyxdabar}}        mathrel &#x290E; amssymb
1193 else
1194 \def\dashrightarrow{- - \rightarrow}                            mathrel &#x290F; amssymb
1195 \def\dashleftarrow{\leftarrow{} - -}                            mathrel &#x290E; amssymb
1196 endif
1197 \def\dasharrow{\dashrightarrow}                                 mathrel &#x290F; amssymb
1198 iffont msb
1199 \def\Join{\mathrel{\ltimes\kern-13.5mu\rtimes}}                 mathrel &#x2a1d; amssymb
1200 else
1201 \def\Join{|x|}                                                  mathrel &#x2a1d; amssymb
1202 endif
1203 \def\AA{\AA}{\text{Å}} textmode &Aring;  amstext,lyxmathsym
1204 \def\O{\O}{\text{Ø}}   textmode &Oslash; amstext,lyxmathsym
1205
1206 iffont cmsy
1207 # The \sim is placed too high...
1208 \def\cong{\stackrel{\sim}{=}}                                   mathrel &cong;
1209 lyxsurd               cmsy        112 0 mathord  &radic;
1210 \def\surd{^\lyxsurd}                                            mathord &radic;
1211 \def\textdegree{\text{°}} textmode &deg; textcomp,amstext,lyxmathsym
1212 else
1213 # FIXME: These don't work on OS X, since the Symbol font uses a different
1214 #        encoding and is therefore disabled in FontLoader::available().
1215 cong               lyxsymbol             64  0 mathrel  &cong;
1216 surd               lyxsymbol             214 0 mathord  &radic;
1217 textdegree         lyxsymbol             176 0 mathord  &deg; textcomp,amstext,lyxmathsym
1218 endif
1219
1220 #"{\hat{}}
1221
1222