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