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