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