]> git.lyx.org Git - lyx.git/blob - lib/symbols
SVG replacement of busy.gif
[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 htmlname xmlname
20 # or
21 # \def\macroname{definition} extra htmlname 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 # When two codes n1|n2 are specified for charid, the the second one will
248 # be used in display mode. This is only useful for mathop symbold (e.g.\sum).
249
250 #symbol            font   charid   charid-in-fallback-Xsymbol-font  math-class  HTML-entity XML-entity
251 alpha              cmm         174  97 mathord    α       α
252 beta               cmm         175  98 mathord    β        β
253 gamma              cmm         176 103 mathord    γ       γ
254 delta              cmm         177 100 mathord    δ       δ
255 epsilon            cmm         178   0 mathord    ε        ε
256 zeta               cmm         179 122 mathord    ζ        ζ
257 eta                cmm         180 104 mathord    η         η
258 theta              cmm         181 113 mathord    θ       θ
259 iota               cmm         182 105 mathord    ι        ι
260 kappa              cmm         183 107 mathord    κ       κ
261 lambda             cmm         184 108 mathord    λ      λ
262 mu                 cmm         185 109 mathord    μ          μ
263 nu                 cmm         186 110 mathord    ν          ν
264 xi                 cmm         187 120 mathord    ξ          ξ
265 pi                 cmm         188 112 mathord    π          π
266 rho                cmm         189 114 mathord    ρ         ρ
267 sigma              cmm         190 115 mathord    σ       σ
268 tau                cmm         191 116 mathord    τ         τ
269 upsilon            cmm         192 117 mathord    υ        υ
270 phi                cmm         193 102 mathord    φ         φ
271 chi                cmm         194  99 mathord    χ         χ
272 psi                cmm         195 121 mathord    ψ         ψ
273 omega              cmm          33 119 mathord    ω       ω
274 varepsilon         cmm          34 101 mathord    ϵ       ϵ
275 vartheta           cmm          35  74 mathord    ϑ      ϑ
276 varpi              cmm          36 118 mathord    ϖ         ϖ
277 varrho             cmm          37   0 mathord    ϱ        ϱ
278 varsigma           cmm          38  86 mathord    ς      ς
279 varphi             cmm          39 106 mathord    ϕ        ϕ
280 slash              cmr          47  47 mathord    /             /
281 Gamma              cmr         161  71 mathalpha  Γ       Γ
282 Delta              cmr         162  68 mathalpha  Δ       Δ
283 Theta              cmr         163  81 mathalpha  Θ       Θ
284 Lambda             cmr         164  76 mathalpha  Λ      Λ
285 Xi                 cmr         165  88 mathalpha  Ξ          Ξ
286 Pi                 cmr         166  80 mathalpha  Π          Π
287 Sigma              cmr         167  83 mathalpha  Σ       Σ
288 Upsilon            cmr         168 161 mathalpha  ϒ        Υ
289 Phi                cmr         169  70 mathalpha  Φ         Φ
290 Psi                cmr         170  89 mathalpha  Ψ         Ψ
291 Omega              cmr         172  87 mathalpha  Ω       Ω
292 aleph              cmsy         64 192 mathord    ℵ       ℵ
293 imath              cmm         123   0 mathord    ı       ı
294 jmath              cmm         124   0 mathord    ȷ       ȷ
295 ell                cmm          96   0 mathord    ℓ         ℓ
296 wp                 cmm         125 195 mathord    ℘      ℘
297 Re                 cmsy         60 194 mathord    ℜ        ℜ
298 Im                 cmsy         61 193 mathord    &imaginary;   ℑ
299 partial            cmm          64 182 mathord    ∂        ∂
300 infty              cmsy         49 165 mathord    ∞       ∞
301 prime              cmsy         48 162 mathord    ′       ′
302 emptyset           cmsy         59   0 mathord    ∅       ∅
303 nabla              cmsy        114 209 mathord    ∇       ∇
304 top                cmsy         62   0 mathord    ⊤         ⊤
305 bot                cmsy         63  94 mathord    ⊥      ⊥
306 triangle           cmsy         52   0 mathord    ▵        ▵
307 forall             cmsy         56  34 mathord    ∀      ∀
308 exists             cmsy         57  36 mathord    ∃       ∃
309 neg                cmsy         58 216 mathord    ¬         ¬
310 flat               cmm          91   0 mathord    ♭        ♭
311 natural            cmm          92   0 mathord    ♮       ♮
312 sharp              cmm          93  35 mathord    ♯       ♯
313 clubsuit           cmsy        124 167 mathord    ♣       ♣
314 diamondsuit        cmsy        125 168 mathord    ♢      ♢
315 heartsuit          cmsy        126 169 mathord    ♡      ♡
316 spadesuit          cmsy        127 170 mathord    ♠      ♠
317 # We define lyxnot as mathrel in order to have proper alignment
318 lyxnot             cmsy         54  47 mathrel  /           hiddensymbol
319 iffont cmsy
320 # kerning is slightly imperfect so that one can see when \not is selected
321 \def\not{\lyxnot}
322 else
323 \def\not{\kern4mu\lyxnot\kern-19mu}
324 endif
325 coprod             cmex      96|97   0 mathop   ⨿         ⨿
326 bigvee             cmex      87|95   0 mathop   ⋁          ⋁
327 bigwedge           cmex      86|94   0 mathop   ⋀        ⋀
328 biguplus           cmex      85|93   0 mathop   ⨄        ⨄
329 bigcap             cmex      84|92   0 mathop   ⋂          ⋂
330 bigcup             cmex      83|91   0 mathop   ⋃          ⋃
331 prod               cmex      81|89 213 mathop   ∏          ∏
332 sum                cmex      80|88 229 mathop   ∑           ∑
333 bigotimes          cmex      78|79   0 mathop   ⨂        ⨂
334 bigoplus           cmex      76|77   0 mathop   ⨁        ⨁
335 bigodot            cmex      74|75   0 mathop   ⨀         ⨀
336 bigsqcup           cmex      70|71   0 mathop   ⨆        ⨆
337 smallint           cmsy        115   0 mathop   ∫           ∫
338 triangleleft       cmm          47   0 mathbin  ◃          ◃
339 triangleright      cmm          46   0 mathbin  ▹          ▹
340 bigtriangleup      cmsy         52   0 mathbin  △         △
341 bigtriangledown    cmsy         53   0 mathbin  ▽         ▽
342 wedge              cmsy         94 217 mathbin  ∧           ∧
343 land               cmsy         94 217 mathbin  ⋀        ⋀
344 vee                cmsy         95 218 mathbin  ∨            ∨
345 lor                cmsy         95 218 mathbin  ⋁          ⋁
346 cap                cmsy         92 199 mathbin  ∩           ∩
347 cup                cmsy         91 200 mathbin  ∪           ∪
348 ddagger            cmsy        122   0 mathbin  ‡        ‡
349 dagger             cmsy        121   0 mathbin  †        †
350 sqcap              cmsy        117   0 mathbin  ⊓         ⊓
351 sqcup              cmsy        116   0 mathbin  ⊔         ⊔
352 uplus              cmsy         93   0 mathbin  ⊎         ⊎
353 amalg              cmsy        113   0 mathbin  ⨿         ⨿
354 diamond            cmsy        166 224 mathbin  ◊           ◊
355 bullet             cmsy        178 183 mathbin  •          •
356 wr                 cmsy        111   0 mathbin  ≀        ≀
357 div                cmsy        165 184 mathbin  ÷        ÷
358 odot               cmsy        175   0 mathbin  ⊙          ⊙
359 oslash             cmsy        174 198 mathbin  ø        ø
360 otimes             cmsy        172 196 mathbin  ⊗        ⊗
361 ominus             cmsy        170   0 mathbin  ⊖        ⊖
362 oplus              cmsy        169 197 mathbin  ⊕         ⊕
363 mp                 cmsy        168   0 mathbin  ∓        ∓
364 pm                 cmsy        167 177 mathbin  ±        ±
365 circ               cmsy        177   0 mathbin  ○           ○
366 bigcirc            cmsy        176   0 mathbin  ◯         ◯
367 setminus           cmsy        110   0 mathbin  ∖         ∖
368 cdot               cmsy        162 215 mathbin  ⋅          ⋅
369 ast                cmsy        164   0 mathbin  ∗        ∗
370 times              cmsy        163 180 mathbin  ×         ×
371 star               cmm          63   0 mathbin  ★         ★
372 propto             cmsy         47 181 mathrel  ∝         ∝
373 sqsubseteq         cmsy        118   0 mathrel  ⊑        ⊑
374 sqsupseteq         cmsy        119   0 mathrel  ⊒        ⊒
375 parallel           cmsy        107   0 mathrel  ∥          ∥
376 mid                cmsy        106 124 mathrel  ∣          ∣
377 lvert              cmsy        106 124 mathrel  &lvert;         |        amsmath
378 rvert              cmsy        106 124 mathrel  &rvert;         |        amsmath
379 dashv              cmsy         97   0 mathrel  ⊣         ⊣
380 vdash              cmsy         96   0 mathrel  ⊢         ⊢
381 nearrow            cmsy         37   0 mathrel  ↗         ↗
382 searrow            cmsy         38   0 mathrel  ↘         ↘
383 nwarrow            cmsy         45   0 mathrel  ↖         ↖
384 swarrow            cmsy         46   0 mathrel  ↙         ↙
385 Leftrightarrow     cmsy         44 219 mathrel  ↔          ↔
386 Leftarrow          cmsy         40 220 mathrel  ⇐          ⇐
387 Rightarrow         cmsy         41 222 mathrel  ⇒          ȝ
388 le                 cmsy        183 163 mathrel  ≤            ≤
389 ge                 cmsy        184 179 mathrel  ≥            ≥
390 succ               cmsy        194   0 mathrel  ≻            ≻
391 prec               cmsy        193   0 mathrel  ≺            ≺
392 approx             cmsy        188 187 mathrel  ≈            ≈
393 succeq             cmsy        186   0 mathrel  ⪰           ⪰
394 preceq             cmsy        185   0 mathrel  ⪯           ⪯
395 supset             cmsy        190 201 mathrel  ⊃           ⊃
396 subset             cmsy        189 204 mathrel  ⊂           ⊂
397 supseteq           cmsy        182 202 mathrel  ⊇          ⊇
398 subseteq           cmsy        181 205 mathrel  ⊆          ⊆
399 in                 cmsy         50 206 mathrel  ∈          ∈
400 ni                 cmsy         51  39 mathrel  ∋            ∋
401 owns               cmsy         51  39 mathrel  ∋            ∋
402 gg                 cmsy        192   0 mathrel  ≫            ≫
403 ll                 cmsy        191   0 mathrel  ≪            ≪
404 leftrightarrow     cmsy         36 171 mathrel  ↔          ↔
405 leftarrow          cmsy        195 172 mathrel  ←          ←
406 gets               cmsy        195 172 mathrel  ←          ←
407 rightarrow         cmsy         33 174 mathrel  →          →
408 to                 cmsy         33 174 mathrel  →          →
409 mapstochar         cmsy         55   0 mathrel  ⤇        ⤇
410 sim                cmsy        187 126 mathrel  ∼           ∼
411 simeq              cmsy         39   0 mathrel  ≃          ≃
412 perp               cmsy         63   0 mathrel  ⊥          ⊥
413 equiv              cmsy        180 186 mathrel  ≡         ≡
414 asymp              cmsy        179   0 mathrel  ≈         ≈
415 smile              cmm          94   0 mathrel  ⌣         ⌣
416 frown              cmm          95   0 mathrel  ⌢         ⌢
417 leftharpoonup      cmm          40   0 mathrel  ↼         ↼
418 leftharpoondown    cmm          41   0 mathrel  ↽         ↽
419 rightharpoonup     cmm          42   0 mathrel  ⇀         ⇀
420 rightharpoondown   cmm          43   0 mathrel  ⇁         ⇁
421 lhook              cmm          44   0 mathrel  ↩     ↩
422 rhook              cmm          45   0 mathrel  ↪    ↪
423 ldotp              cmm          58   0 mathpunct  <mo>.</mo>        <mo>.</mo>
424 # TODO: how to make this namespaced?
425 cdotp              cmsy        162   0 mathpunct  &sdot;        &#x22C5;
426 colon              cmr          58  58 mathpunct  &colon;       &#x003A;
427 arrowvert          cmsy        106   0 mathord  &verbar;        &#x007C;
428 Arrowvert          cmsy        107   0 mathord  &par;           &#x2225;
429 Vert               cmsy        107   0 mathord  &par;           &#x2225;
430 lVert              cmsy        107   0 mathord  &par;           &#x2225;        amsmath
431 rVert              cmsy        107   0 mathord  &par;           &#x2225;        amsmath
432 |                  cmsy        107   0 mathord  &verbar;        &#x007C;
433 vert               cmsy        106   0 mathord  &verbar;        &#x007C;
434 uparrow            cmsy         34 173 mathrel  &uarr;          &#x2191;
435 downarrow          cmsy         35 175 mathrel  &darr;          &#x2193;
436 updownarrow        cmsy        108   0 mathrel  &varr;          &#x2195;
437 Uparrow            cmsy         42 221 mathrel  &uArr;          &#x21D1;
438 Downarrow          cmsy         43 223 mathrel  &dArr;          &#x21D3;
439 Updownarrow        cmsy        109   0 mathrel  &vArr;          &#x21D5;
440 backslash          cmsy        110   0 mathord  &bsol;          &#x005C;
441 rangle             cmsy        105 241 mathclose  &rang;        &#x232A;
442 langle             cmsy        104 225 mathopen  &lang;         &#x2329;
443 rbrace             cmsy        103   0 mathclose  &rcub;        &#x007D;
444 lbrace             cmsy        102   0 mathopen  &lcub;         &#x007B;
445 rceil              cmsy        101 249 mathclose  &rceil;       &#x2309;
446 lceil              cmsy        100 233 mathopen  &lceil;        &#x2308;
447 rfloor             cmsy         99 251 mathclose  &rfloor;      &#x230B;
448 lfloor             cmsy         98 235 mathopen  &lfloor;       &#x230A;
449 mathparagraph      cmsy        123   0 mathord  &para;          &#x00B6;
450 mathsection        cmsy        120   0 mathord  &sect;          &#x00A7;
451 mathdollar         cmr          36   0 mathord  &dollar;        &#x0024;
452
453 # Generated from amsfonts.sty
454
455 yen                msa          85   0 mathord  &yen;           &#x00A5;
456 checkmark          msa          88   0 mathord  &check;         &#x2713;
457 circledR           msa         114   0 mathord  &reg;           &#x00AE;
458 maltese            msa         122   0 mathord  &malt;          &#x2720;
459 ulcorner           msa         112   0 mathopen  &ulcorn;       &#x231C;
460 urcorner           msa         113   0 mathclose  &urcorn;      &#x231D;
461 llcorner           msa         120   0 mathopen  &dlcorn;       &#x231E;
462 lrcorner           msa         121   0 mathclose  &drcorn;      &#x231F;
463 rightleftharpoons  msa         172   0 mathrel  &lrhar;         &#x21CB;
464 angle              msa          92 208 mathord  &ang;           &#x2220;
465 sqsubset           msa          64   0 mathrel  &sqsub;         &#x228F;
466 sqsupset           msa          65   0 mathrel  &sqsup;         &#x2290;
467 mho                msb         102   0 mathord  &mho;           &#x2127;
468 square             msa         164   0 mathord  &square;        &#x25A1;
469 Box                msa         164   0 mathord  &square;        &#x25A1;
470 lozenge            msa         167   0 mathord  &loz;           &#x25CA;
471 Diamond            msa         167   0 mathord  &diam;          &#x22C4;
472 vartriangleright   msa          66   0 mathrel  &rtri;          &#x25B9;
473 vartriangleleft    msa          67   0 mathrel  &ltri;          &#x25C3;
474 trianglerighteq    msa          68   0 mathrel  &rtrie;         &#x22B5;
475 trianglelefteq     msa          69   0 mathrel  &ltrie;         &#x22B4;
476 rightsquigarrow    msa         195   0 mathrel  &rarrw;         &#x219D;
477 lhd                msa          67   0 mathbin  &ltri;          &#x25C3;
478 unlhd              msa          69   0 mathbin  &ltrie;         &#x22B4;
479 rhd                msa          66   0 mathbin  &rtri;          &#x25B9;
480 unrhd              msa          68   0 mathbin  &rtrie;         &#x22B5;
481
482 # Generated from amssymb.sty
483
484 boxdot             msa         161   0 mathbin  &sdotb;         &#x22A1;
485 boxplus            msa         162   0 mathbin  &plusb;         &#x229E;
486 boxtimes           msa         163   0 mathbin  &timesb;        &#x22A0;
487 blacksquare        msa         165   0 mathord  &block;         &#x2588;
488 centerdot          msa         166   0 mathbin  &squarf;        &#x25AA;
489 blacklozenge       msa         168   0 mathord  &diams;         &#x2666;
490 circlearrowright   msa         169   0 mathrel  &orarr;         &#x21BB;
491 circlearrowleft    msa         170   0 mathrel  &olarr;         &#x21BA;
492 leftrightharpoons  msa         174   0 mathrel  &lrhar;         &#x21CB;
493 boxminus           msa         175   0 mathbin  &minusb;        &#x229F;
494 Vdash              msa         176   0 mathrel  &Vdash;         &#x22A9;
495 Vvdash             msa         177   0 mathrel  &Vvdash;        &#x22AA;
496 vDash              msa         178   0 mathrel  &vDash;         &#x22A8;
497 twoheadrightarrow  msa         179   0 mathrel  &Rarr;          &#x21A0;
498 twoheadleftarrow   msa         180   0 mathrel  &Larr;          &#x219E;
499 leftleftarrows     msa         181   0 mathrel  &llarr;         &#x21C7;
500 rightrightarrows   msa         182   0 mathrel  &rrarr;         &#x21C9;
501 upuparrows         msa         183   0 mathrel  &uuarr;         &#x21C8;
502 downdownarrows     msa         184   0 mathrel  &ddarr;         &#x21CA;
503 upharpoonright     msa         185   0 mathrel  &uharr;         &#x21BE;
504 restriction        msa         185   0 mathrel  &uharr;         &#x21BE;
505 downharpoonright   msa         186   0 mathrel  &dharr;         &#x21C2;
506 upharpoonleft      msa         187   0 mathrel  &uharl;         &#x21BF;
507 downharpoonleft    msa         188   0 mathrel  &dharl;         &#x21C3;
508 rightarrowtail     msa         189   0 mathrel  &rarrtl;        &#x21A3;
509 leftarrowtail      msa         190   0 mathrel  &larrtl;        &#x21A2;
510 leftrightarrows    msa         191   0 mathrel  &lrarr;         &#x21C6;
511 rightleftarrows    msa         192   0 mathrel  &rlarr;         &#x21C4;
512 Lsh                msa         193   0 mathrel  &lsh;           &#x21B0;
513 Rsh                msa         194   0 mathrel  &rsh;           &#x21B1;
514 leftrightsquigarrow msa         33   0 mathrel  &harrw;         &#x21AD;
515 looparrowleft      msa          34   0 mathrel  &larrlp;        &#x21AB;
516 looparrowright     msa          35   0 mathrel  &rarrlp;        &#x21AC;
517 circeq             msa          36   0 mathrel  &cire;          &#x2257;
518 succsim            msa          37   0 mathrel  &scsim;         &#x227F;
519 gtrsim             msa          38   0 mathrel  &gsim;          &#x2273;
520 gtrapprox          msa          39   0 mathrel  &gap;           &#x2A86;
521 multimap           msa          40   0 mathrel  &mumap;         &#x22B8;
522 therefore          msa          41  92 mathrel  &there4;        &#x2234;
523 because            msa          42   0 mathrel  &becaus;        &#x2235;
524 doteqdot           msa          43   0 mathrel  &eDot;          &#x2251;
525 Doteq              msa          43   0 mathrel  &eDot;          &#x2251;
526 triangleq          msa          44   0 mathrel  &trie;          &#x225C;
527 precsim            msa          45   0 mathrel  &prsim;         &#x227E;
528 lesssim            msa          46   0 mathrel  &lsim;          &#x2272;
529 lessapprox         msa          47   0 mathrel  &lap;           &#x2A85;
530 eqslantless        msa          48   0 mathrel  &els;           &#x2A95;
531 eqslantgtr         msa          49   0 mathrel  &egs;           &#x2A96;
532 curlyeqprec        msa          50   0 mathrel  &cuepr;         &#x22DE;
533 curlyeqsucc        msa          51   0 mathrel  &cuesc;         &#x22DF;
534 preccurlyeq        msa          52   0 mathrel  &prcue;         &#x227C;
535 leqq               msa          53   0 mathrel  &lE;            &#x2266;
536 leqslant           msa          54   0 mathrel  &les;           &#x2A7D;
537 lessgtr            msa          55   0 mathrel  &lg;            &#x2276;
538 backprime          msa          56   0 mathord  &bprime;        &#x2035;
539 risingdotseq       msa          58   0 mathrel  &erDot;         &#x2253;
540 fallingdotseq      msa          59   0 mathrel  &efDot;         &#x2252;
541 succcurlyeq        msa          60   0 mathrel  &sccue;         &#x227D;
542 geqq               msa          61   0 mathrel  &gE;            &#x2267;
543 geqslant           msa          62   0 mathrel  &ges;           &#x2A7E;
544 gtrless            msa          63   0 mathrel  &gl;            &#x2277;
545 bigstar            msa          70   0 mathord  &starf;         &#x2605;
546 between            msa          71   0 mathrel  &twixt;         &#x226C;
547 blacktriangledown  msa          72   0 mathord  &dtrif;         &#x25BE;
548 blacktriangleright msa          73   0 mathrel  &rtrif;         &#x25B8;
549 blacktriangleleft  msa          74   0 mathrel  &ltrif;         &#x25C2;
550 vartriangle        msa          77   0 mathrel  &#x25b5;        &#x25B5;
551 blacktriangle      msa          78   0 mathord  &utrif;         &#x25B4;
552 triangledown       msa          79   0 mathord  &dtri;          &#x25BF;
553 eqcirc             msa          80   0 mathrel  &ecir;          &#x2256;
554 lesseqgtr          msa          81   0 mathrel  &leg;           &#x22DA;
555 gtreqless          msa          82   0 mathrel  &gel;           &#x22DB;
556 lesseqqgtr         msa          83   0 mathrel  &lEg;           &#x2A8B;
557 gtreqqless         msa          84   0 mathrel  &gEl;           &#x2A8C;
558 Rrightarrow        msa          86   0 mathrel  &rAarr;         &#x21DB;
559 Lleftarrow         msa          87   0 mathrel  &lAarr;         &#x21DA;
560 veebar             msa          89   0 mathbin  &veebar;        &#x22BB;
561 barwedge           msa          90   0 mathbin  &barwed;        &#x2305;
562 doublebarwedge     msa          91   0 mathbin  &Barwed;        &#x2306;
563 measuredangle      msa          93   0 mathord  &angmsd;        &#x2221;
564 sphericalangle     msa          94   0 mathord  &angsph;        &#x2222;
565 varpropto          msa          95   0 mathrel  &vprop;         &#x221D;
566 smallsmile         msa          96   0 mathrel  &ssmile;        &#x2323;
567 smallfrown         msa          97   0 mathrel  &sfrown;        &#x2322;
568 Subset             msa          98   0 mathrel  &Sub;           &#x22D0;
569 Supset             msa          99   0 mathrel  &Sup;           &#x22D1;
570 Cup                msa         100   0 mathbin  &Cup;           &#x22D3;
571 doublecup          msa         100   0 mathbin  &Cup;           &#x22D3;
572 Cap                msa         101   0 mathbin  &Cap;           &#x22D2;
573 doublecap          msa         101   0 mathbin  &Cap;           &#x22D2;
574 curlywedge         msa         102   0 mathbin  &cuwed;         &#x22CF;
575 curlyvee           msa         103   0 mathbin  &cuvee;         &#x22CE;
576 leftthreetimes     msa         104   0 mathbin  &lthree;        &#x22CB;
577 rightthreetimes    msa         105   0 mathbin  &rthree;        &#x22CC;
578 subseteqq          msa         106   0 mathrel  &subE;          &#x2AC5;
579 supseteqq          msa         107   0 mathrel  &supE;          &#x2AC6;
580 bumpeq             msa         108   0 mathrel  &bumpe;         &#x224F;
581 Bumpeq             msa         109   0 mathrel  &bump;          &#x224E;
582 lll                msa         110   0 mathrel  &Ll;            &#x22D8;
583 llless             msa         110   0 mathrel  &Ll;            &#x22D8;
584 ggg                msa         111   0 mathrel  &Gg;            &#x22D9;
585 gggtr              msa         111   0 mathrel  &Gg;            &#x22D9;
586 circledS           msa         115   0 mathord  &oS;            &#x24C8;
587 pitchfork          msa         116   0 mathrel  &fork;          &#x22D4;
588 dotplus            msa         117   0 mathbin  &plusdo;        &#x2214;
589 backsim            msa         118   0 mathrel  &bsim;          &#x223D;
590 backsimeq          msa         119   0 mathrel  &bsime;         &#x22CD;
591 complement         msa         123   0 mathord  &comp;          &#x2201;
592 intercal           msa         124   0 mathbin  &intcal;        &#x22BA;
593 circledcirc        msa         125   0 mathbin  &ocir;          &#x229A;
594 circledast         msa         126   0 mathbin  &oast;          &#x229B;
595 circleddash        msa         127   0 mathbin  &odash;         &#x229D;
596 lvertneqq          msb         161   0 mathrel  &lvnE;          &#x2268;&#xFE00;
597 gvertneqq          msb         162   0 mathrel  &gvnE;          &#x2269;&#xFE00;
598 nleq               msb         163   0 mathrel  &nle;           &#x2270;
599 ngeq               msb         164   0 mathrel  &nge;           &#x2271;
600 nless              msb         165   0 mathrel  &nlt;           &#x226E;
601 ngtr               msb         166   0 mathrel  &ngt;           &#x226F;
602 nprec              msb         167   0 mathrel  &npr;           &#x2280;
603 nsucc              msb         168   0 mathrel  &nsc;           &#x2281;
604 lneqq              msb         169   0 mathrel  &lnE;           &#x2268;
605 gneqq              msb         170   0 mathrel  &gnE;           &#x2269;
606 nleqslant          msb         172   0 mathrel  &nles;          &#x2A7D;&#x338;
607 ngeqslant          msb         174   0 mathrel  &nges;          &#x2A7E;&#x338;
608 lneq               msb         175   0 mathrel  &nle;           &#x2270;
609 gneq               msb         176   0 mathrel  &gne;           &#x2A88;
610 npreceq            msb         177   0 mathrel  &nprcue;        &#x22E0;
611 nsucceq            msb         178   0 mathrel  &nsccue;        &#x22E1;
612 precnsim           msb         179   0 mathrel  &prnsim;        &#x22E8;
613 succnsim           msb         180   0 mathrel  &scnsim;        &#x22E9;
614 lnsim              msb         181   0 mathrel  &lnsim;         &#x22E6;
615 gnsim              msb         182   0 mathrel  &gnsim;         &#x22E7;
616 nleqq              msb         183   0 mathrel  &nlE;           &#x2266;&#x0338;
617 ngeqq              msb         184   0 mathrel  &ngE;           &#x2267;&#x0338;
618 precneqq           msb         185   0 mathrel  &prnE;          &#x2AB5;
619 succneqq           msb         186   0 mathrel  &scnE;          &#x2AB6;
620 precnapprox        msb         187   0 mathrel  &prnap;         &#x2AB9;
621 succnapprox        msb         188   0 mathrel  &scnap;         &#x2ABA;
622 lnapprox           msb         189   0 mathrel  &lnap;          &#x2A89;
623 gnapprox           msb         190   0 mathrel  &gnap;          &#x2A8A;
624 nsim               msb         191   0 mathrel  &nsim;          &#x2241;
625 ncong              msb         192   0 mathrel  &ncong;         &#x2247;
626 diagup             msb         193   0 mathord  &#x2571;        &#x2571;
627 diagdown           msb         194   0 mathord  &#x2572;        &#x2572;
628 varsubsetneq       msb         195   0 mathrel  &vsubne;        &#x228A;&#xFE00;
629 varsupsetneq       msb          33   0 mathrel  &vsupne;        &#x228B;&#xFE00;
630 nsubseteqq         msb          34   0 mathrel  &nsube;         &#x2288;
631 nsupseteqq         msb          35   0 mathrel  &nsupe;         &#x2289;
632 subsetneqq         msb          36   0 mathrel  &nsubE;         &#x2AC5;&#0338;
633 supsetneqq         msb          37   0 mathrel  &nsupE;         &#x2AC6;&#0338;
634 varsubsetneqq      msb          38   0 mathrel  &vsubnE;        &#x2ACB;&#0338;
635 varsupsetneqq      msb          39   0 mathrel  &vsupnE;        &#x2ACC;&#0338;
636 subsetneq          msb          40   0 mathrel  &subne;         &#x228A;
637 supsetneq          msb          41   0 mathrel  &supne;         &#x228B;
638 nsubseteq          msb          42   0 mathrel  &nsube;         &#x2288;
639 nsupseteq          msb          43   0 mathrel  &nsupe;         &#x2289;
640 nparallel          msb          44   0 mathrel  &npar;          &#x2226;
641 nmid               msb          45   0 mathrel  &rnmid;         &#x2AEE;
642 nshortmid          msb          46   0 mathrel  &nsmid;         &#x2224;
643 nshortparallel     msb          47   0 mathrel  &nspar;         &#x2226;
644 nvdash             msb          48   0 mathrel  &nvdash;        &#x22AC;
645 nVdash             msb          49   0 mathrel  &nVdash;        &#x22AE;
646 nvDash             msb          50   0 mathrel  &nvDash;        &#x22AD;
647 nVDash             msb          51   0 mathrel  &nVDash;        &#x22AF;
648 ntrianglerighteq   msb          52   0 mathrel  &nrtrie;        &#x22ED;
649 ntrianglelefteq    msb          53   0 mathrel  &nltrie;        &#x22EC;
650 ntriangleleft      msb          54   0 mathrel  &nltri;         &#x22EA;
651 ntriangleright     msb          55   0 mathrel  &nrtri;         &#x22EB;
652 nleftarrow         msb          56   0 mathrel  &nlarr;         &#x219A;
653 nrightarrow        msb          57   0 mathrel  &nrarr;         &#x219B;
654 nLeftarrow         msb          58   0 mathrel  &nlArr;         &#x21CD;
655 nRightarrow        msb          59   0 mathrel  &nrArr;         &#x21CF;
656 nLeftrightarrow    msb          60   0 mathrel  &nhArr;         &#x21CE;
657 nleftrightarrow    msb          61   0 mathrel  &nharr;         &#x21AE;
658 divideontimes      msb          62   0 mathbin  &divonx;        &#x22C7;
659 varnothing         msb          63   0 mathord  &emptyv;        &#x2205;
660 nexists            msb          64   0 mathord  &nexist;        &#x2204;
661 Finv               msb          96   0 mathord  &#x2132;        &#x2132;
662 Game               msb          97   0 mathord  &#x2141;        &#x2141;
663 eth                msb         103   0 mathord  &#x00F0;        &#x00F0;
664 eqsim              msb         104   0 mathrel  &esim;          &#x2242;
665 beth               msb         105   0 mathord  &beth;          &#x2136;
666 gimel              msb         106   0 mathord  &gimel;         &#x2137;
667 daleth             msb         107   0 mathord  &daleth;        &#x2138;
668 lessdot            msb         108   0 mathbin  &ltdot;         &#x22D6;
669 gtrdot             msb         109   0 mathbin  &gtdot;         &#x22D7;
670 ltimes             msb         110   0 mathbin  &ltimes;        &#x22C9;
671 rtimes             msb         111   0 mathbin  &rtimes;        &#x22CA;
672 shortmid           msb         112   0 mathrel  &smid;          &#x2223;
673 shortparallel      msb         113   0 mathrel  &spar;          &#x2225;
674 smallsetminus      msb         114   0 mathbin  &ssetmn;        &#x2216;
675 thicksim           msb         115   0 mathrel  &thksim;        &#x223C;
676 thickapprox        msb         116   0 mathrel  &thkap;         &#x2248;
677 approxeq           msb         117   0 mathrel  &ape;           &#x224A;
678 succapprox         msb         118   0 mathrel  &scap;          &#x2AB8;
679 precapprox         msb         119   0 mathrel  &prap;          &#x2AB7;
680 curvearrowleft     msb         120   0 mathrel  &cularr;        &#x21B6;
681 curvearrowright    msb         121   0 mathrel  &curarr;        &#x21B7;
682 digamma            msb         122   0 mathord  &gammad;        &#x03DD;
683 varkappa           msb         123   0 mathord  &kappav;        &#x03F0;
684 # Note: Other blackboard symbols are in the same unicode range
685 Bbbk               msb         124   0 mathord  &#x1d55c;       &#x1d55c;
686 hslash             msb         125   0 mathord  &plankv;        &#x210F;
687 hbar               msb         126   0 mathord  &planck;        &#x210F;
688 backepsilon        msb         127   0 mathrel  &bepsi;         &#x03F6;
689
690 lyxbar             cmsy        161   0 mathrel   &mdash;        &#x2014;        hiddensymbol
691 lyxminus           cmsy        161   0 mathbin   &mdash;        &#x2014;        hiddensymbol
692 lyxplus            cmr          43  43 mathbin   +              +               hiddensymbol
693 lyxeq              cmr          61  61 mathord   =              =               hiddensymbol
694 lyxeqrel           cmr          61  61 mathrel   =              =               hiddensymbol
695 lyxlt              cmm          60  60 mathrel   &lt;           &lt;            hiddensymbol
696 lyxgt              cmm          62  62 mathrel   &gt;           &gt;            hiddensymbol
697 lyxdabar           msa          57   0 mathord   &ndash;        &#x2013;        hiddensymbol
698 lyxright           msa          75   0 mathord   &rarr;         &#x2192;        hiddensymbol
699 lyxleft            msa          76   0 mathord   &larr;         &#x2190;        hiddensymbol
700
701 male               wasy          26  0 x        &male;          &#x2642;
702 female             wasy          25  0 x        &female;        &#x2640;
703 currency           wasy          27  0 textmode &curren;        &#x00A4;        wasysym,amstext,lyxmathsym # works in text mode only (produces \oe in math mode)
704 phone              wasy          7   0 textmode &phone;         &#x260E;        wasysym,amstext,lyxmathsym # works in text mode only (produces \Upsilon in math mode)
705 recorder           wasy          6   0 textmode &telrec;        &#x2315;        wasysym,amstext,lyxmathsym # works in text mode only (produces \Sigma in math mode)
706 clock              wasy          28  0 textmode &clock;         &#x23F2;        wasysym,amstext,lyxmathsym # works in text mode only (produces \o in math mode)
707 lightning          wasy          18  0 textmode &#x2607;        &#x2607;        wasysym,amstext,lyxmathsym # works in text mode only (produces ` in math mode)
708 # qt does not display characters at the \t position (0x09)
709 pointer            wasy          170  0 textmode &#x21E8;       &#x21E8;        wasysym,amstext,lyxmathsym # works in text mode only (produces \Psi in math mode)
710 RIGHTarrow         wasy          17  0 textmode &#x25B6;        &#x25B6;        wasysym,amstext,lyxmathsym # works in text mode only (produces \jmath in math mode)
711 LEFTarrow          wasy          16  0 textmode &#x25C0;        &#x25C0;        wasysym,amstext,lyxmathsym # works in text mode only (produces \imath in math mode)
712 UParrow            wasy          75  0 textmode &#x25B2;        &#x25B2;        wasysym,amstext,lyxmathsym # works in text mode only (produces K in math mode)
713 DOWNarrow          wasy          76  0 textmode &#x25BC;        &#x25BC;        wasysym,amstext,lyxmathsym # works in text mode only (produces L in math mode)
714 AC                 wasy          58  0 textmode &#x223F;        &#x223F;        wasysym,amstext,lyxmathsym # works in text mode only
715 \def\HF{\approx}                                         wasysym
716 VHF                wasy          64  0 x        &#x224B;        &#x224B;        # triple tilde
717 Square             wasy          50  0 x        &square;        &#x25A1;
718 \def\CheckedBox{\Square\kern-13.4mu\checked}              wasysym
719 XBox               wasy          52  0 x        &timesb;        &#x22A0;
720 hexagon            wasy          55  0 x        &#x2b21;        &#x2B21;
721 pentagon           wasy          68  0 x        &#x2b20;        &#x2B20;
722 octagon            wasy          56  0 x        x               x
723 varhexagon         wasy          57  0 x        &#x2b21;        &#x2B21;
724 hexstar            wasy          65  0 x        &sext;          &#x2736;
725 varhexstar         wasy          66  0 x        &sext;          &#x2736;
726 davidsstar         wasy          67  0 x        &#x2721;        &#x2721;
727 diameter           wasy          31  0 x        &#x2300;        &#x2300;
728 invdiameter        wasy          21  0 x        x                   x               # 2205 EMPTY SET and 2300 DIAMETER SIGN are similar but not quite right
729 varangle           wasy          30  0 x        &angsph;        &#x2222;
730 wasylozenge        wasy          53  0 x        &#x2311;        &#x2311;
731 kreuz              wasy          54  0 x        &#x2720;        &#x2720;
732 smiley             wasy          44  0 x        &#x263A;        &#x263A;
733 frownie            wasy          47  0 x        &#x2639;        &#x2639;
734 blacksmiley        wasy          45  0 x        &#x263B;        &#x263B;
735 sun                wasy          46  0 x        &#x263C;        &#x263C;
736 checked            wasy          8   0 x        &#x2713;        &#x2713;
737 bell               wasy          171 0 x        &#x237E;        &#x237E;
738 eighthnote         wasy          11  0 x        &#x266E;        &#x266E;
739 quarternote        wasy          172 0 x        &#x2669;        &#x2669;
740 halfnote           wasy          174 0 x        &#x1d15e;       &#x1D15E;
741 fullnote           wasy          14  0 x        &#x1d15d;       &#x1D15D;
742 twonotes           wasy          15  0 x        &#x266B;        &#x266B;
743 brokenvert         wasy          124 0 x        &brvbar;        &#x00A6;
744 ataribox           wasy          109 0 x        x               x
745 wasytherefore      wasy          5   0 x        &there4;        &#x2234;
746 Circle             wasy          35  0 x        &cir;           &#x25CB;
747 CIRCLE             wasy          32  0 x        &#x25cF;        &#x25CF;
748 Leftcircle         wasy          73  0 x        x               x
749 LEFTCIRCLE         wasy          71  0 x        &#x25D6;        &#x25D6;
750 Rightcircle        wasy          74  0 x        x               x
751 RIGHTCIRCLE        wasy          72  0 x        &#x25D7;        &#x25D7;
752 \def\LEFTcircle{\LEFTCIRCLE\kern-13.4mu\Circle}             wasysym
753 \def\RIGHTcircle{\RIGHTCIRCLE\kern-13.4mu\Circle}           wasysym
754
755 # Defined by amsmath.sty
756
757 varGamma           cmm         161  0  mathord  &#x1D6E4;       &#x1D6E4;       amsmath
758 varDelta           cmm         162  0  mathord  &#x1D6E5;       &#x1D6E5;       amsmath
759 varTheta           cmm         163  0  mathord  &#x1D6E9;       &#x1D6E9;       amsmath
760 varLambda          cmm         164  0  mathord  &#x1D6EC;       &#x1D6EC;       amsmath
761 varXi              cmm         165  0  mathord  &#x1D6EF;       &#x1D6EF;       amsmath
762 varPi              cmm         166  0  mathord  &#x1D6F1;       &#x1D6F1;       amsmath
763 varSigma           cmm         167  0  mathord  &#x1D6F4;       &#x1D6F4;       amsmath
764 varUpsilon         cmm         168  0  mathord  &#x1D6F6;       &#x1D6F6;       amsmath
765 varPhi             cmm         169  0  mathord  &#x1D6F7;       &#x1D6F7;       amsmath
766 varPsi             cmm         170  0  mathord  &#x1D6F9;       &#x1D6F9;       amsmath
767 varOmega           cmm         172  0  mathord  &#x1D6FA;       &#x1D6FA;       amsmath
768
769 #
770 # wasy astronomy
771 #
772
773 vernal             wasy          23  0 x        &#x2648;        &#x2648;
774 ascnode            wasy          19  0 x        &#x260A;        &#x260A;
775 descnode           wasy          20  0 x        &#x260B;        &#x260B;
776 fullmoon           wasy          35  0 x        &circ;          &#x25CB;
777 newmoon            wasy          32  0 x        &#x25CF;        &#x25CF;
778 leftmoon           wasy          36  0 x        &#x263E;        &#x263E;
779 rightmoon          wasy          37  0 x        &#x263D;        &#x263D;
780 astrosun           cmsy         175  0 mathbin  &#x2609;        &#x2609;        wasysym
781 mercury            wasy          39  0 x        &#x263F;        &#x263F;
782 venus              wasy          25  0 x        &#x2640;        &#x2640;
783 earth              wasy          38  0 x        &#x2641;        &#x2641;
784 mars               wasy          26  0 x        &#x2642;        &#x2642;
785 jupiter            wasy          88  0 x        &#x2643;        &#x2643;
786 saturn             wasy          89  0 x        &#x2644;        &#x2644;
787 uranus             wasy          90  0 x        &#x2645;        &#x2645;
788 neptune            wasy          91  0 x        &#x2646;        &#x2646;
789 pluto              wasy          92  0 x        &#x2647;        &#x2647;
790
791 #
792 # wasy zodiac
793 #
794 aries              wasy          23  0 x        &#x2648;        &#x2648;
795 taurus             wasy          93  0 x        &#x2649;        &#x2649;
796 gemini             wasy          94  0 x        &#x264A;        &#x264A;
797 cancer             wasy          95  0 x        &#x264B;        &#x264B;
798 leo                wasy          19  0 x        &#x264C;        &#x264C;
799 virgo              wasy          96  0 x        &#x264D;        &#x264D;
800 libra              wasy          97  0 x        &#x264E;        &#x264E;
801 scorpio            wasy          98  0 x        &#x264F;        &#x264F;
802 sagittarius        wasy          99  0 x        &#x2650;        &#x2650;
803 capricornus        wasy          100 0 x        &#x2651;        &#x2651;
804 aquarius           wasy          101 0 x        &#x2652;        &#x2652;
805 pisces             wasy          102 0 x        &#x2653;        &#x2653;
806 conjunction        wasy          86  0 textmode &#x260C;        &#x260C;        wasysym,amstext,lyxmathsym # works in text mode only (produces V in math mode)
807 opposition         wasy          87  0 textmode &#x260D;        &#x260D;        wasysym,amstext,lyxmathsym # works in text mode only (produces W in math mode)
808 # APL characters
809 APLstar            wasy          69  0 x        x               x
810 APLlog             wasy          22  0 x        &#x235F;        &#x235F;
811 APLbox             wasy          126 0 x        &#x2395;        &#x2395;
812 APLup              wasy          0   0 x        x               x
813 APLdown            wasy          70  0 x        x               x
814 APLinput           wasy          125 0 x        x               x
815 APLcomment         wasy          127 0 x        x               x
816 \def\APLinv{\mathord{\div\kern-13.9mu\APLbox}}  wasysym
817 APLuparrowbox      wasy         110  0 x        &#x2350;        &#x2350;
818 APLdownarrowbox    wasy         111  0 x        &#x2357;        &#x2357;
819 APLleftarrowbox    wasy         112  0 x        &#x2347;        &#x2347;
820 APLrightarrowbox   wasy         113  0 x        &#x2348;        &#x2348;
821
822 # math characters
823 Bowtie             wasy          49  0 x        &#x22C8;        &#x22C8;
824 leftturn           wasy          34  0 x        &#x27F2;        &#x27F2;
825 rightturn          wasy          33  0 x        &#x27F3;        &#x27F3;
826 # diagrams
827 \def\photon{\AC\AC\AC\AC}     wasysym
828 lyxgluonelement    wasy          80  0 x        x               x               hiddensymbol
829 lyxgluonbelement   wasy          81  0 x        x               x               hiddensymbol
830 lyxgluoneelement   wasy          82  0 x        x               x               hiddensymbol
831 \def\gluon{\lyxgluonbelement\lyxgluonelement\lyxgluonelement\lyxgluonelement\lyxgluonelement\lyxgluonelement\lyxgluonelement\lyxgluoneelement} wasysym
832 # special characters
833 cent               wasy         103   0 x        &#00A2;        &#00A2;
834 permil             wasy         104   0 x        &#x2030;       &#x2030;
835 agemO              wasy          48   0 textmode &mho;          &#x2127;        wasysym,amstext,lyxmathsym # works in text mode only (produces 0 in math mode)
836 thorn              wasy         105   0 textmode &#x00FE;       &#x00FE;        wasysym,amstext,lyxmathsym # works in text mode only (produces i in math mode)
837 Thorn              wasy         106   0 textmode &#x00DE;       &#x00DE;        wasysym,amstext,lyxmathsym # works in text mode only (produces j in math mode)
838 openo              wasy         108   0 textmode &#x0254;       &#x0254;        wasysym,amstext,lyxmathsym # works in text mode only (produces l in math mode)
839 inve               wasy          85   0 textmode &#x0259;       &#x0259;        wasysym,amstext,lyxmathsym # works in text mode only (produces U in math mode)
840
841 #mho               wasy          48    0  mathord &mho;         &#x2127;        wasysym # already in amsfonts
842 #Join              wasy          49    0  mathrel &#x22C8;      &#x22C8;        wasysym # already in amsfonts
843 #Box               wasy          50    0  mathord &square;      &#x25A1;        wasysym # already in amsfonts
844 #Diamond           wasy          51    0  mathord &diam;        &#x22C4;        wasysym # already in amsfonts
845 leadsto            wasy          59    0  mathrel &rarrc;       &#x2933;
846 #sqsubset          wasy          60    0  mathrel &sqsub;       &#x228F;        wasysym # already in amsfonts
847 #sqsupset          wasy          61    0  mathrel &sqsup;       &#x2290;        wasysym # already in amsfonts
848 #lhd               wasy           1    0  mathbin &ltri;        &#x25C3;        wasysym # already in amsfonts
849 #unlhd             wasy           2    0  mathbin &ltrie;       &#x22B4;        wasysym # already in amsfonts
850 LHD                wasy          16    0  mathbin &#x2C50;      &#x2C50;
851 #rhd               wasy           3    0  mathbin &rtri;        &#x25B9;        wasysym # already in amsfonts
852 #unrhd             wasy           4    0  mathbin &rtrie;       &#x22B5;        wasysym # already in amsfonts
853 RHD                wasy          17    0  mathbin &#x25B6;      &#x25B6;
854 apprle             wasy          62    0  mathrel &lsim;        &#x2272;
855 apprge             wasy          63    0  mathrel &gsim;        &#x2273;
856 wasypropto         wasy          29    0  mathrel &prop;        &#x221D;
857 invneg             wasy          24    0  mathrel &#x2310;      &#x2310;
858 ocircle            wasy          35    0  mathbin &#x229A;      &#x229A;
859 logof              wasy          22    0  mathrel x             x
860 varint             wasy     114|119    0  mathop  &int;         &#x222B;
861 varoint            wasy     117|122    0  mathop  &int;         &#x222B;
862
863 # Generated from stmaryrd.sty
864
865 shortleftarrow     stmry   0   0 mathrel    x  x  stmaryrd
866 shortrightarrow    stmry   1   0 mathrel    x  x  stmaryrd
867 shortuparrow       stmry   2   0 mathrel    x  x  stmaryrd
868 shortdownarrow     stmry   3   0 mathrel    x  x  stmaryrd
869 Yup                stmry   4   0 mathbin    x  x  stmaryrd
870 Ydown              stmry   5   0 mathbin    x  x  stmaryrd
871 Yleft              stmry   6   0 mathbin    x  x  stmaryrd
872 Yright             stmry   7   0 mathbin    x  x  stmaryrd
873 varcurlyvee        stmry   8   0 mathbin    x  x  stmaryrd
874 # qt4 does not display characters at the \t position (0x09)
875 # therefore our .ttf font contains a copy at 170 (0xaa)
876 #varcurlywedge      stmry   9   0 mathbin    x  x  stmaryrd
877 #10,12,13 codepoints broken in qt5
878 varcurlywedge      stmry 170   0 mathbin    x  x  stmaryrd
879 minuso             stmry 171   0 mathbin    x  x  stmaryrd
880 baro               stmry  11   0 mathbin    x  x  stmaryrd
881 sslash             stmry 172   0 mathbin    x  x  stmaryrd
882 #for whatever reason qt5 refuses to display anything at position 173
883 bbslash            stmry 174   0 mathbin    x  x  stmaryrd
884 moo                stmry  14   0 mathbin    x  x  stmaryrd
885 varotimes          stmry  15   0 mathbin    x  x  stmaryrd
886 varoast            stmry  16   0 mathbin    x  x  stmaryrd
887 varobar            stmry  17   0 mathbin    x  x  stmaryrd
888 varodot            stmry  18   0 mathbin    x  x  stmaryrd
889 varoslash          stmry  19   0 mathbin    x  x  stmaryrd
890 varobslash         stmry  20   0 mathbin    x  x  stmaryrd
891 varocircle         stmry  21   0 mathbin    x  x  stmaryrd
892 varoplus           stmry  22   0 mathbin    x  x  stmaryrd
893 varominus          stmry  23   0 mathbin    x  x  stmaryrd
894 boxast             stmry  24   0 mathbin    x  x  stmaryrd
895 boxbar             stmry  25   0 mathbin    x  x  stmaryrd
896 #boxdot             stmry  26   0 mathbin    x  x  stmaryrd # already in amssymb
897 boxslash           stmry  27   0 mathbin    x  x  stmaryrd
898 boxbslash          stmry  28   0 mathbin    x  x  stmaryrd
899 boxcircle          stmry  29   0 mathbin    x  x  stmaryrd
900 boxbox             stmry  30   0 mathbin    x  x  stmaryrd
901 boxempty           stmry  31   0 mathbin    x  x  stmaryrd
902 #lightning          stmry  32   0 mathord    x  x  stmaryrd # already in wasy
903 merge              stmry  33   0 mathbin    x  stmaryrd
904 vartimes           stmry  34   0 mathbin    x  stmaryrd
905 fatsemi            stmry  35   0 mathbin    x  stmaryrd
906 sswarrow           stmry  36   0 mathrel    x  x  stmaryrd
907 ssearrow           stmry  37   0 mathrel    x  x  stmaryrd
908 curlywedgeuparrow  stmry  38   0 mathrel    x  x  stmaryrd
909 curlywedgedownarrow stmry 39   0 mathrel    x  x  stmaryrd
910 fatslash           stmry  40   0 mathbin    x  x  stmaryrd
911 fatbslash          stmry  41   0 mathbin    x  x  stmaryrd
912 lbag               stmry  42   0 mathbin    x  x  stmaryrd
913 rbag               stmry  43   0 mathbin    x  x  stmaryrd
914 varbigcirc         stmry  44   0 mathbin    x  x  stmaryrd
915 leftrightarroweq   stmry  45   0 mathrel    x  x  stmaryrd
916 curlyveedownarrow  stmry  46   0 mathrel    x  x  stmaryrd
917 curlyveeuparrow    stmry  47   0 mathrel    x  x  stmaryrd
918 nnwarrow           stmry  48   0 mathrel    x  x  stmaryrd
919 nnearrow           stmry  49   0 mathrel    x  x  stmaryrd
920 leftslice          stmry  50   0 mathbin    x  x  stmaryrd
921 rightslice         stmry  51   0 mathbin    x  x  stmaryrd
922 varolessthan       stmry  52   0 mathbin    x  x  stmaryrd
923 varogreaterthan    stmry  53   0 mathbin    x  x  stmaryrd
924 varovee            stmry  54   0 mathbin    x  x  stmaryrd
925 varowedge          stmry  55   0 mathbin    x  x  stmaryrd
926 talloblong         stmry  56   0 mathbin    x  x  stmaryrd
927 interleave         stmry  57   0 mathbin    x  x  stmaryrd
928 obar               stmry  58   0 mathbin    x  x  stmaryrd
929 obslash            stmry  59   0 mathbin    x  x  stmaryrd
930 olessthan          stmry  60   0 mathbin    x  x  stmaryrd
931 ogreaterthan       stmry  61   0 mathbin    x  x  stmaryrd
932 ovee               stmry  62   0 mathbin    x  x  stmaryrd
933 owedge             stmry  63   0 mathbin    x  x  stmaryrd
934 oblong             stmry  64   0 mathbin    x  x  stmaryrd
935 inplus             stmry  65   0 mathrel    x  x  stmaryrd
936 niplus             stmry  66   0 mathrel    x  x  stmaryrd
937 nplus              stmry  67   0 mathbin    x  x  stmaryrd
938 subsetplus         stmry  68   0 mathrel    x  x  stmaryrd
939 supsetplus         stmry  69   0 mathrel    x  x  stmaryrd
940 subsetpluseq       stmry  70   0 mathrel    x  x  stmaryrd
941 supsetpluseq       stmry  71   0 mathrel    x  x  stmaryrd
942 Lbag               stmry  72   0 mathopen   x  x  stmaryrd
943 Rbag               stmry  73   0 mathclose  x  x  stmaryrd
944 llbracket          stmry  74   0 mathopen   x  x  stmaryrd
945 rrbracket          stmry  75   0 mathclose  x  x  stmaryrd
946 llparenthesis      stmry  76   0 mathopen   x  x  stmaryrd
947 rrparenthesis      stmry  77   0 mathclose  x  x  stmaryrd
948 binampersand       stmry  78   0 mathopen   x  x  stmaryrd
949 bindnasrepma       stmry  79   0 mathclose  x  x  stmaryrd
950 trianglelefteqslant stmry 80   0 mathrel    x  x  stmaryrd
951 trianglerighteqslant stmry 81  0 mathrel    x  x  stmaryrd
952 ntrianglelefteqslant stmry 82  0 mathrel    x  x  stmaryrd
953 ntrianglerighteqslant stmry 83 0 mathrel    x  x  stmaryrd
954 llfloor            stmry  84   0 mathopen   x  x  stmaryrd
955 rrfloor            stmry  85   0 mathclose  x  x  stmaryrd
956 llceil             stmry  86   0 mathopen   x  x  stmaryrd
957 rrceil             stmry  87   0 mathclose  x  x  stmaryrd
958 lyxarrownot        stmry  88   0 mathrel    x  x  hiddensymbol #see arrownot defined below
959 lyxArrownot        stmry  89   0 mathrel    x  x  hiddensymbol #see Arrownot defined below
960 Mapstochar         stmry  90   0 mathrel    x  x  stmaryrd
961 mapsfromchar       stmry  91   0 mathrel    x  x  stmaryrd
962 Mapsfromchar       stmry  92   0 mathrel    x  x  stmaryrd
963 leftrightarrowtriangle stmry 93 0 mathrel   x  x  stmaryrd
964 leftarrowtriangle  stmry  94   0 mathrel    x  x  stmaryrd
965 rightarrowtriangle stmry  95   0 mathrel    x  x  stmaryrd
966 #bigtriangledown    stmry  96   0 mathop     x  x  stmaryrd #already in cmsy
967 #bigtriangleup      stmry  97   0 mathop     x  x  stmaryrd #already in cmsy
968 bigcurlyvee        stmry  98|106   0 mathop     x  x  stmaryrd
969 bigcurlywedge      stmry  99|107   0 mathop     x  x  stmaryrd
970 bigsqcap           stmry 100|108   0 mathop     x  x  stmaryrd
971 bigbox             stmry 101|109   0 mathop     x  x  stmaryrd
972 bigparallel        stmry 102|110   0 mathop     x  x  stmaryrd
973 biginterleave      stmry 103|111   0 mathop     x  x  stmaryrd
974 #hugetriangledown   stmry 104       0 mathop     x  x  stmaryrd # only in the font, not the .sty
975 #hugetriangleup     stmry 105   0 mathop     x  x  stmaryrd # only in the font, not the .sty
976 #hugecurlyvee       stmry 106   0 mathop     x  x  stmaryrd # only in the font, not the .sty
977 #hugecurlywedge     stmry 107   0 mathop     x  x  stmaryrd # only in the font, not the .sty
978 #hugesqcap          stmry 108   0 mathop     x  x  stmaryrd # only in the font, not the .sty
979 #hugebox            stmry 109   0 mathop     x  x  stmaryrd # only in the font, not the .sty
980 #hugeparallel       stmry 110   0 mathop     x  x  stmaryrd # only in the font, not the .sty
981 #hugeinterleave     stmry 111   0 mathop     x  x  stmaryrd # only in the font, not the .sty
982 bignplus           stmry 112|120   0 mathop     x  x  stmaryrd # caution: named hugenplus in the font
983 #largellbracket     stmry 113   0 mathopen   x  x  stmaryrd # only in the font, not the .sty
984 #Largellbracket     stmry 114   0 mathopen   x  x  stmaryrd # only in the font, not the .sty
985 #LARGEllbracket     stmry 115   0 mathopen   x  x  stmaryrd # only in the font, not the .sty
986 #hugellbracket      stmry 116   0 mathopen   x  x  stmaryrd # only in the font, not the .sty
987 #Largellbrackettop  stmry 117   0 mathopen   x  x  stmaryrd # only in the font, not the .sty
988 #Largellbracketbot  stmry 118   0 mathopen   x  x  stmaryrd # only in the font, not the .sty caution: named Hugellbrackettop in the font
989 #llbracketex        stmry 119   0 mathopen   x  x  stmaryrd # only in the font, not the .sty caution: named Hugellbracketbot in the font
990 #hugenplus          stmry 120   0 mathop     x  x  stmaryrd # only in the font, not the .sty caution: named Hugenplus in the font
991 #largerrbracket     stmry 121   0 mathclose  x  x  stmaryrd # only in the font, not the .sty
992 #Largerrbracket     stmry 122   0 mathclose  x  x  stmaryrd # only in the font, not the .sty
993 #LARGErrbracket     stmry 123   0 mathclose  x  x  stmaryrd # only in the font, not the .sty
994 #hugerrbracket      stmry 124   0 mathclose  x  x  stmaryrd # only in the font, not the .sty
995 #Largerrbrackettop  stmry 125   0 mathclose  x  x  stmaryrd # only in the font, not the .sty caution: named Hugerrbrackettop in the font
996 #Largerrbracketbot  stmry 126   0 mathclose  x  x  stmaryrd # only in the font, not the .sty caution: named Hugerrbracketbot in the font
997 #rrbracketex        stmry 127   0 mathclose  x  x  stmaryrd # only in the font, not the .sty caution: named Hugerrbracketex in the font
998
999 \def\varcopyright{\mathord{c\kern-11mu\varbigcirc}}         stmaryrd
1000 # kerning is slightly imperfect so that one sees when \[Aa]rrownot is selected
1001 \def\arrownot{\lyxarrownot}                                 stmaryrd
1002 \def\Arrownot{\lyxArrownot\mathrel{\kern0.5mu}}             stmaryrd
1003 \def\longarrownot{\mathrel{\kern5.5mu}\arrownot\mathrel{\kern-5.5mu}} stmaryrd
1004 \def\Longarrownot{\mathrel{\kern5.5mu}\Arrownot\mathrel{\kern-5.5mu}} stmaryrd
1005 \def\Mapsto{\Mapstochar\mathrel\Rightarrow}              mathrel &#x2907; &#x2907; stmaryrd
1006 \def\mapsfrom{\leftarrow\kern-9mu\mapsfromchar}          mathrel &#x21a4; &#x21a4; stmaryrd
1007 \def\Mapsfrom{\Leftarrow\kern-9mu\Mapsfromchar}          mathrel &#x2906; &#x2906; stmaryrd
1008 \def\Longmapsto{\Mapstochar\Longrightarrow}              mathrel &#x27fe; &#x27fe; stmaryrd
1009 \def\longmapsfrom{\longleftarrow\mapsfromchar}           mathrel &#x27fb; &#x27fb; stmaryrd
1010 \def\Longmapsfrom{\Longleftarrow\mathrel{\kern1mu}\Mapsfromchar}   mathrel &#x27fd; &#x27fd; stmaryrd
1011
1012 # symbols from the mhchem package, all of them are equivalent to a math symbol
1013 # mhchem is not loaded because these commands can only be used inside
1014 # a \ce or a \cf inset
1015
1016 sbond              cmsy        161   0 mathord  x  x
1017 dbond              cmr          61   0 mathord  x  x
1018 tbond              cmsy        180 186 mathord  x  x
1019
1020 # From the esint package:
1021 # We emulate some symbols if the esint10 font is not available.
1022 # It is important that they have the same requirements in both cases,
1023 # otherwise the LaTeX output would depend on the availability of the esint10
1024 # font in the GUI
1025 # Note that we do _not_ require the wasysym package for any integral besides
1026 # \varint and \varoint. The reason is that the integrals of the wasysym
1027 # package do not match the standard \int and \intop. See
1028 # http://www.lyx.org/trac/ticket/1942 for details.
1029 # If the wasysym integrals are really wanted then one has to load the package
1030 # manually and disable automatic loading of amsmath and esint.
1031 iffont esint
1032 intop              esint    001|002    0  mathop  &int;         &#x222B;        esint
1033 iintop             esint    003|004    0  mathop  &Int;         &#x222C;        esint
1034 iiintop            esint    005|006    0  mathop  &tint;        &#x222D;        esint
1035 iiiintop           esint    007|008    0  mathop  &qint;        &#x2A0C;        esint
1036 #9 codepoint forbidden in qt4, 10,12,13 in qt5
1037 ointop             esint    043|044    0  mathop  &conint;      &#x222E;        esint
1038 oiintop            esint    045|046    0  mathop  &Conint;      &#x222F;        esint
1039 sqintop            esint    015|016    0  mathop  &quatint;     &#x2A16;        esint
1040 sqiintop           esint    017|018    0  mathop  x             esint
1041 dotsintop          esint    041|042    0  mathop  &int;&ctdot;&int;     &#x222B;&#x22EF;&#x222B;    esint
1042 ointctrclockwiseop esint    023|024    0  mathop  &awconint;    &#x2233;        esint
1043 ointclockwiseop    esint    025|026    0  mathop  &cwconint;    &#x2232;        esint
1044 else
1045 intop              cmex       82|90  242  mathop  &int;         &#x222B;        esint
1046 iintop             wasy     115|120    0  mathop  &Int          &#x222C;        esint
1047 iiintop            wasy     116|121    0  mathop  &tint;        &#x222D;        esint
1048 \def\iiiintop{\int\kern-6mu\int\kern-6mu\int\kern-6mu\int}      esint
1049 ointop             cmex       72|73    0  mathop  &conint;      &#x222E;        esint
1050 oiintop            wasy     118|123    0  mathop  &Conint;      &#x222F;        esint
1051 \def\sqintop{\square\kern-17mu\int\kern6mu}                     esint
1052 \def\sqiintop{\square\kern-20mu\iint\kern3mu}                   esint
1053 \def\dotsintop{\int\kern-3mu\cdots\kern-3mu\int}                esint
1054 \def\ointctrclockwiseop{\circlearrowleft\kern-21mu\int\kern6mu} esint
1055 \def\ointclockwiseop{\circlearrowright\kern-21mu\int\kern6mu}   esint
1056 endif
1057 \def\int{\intop\nolimits}           mathop  &int;         &#x222B;        esint|amsmath
1058 \def\iint{\iintop\nolimits}         mathop  &Int;         &#x222C;        esint|amsmath
1059 \def\iiint{\iiintop\nolimits}       mathop  &tint;        &#x222D;        esint|amsmath
1060 \def\iiiint{\iiiintop\nolimits}     mathop  &qint;        &#x2A0C;        esint|amsmath
1061 \def\oint{\ointop\nolimits}         mathop  &conint;      &#x222E;        esint
1062 \def\oiint{\oiintop\nolimits}       mathop  &Conint;      &#x222F;        esint
1063 \def\sqint{\sqintop\nolimits}       mathop  &quatint;     &#x2A16;        esint
1064 \def\sqiint{\sqiintop\nolimits}     mathop  x             esint
1065 \def\dotsint{\dotsintop\nolimits}   mathop  &int;&ctdot;&int;     &#x222B;&#x22EF;&#x222B;
1066 \def\ointctrclockwise{\ointctrclockwiseop\nolimits} mathop  &cwconint;    &#x2232;        esint
1067 \def\ointclockwise{\ointclockwiseop\nolimits}       mathop  &cwconint;    &#x2232;        esint
1068
1069 varointclockwiseop esint    027|028    0  mathop  &cwconint;    &#x2232;        esint
1070 varointctrclockwiseop esint 029|030    0  mathop  &awconint;    &#x2233;        esint
1071 fintop             esint    031|032    0  mathop  &#x2a0f;      &#x2a0f;        esint
1072 varoiintop         esint    033|034    0  mathop  &Conint;      &#x222F;        esint
1073 landupintop        esint    035|036    0  mathop  x             x               esint
1074 landdownintop      esint    037|038    0  mathop  x             x               esint
1075
1076 \def\varointclockwise{\varointclockwiseop\nolimits}       mathop  &cwconint;    &#x2232;        esint
1077 \def\varointctrclockwise{\varointctrclockwiseop\nolimits} mathop  &awconint;    &#x2233;        esint
1078 \def\fint{\fintop\nolimits}                mathop  &#x2a0f;      &#x2a0f;        esint
1079 \def\varoiint{\varoiintop\nolimits}        mathop  &Conint;      &#x222F;        esint
1080 \def\landupint{\landupintop\nolimits}      mathop  x             x               esint
1081 \def\landdownint{\landdownintop\nolimits}  mathop  x             x               esint
1082
1083
1084 # From the amsmath package:
1085 \def\idotsint{\int\kern-3mu\cdots\kern-3mu\int\limits}                 amsmath
1086
1087
1088 log                lyxblacktext  0   0 func     x  x
1089 lg                 lyxblacktext  0   0 func     x  x
1090 ln                 lyxblacktext  0   0 func     x  x
1091 lim                lyxblacktext  0   0 funclim  x  x
1092 limsup             lyxblacktext  0   0 funclim  x  x
1093 liminf             lyxblacktext  0   0 funclim  x  x
1094 sin                lyxblacktext  0   0 func     x  x
1095 arcsin             lyxblacktext  0   0 func     x  x
1096 sinh               lyxblacktext  0   0 func     x  x
1097 cos                lyxblacktext  0   0 func     x  x
1098 arccos             lyxblacktext  0   0 func     x  x
1099 cosh               lyxblacktext  0   0 func     x  x
1100 tan                lyxblacktext  0   0 func     x  x
1101 arctan             lyxblacktext  0   0 func     x  x
1102 tanh               lyxblacktext  0   0 func     x  x
1103 cot                lyxblacktext  0   0 func     x  x
1104 coth               lyxblacktext  0   0 func     x  x
1105 sec                lyxblacktext  0   0 func     x  x
1106 csc                lyxblacktext  0   0 func     x  x
1107 max                lyxblacktext  0   0 funclim  x  x
1108 min                lyxblacktext  0   0 funclim  x  x
1109 sup                lyxblacktext  0   0 funclim  x  x
1110 inf                lyxblacktext  0   0 funclim  x  x
1111 arg                lyxblacktext  0   0 func     x  x
1112 ker                lyxblacktext  0   0 func     x  x
1113 dim                lyxblacktext  0   0 func     x  x
1114 hom                lyxblacktext  0   0 func     x  x
1115 det                lyxblacktext  0   0 funclim  x  x
1116 exp                lyxblacktext  0   0 func     x  x
1117 Pr                 lyxblacktext  0   0 funclim  x  x
1118 gcd                lyxblacktext  0   0 funclim  x  x
1119 deg                lyxblacktext  0   0 func     x  x
1120 mod                lyxblacktext  0   0 func     x  x     amsmath
1121 bmod               lyxblacktext  0   0 func     x  x
1122 pmod               lyxblacktext  0   0 func     x  x
1123 pod                lyxblacktext  0   0 func     x  x     amsmath
1124
1125
1126 # mathtools.sty
1127 vcentcolon         cmr          58  58    mathrel :  :          mathtools
1128 ordinarycolon      cmr          58  58    mathrel :  :          mathtools
1129 \def\bigtimes{\mathop{\diagup\kern-16mu\diagdown}} mathtools
1130 \def\dblcolon{\vcentcolon\mathrel{\kern-0.9mu}\vcentcolon}      mathrel ::          ::          mathtools
1131 \def\coloneqq{\vcentcolon\mathrel{\kern-1.2mu}=}                mathrel &coloneq;   &#x2254;    mathtools
1132 \def\Coloneqq{\dblcolon\mathrel{\kern-1.2mu}=}                  mathrel &Colone;    &#x2A74;    mathtools
1133 \def\coloneq{\vcentcolon\mathrel{\kern-1.2mu}\mathrel{-}}       mathrel :-          :-          mathtools
1134 \def\Coloneq{\dblcolon\mathrel{\kern-1.2mu}\mathrel{-}}         mathrel ::-         ::-         mathtools
1135 \def\eqqcolon{=\mathrel{\kern-1.2mu}\vcentcolon}                mathrel &eqcolon;   &#x2255;    mathtools
1136 \def\Eqqcolon{=\mathrel{\kern-1.2mu}\dblcolon}                  mathrel =::         =::         mathtools
1137 \def\eqcolon{\mathrel{-}\mathrel{\kern-1.2mu}\vcentcolon}       mathrel -:          -:          mathtools
1138 \def\Eqcolon{\mathrel{-}\mathrel{\kern-1.2mu}\dblcolon}         mathrel -::         -::         mathtools
1139 \def\colonapprox{\vcentcolon\mathrel{\kern-1.2mu}\approx}       mathrel :&ap;       :&#x2248;   mathtools
1140 \def\Colonapprox{\dblcolon\mathrel{\kern-1.2mu}\approx}         mathrel ::&ap;      ::&#x2248;  mathtools
1141 \def\colonsim{\vcentcolon\mathrel{\kern-1.2mu}\sim}             mathrel :&sim;      :&#x223C;   mathtools
1142 \def\Colonsim{\dblcolon\mathrel{\kern-1.2mu}\sim}               mathrel ::&sim;     ::&#x223C;  mathtools
1143
1144
1145 #
1146 # pre-defined macros
1147 #
1148
1149 \def\leq{\le}                                                   mathrel &leq;       &#x2264;
1150 \def\geq{\ge}                                                   mathrel &geq;       &#x2265;
1151 \def\neq{\not=}                                                 mathrel &ne;        &#x2260;
1152 \def\ne{\not=}                                                  mathrel &ne;        &#x2260;
1153 \def\lnot{\neg}                                                 mathord &not;       &#xAC;
1154 \def\notin{\not\in}                                             mathrel &notin;     &#x2209;
1155
1156 \def\ddag{\ddagger}                                             mathbin &Dagger;    &#x2021;
1157 \def\dag{\dagger}                                               mathbin &dagger;    &#x2020;
1158
1159 \def\joinrel{\mathrel{\kern-3mu}}
1160 \def\relbar{\lyxbar}
1161 \def\Relbar{\mathrel{=}}
1162 \def\longleftrightarrow{\leftarrow\joinrel\rightarrow}          mathrel &#x27f7;    &#x27f7;
1163 \def\Longleftrightarrow{\Leftarrow\joinrel\Rightarrow}          mathrel &#x27fa;    &#x27fa;
1164 \def\iff{\Leftarrow\joinrel\Rightarrow}                         mathrel &#x27fa;    &#x27fa;
1165 \def\doteq{\stackrel{\cdot}{=}}                                 mathrel &#x2250;    &#x2250;
1166
1167 iffont cmsy
1168 \def\longrightarrow{\relbar\joinrel\rightarrow}                 mathrel &xrarr;     &#x27F6;
1169 \def\longleftarrow{\leftarrow\joinrel\relbar}                   mathrel &xlarr;     &#x27F5;
1170 \def\Longrightarrow{\Relbar\joinrel\Rightarrow}                 mathrel &#x27F9;    &#x27F9;
1171 \def\Longleftarrow{\Leftarrow\joinrel\Relbar}                   mathrel &#x27F8;    &#x27F8;
1172 \def\implies{\Longrightarrow}                                   mathrel &#x27F9;    &#x27F9;    amsmath
1173 \def\impliedby{\Longleftarrow}                                  mathrel &#x27F8;    &#x27F8;    amsmath
1174 \def\mapsto{\mapstochar\rightarrow}                             mathrel &#x21A4;    &#x21A4;
1175 \def\longmapsto{\mapstochar\joinrel\relbar\joinrel\rightarrow}  mathrel &#x27FB;    &#x27FB;
1176 \def\models{\mathrel{\vert}\joinrel\Relbar}                     mathrel &vDash;     &#x22A8;
1177 else
1178 \def\implies{=>}                                                mathrel &#x27F9;    &#x27F9;    amsmath
1179 \def\impliedby{<=}                                              mathrel &#x27F8;    &#x27F8;    amsmath
1180 endif
1181 iffont cmm
1182 \def\hookrightarrow{\lhook\joinrel\rightarrow}                  mathrel &#x21AA;    &#x21AA;
1183 \def\hookleftarrow{\leftarrow\joinrel\rhook}                    mathrel &#x21A9;    &#x21A9;
1184 \def\bowtie{\mathrel\triangleright\joinrel\mathrel\triangleleft} mathrel &#x22C8;   &#x22C8;
1185 endif
1186 iffont msa
1187 \def\dashrightarrow{\mathrel{\lyxdabar\lyxdabar\lyxright}}      mathrel &#x290F;    &#x290F;    amssymb
1188 \def\dashleftarrow{\mathrel{\lyxleft\lyxdabar\lyxdabar}}        mathrel &#x290E;    &#x290E;    amssymb
1189 else
1190 \def\dashrightarrow{- - \rightarrow}                            mathrel &#x290F;    &#x290F;    amssymb
1191 \def\dashleftarrow{\leftarrow{} - -}                            mathrel &#x290E;    &#x290E;    amssymb
1192 endif
1193 \def\dasharrow{\dashrightarrow}                                 mathrel &#x290F;    &#x290F;    amssymb
1194 iffont msb
1195 \def\Join{\mathrel{\ltimes\kern-13.5mu\rtimes}}                 mathrel &#x2a1d;    &#x2a1d;    amssymb
1196 else
1197 \def\Join{|x|}                                                  mathrel &#x2a1d;    &#x2a1d;    amssymb
1198 endif
1199 \def\AA{\AA}{\text{Å}} textmode &Aring;     &#x00C5;    amstext,lyxmathsym
1200 \def\O{\O}{\text{Ø}}   textmode &Oslash;    &#x00D8;    amstext,lyxmathsym
1201
1202 iffont cmsy
1203 # The \sim is placed too high...
1204 \def\cong{\stackrel{\sim}{=}}                                   mathrel &cong;  &#x2245;
1205 lyxsurd               cmsy        112 0 mathord  &radic;    &#x221A;
1206 \def\surd{^\lyxsurd}                                            mathord &radic; &#x221A;
1207 \def\textdegree{\text{°}} textmode &deg; textcomp,amstext,lyxmathsym
1208 else
1209 # FIXME: These don't work on OS X, since the Symbol font uses a different
1210 #        encoding and is therefore disabled in FontLoader::available().
1211 cong               lyxsymbol             64  0 mathrel  &cong;      &#x2245;
1212 surd               lyxsymbol             214 0 mathord  &radic;     &#x221A;
1213 textdegree         lyxsymbol             176 0 mathord  &deg;       &#x00B0;    textcomp,amstext,lyxmathsym
1214 endif
1215
1216 #"{\hat{}}
1217
1218