]> git.lyx.org Git - lyx.git/blob - lib/symbols
remerge he.po
[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: (note that there should be no space character in the definition)
15 # \def\macroname{definition}
16 # or
17 # \def\macroname{definition} requires
18 # or
19 # \def\macroname{definition} extra xmlname
20 # or
21 # \def\macroname{definition} extra xmlname requires
22 #
23 # ("" for empty strings is not supported. One would have to use x for fields
24 # that are not set.)
25 #
26 # It is also possible to use parameters for the macros
27 # \def\macroname#1{definition using #1}
28 #
29 # TODO: Devise a mechanism to represent these in DocBook/XHTML
30 #
31 # If you put any symbol with a requirement inside an iffont clause, you
32 # must put an alternative definition with the same requirement in the
33 # corresponding else clause. Otherwise the LaTeX output would depend on the
34 # availability of the font. This usually no problem in GUI mode, since all
35 # fonts are shipped with LyX, but in command line mode no font is available
36 # at all.
37 #
38 # New symbols for font packages may be created using
39 # development/tools/generate_symbols_list.py (but may require manual fixes
40 # as well).
41
42 # decorations
43 acute               decoration none
44 bar                 decoration none
45 breve               decoration none
46 check               decoration none
47 ddddot              decoration none       amsmath
48 dddot               decoration none       amsmath
49 ddot                decoration none
50 dot                 decoration none
51 grave               decoration none
52 hat                 decoration none
53 mathring            decoration none
54 overbrace           decoration none
55 overleftarrow       decoration none
56 overleftrightarrow  decoration none       amsmath
57 overline            decoration none
58 overrightarrow      decoration none
59 tilde               decoration none
60 underbar            decoration none
61 underbrace          decoration none
62 underleftarrow      decoration none       amsmath
63 underleftrightarrow decoration none       amsmath
64 underline           decoration none
65 underrightarrow     decoration none       amsmath
66 #Do not load automatically, it redefines some other symbols, and we don't
67 #have a possibility to turn automatic loading off like for ams
68 #undertilde          decoration none       accents
69 undertilde          decoration none       hiddensymbol
70 utilde              decoration none       undertilde
71 vec                 decoration none
72 widehat             decoration none
73 widetilde           decoration none
74
75 # dots
76 dots              dots        none
77 #Do not load automatically, it redefines some other symbols, and we don't
78 #have a possibility to turn automatic loading off like for ams
79 #adots             dots        none        yhmath
80 adots             dots        none        hiddensymbol
81 cdots             dots        none
82 ddots             dots        none
83 dotsb             dots        none        amsmath
84 dotsc             dots        none        amsmath
85 dotsi             dots        none        amsmath
86 dotsm             dots        none        amsmath
87 dotso             dots        none        amsmath
88 iddots            dots        none        mathdots
89 ldots             dots        none
90 vdots             dots        none
91
92 # big delimiters
93 big               big         none
94 bigl              big         none
95 bigm              big         none
96 bigr              big         none
97 Big               big         none
98 Bigl              big         none
99 Bigm              big         none
100 Bigr              big         none
101 bigg              big         none
102 biggl             big         none
103 biggm             big         none
104 biggr             big         none
105 Bigg              big         none
106 Biggl             big         none
107 Biggm             big         none
108 Biggr             big         none
109 # The following are not standard LaTeX, but defined in the lucida font
110 # packages. No 'm' versions!
111 # See lucidabr.dtx for a possible implementation if you want to use these
112 # with other fonts.
113 biggg             big         none        hiddensymbol
114 bigggl            big         none        hiddensymbol
115 bigggr            big         none        hiddensymbol
116 Biggg             big         none        hiddensymbol
117 Bigggl            big         none        hiddensymbol
118 Bigggr            big         none        hiddensymbol
119
120 # font changes
121 # name           "font"       math/text family  series  shape  color
122 # mathnormal should stay the first
123 mathnormal        font        mathmode  inherit  medium   up  math
124 frak              font        mathmode
125 mathbb            font        mathmode
126 mathds            font        mathmode
127 mathbf            font        mathmode
128 mathcal           font        mathmode
129 mathfrak          font        mathmode
130 mathit            font        mathmode
131 mathrm            font        mathmode
132 mathscr           font        mathmode 
133 mathsf            font        mathmode
134 mathtt            font        mathmode
135 textnormal        font        textmode  inherit  medium   up  math
136 text              font        textmode
137 textbf            font        textmode
138 textipa           font        textmode
139 textit            font        textmode
140 textmd            font        textmode
141 textrm            font        textmode
142 textsc            font        textmode
143 textsl            font        textmode
144 textsf            font        textmode
145 texttt            font        textmode
146 textup            font        textmode
147 emph              font        textmode
148 noun              font        textmode
149 # ce and cf are provided by the mhchem package
150 ce                font        forcetext
151 cf                font        forcetext
152
153 # old-style font commands
154 bf                oldfont     none    hiddensymbol
155 cal               oldfont     none    hiddensymbol
156 it                oldfont     none    hiddensymbol
157 rm                oldfont     none    hiddensymbol
158 tt                oldfont     none    hiddensymbol
159
160 # matrix environments
161 Bmatrix           matrix      none
162 Vmatrix           matrix      none
163 bmatrix           matrix      none
164 matrix            matrix      none
165 pmatrix           matrix      none
166 psmatrix          matrix      none
167 smallmatrix       matrix      none
168 vmatrix           matrix      none
169 CD                matrix      none
170
171 # split environments with optional valign argument.
172 # the others (split and alignedat) are hardcoded.
173 aligned           split       none
174 gathered          split       none
175 # from Morten H\o gholm's mathtools.sty:
176 lgathered         split       none
177 rgathered         split       none
178
179 # references
180 pageref           ref         none
181 prettyref         ref         none
182 refstyle          ref         none
183 ref               ref         none
184 vpageref          ref         none
185 vref              ref         none
186
187 # spaces
188 lyxnegspace       space       none
189 lyxposspace       space       none
190 !                 space       none
191 negthinspace      space       none
192 negmedspace       space       none
193 negthickspace     space       none
194 ,                 space       none
195 thinspace         space       none
196 :                 space       none
197 medspace          space       none
198 ;                 space       none
199 thickspace        space       none
200 enskip            space       none
201 enspace           space       none
202 quad              space       none
203 qquad             space       none
204 hfill             space       none
205 hspace*           space       none
206 hspace            space       none
207
208 # styles
209 displaystyle      style       3
210 textstyle         style       2
211 scriptstyle       style       1
212 scriptscriptstyle style       0
213
214 # math classes
215 mathord           class    none
216 mathop            class    none
217 mathbin           class    none
218 mathrel           class    none
219 mathopen          class    none
220 mathclose         class    none
221 mathpunct         class    none
222 mathinner         class    none
223
224 # misc
225 # The commented lines in this block get misparsed as MathSymbolInset because
226 # createMathInset() does not know them. I don't know if this is old cruft
227 # or if it is planned to use this in the future. gb 2006-03-13
228 #begin             begin       none
229 #right             right       none
230 underset          underset    none
231 overset           overset     none
232 #protect           protect     none
233 mbox              mbox        forcetext
234 tag               mbox        forcetext
235 tag*              mbox        forcetext
236 #newcommand        newcommand  none
237 #label             label       none
238 #left              left        none
239 #end               end         none
240
241
242 # In order to use one of the decorations of MathSupport.cpp, the line must
243 # be handled by a math inset which calls mathed_draw_deco(). 
244 # If new symbol do not fit into any of the existing insets, it would be ignored
245 # and new inset must be programmed.
246 # Better solutions is to use the font to draw the symbols as below.
247
248 #
249 # symbols generated from fontmath.ltx
250 #
251
252 # When two codes n1|n2 are specified for charid, the the second one will
253 # be used in display mode. This is only useful for mathop symbold (e.g.\sum).
254
255 #symbol            font   charid   charid-in-fallback-Xsymbol-font  math-class  XML-entity
256 alpha              cmm         174  97 mathord    α
257 beta               cmm         175  98 mathord    β
258 gamma              cmm         176 103 mathord    γ
259 delta              cmm         177 100 mathord    δ
260 epsilon            cmm         178   0 mathord    ϵ
261 zeta               cmm         179 122 mathord    ζ
262 eta                cmm         180 104 mathord    η
263 theta              cmm         181 113 mathord    θ
264 iota               cmm         182 105 mathord    ι
265 kappa              cmm         183 107 mathord    κ
266 lambda             cmm         184 108 mathord    λ
267 mu                 cmm         185 109 mathord    μ
268 nu                 cmm         186 110 mathord    ν
269 xi                 cmm         187 120 mathord    ξ
270 pi                 cmm         188 112 mathord    π
271 rho                cmm         189 114 mathord    ρ
272 sigma              cmm         190 115 mathord    σ
273 tau                cmm         191 116 mathord    τ
274 upsilon            cmm         192 117 mathord    υ
275 phi                cmm         193 102 mathord    ϕ
276 chi                cmm         194  99 mathord    χ
277 psi                cmm         195 121 mathord    ψ
278 omega              cmm          33 119 mathord    ω
279 varepsilon         cmm          34 101 mathord    ε
280 vartheta           cmm          35  74 mathord    ϑ
281 varpi              cmm          36 118 mathord    ϖ
282 varrho             cmm          37   0 mathord    ϱ
283 varsigma           cmm          38  86 mathord    ς
284 varphi             cmm          39 106 mathord    φ
285 slash              cmr          47  47 mathord    /
286 Gamma              cmr         161  71 mathalpha  Γ
287 Delta              cmr         162  68 mathalpha  Δ
288 Theta              cmr         163  81 mathalpha  Θ
289 Lambda             cmr         164  76 mathalpha  Λ
290 Xi                 cmr         165  88 mathalpha  Ξ
291 Pi                 cmr         166  80 mathalpha  Π
292 Sigma              cmr         167  83 mathalpha  Σ
293 Upsilon            cmr         168 161 mathalpha  Υ
294 Phi                cmr         169  70 mathalpha  Φ
295 Psi                cmr         170  89 mathalpha  Ψ
296 Omega              cmr         172  87 mathalpha  Ω
297 aleph              cmsy         64 192 mathord    ℵ
298 imath              cmm         123   0 mathord    ı
299 jmath              cmm         124   0 mathord    ȷ
300 ell                cmm          96   0 mathord    ℓ
301 wp                 cmm         125 195 mathord    ℘
302 Re                 cmsy         60 194 mathord    ℜ
303 Im                 cmsy         61 193 mathord    ℑ
304 partial            cmm          64 182 mathord    ∂
305 infty              cmsy         49 165 mathord    ∞
306 prime              cmsy         48 162 mathord    ′
307 emptyset           cmsy         59   0 mathord    ∅
308 nabla              cmsy        114 209 mathord    ∇
309 top                cmsy         62   0 mathord    ⊤
310 bot                cmsy         63  94 mathord    ⊥
311 triangle           cmsy         52   0 mathord    ▵
312 forall             cmsy         56  34 mathord    ∀
313 exists             cmsy         57  36 mathord    ∃
314 neg                cmsy         58 216 mathord    ¬
315 flat               cmm          91   0 mathord    ♭
316 natural            cmm          92   0 mathord    ♮
317 sharp              cmm          93  35 mathord    ♯
318 clubsuit           cmsy        124 167 mathord    ♣
319 diamondsuit        cmsy        125 168 mathord    ♢
320 heartsuit          cmsy        126 169 mathord    ♡
321 spadesuit          cmsy        127 170 mathord    ♠
322 # We define lyxnot as mathrel in order to have proper alignment
323 lyxnot             cmsy         54  47 mathrel  /           hiddensymbol
324 iffont cmsy
325 # kerning is slightly imperfect so that one can see when \not is selected
326 \def\not{\lyxnot}
327 else
328 \def\not{\kern4mu\lyxnot\kern-19mu}
329 endif
330 coprod             cmex      96|97   0 mathop   ⨿
331 bigvee             cmex      87|95   0 mathop   ⋁
332 bigwedge           cmex      86|94   0 mathop   ⋀
333 biguplus           cmex      85|93   0 mathop   ⨄
334 bigcap             cmex      84|92   0 mathop   ⋂
335 bigcup             cmex      83|91   0 mathop   ⋃
336 prod               cmex      81|89 213 mathop   ∏
337 sum                cmex      80|88 229 mathop   ∑
338 bigotimes          cmex      78|79   0 mathop   ⨂
339 bigoplus           cmex      76|77   0 mathop   ⨁
340 bigodot            cmex      74|75   0 mathop   ⨀
341 bigsqcup           cmex      70|71   0 mathop   ⨆
342 smallint           cmsy        115   0 mathop   ∫
343 triangleleft       cmm          47   0 mathbin  ◃
344 triangleright      cmm          46   0 mathbin  ▹
345 bigtriangleup      cmsy         52   0 mathbin  △
346 bigtriangledown    cmsy         53   0 mathbin  ▽
347 wedge              cmsy         94 217 mathbin  ∧
348 land               cmsy         94 217 mathbin  ⋀
349 vee                cmsy         95 218 mathbin  ∨
350 lor                cmsy         95 218 mathbin  ⋁
351 cap                cmsy         92 199 mathbin  ∩
352 cup                cmsy         91 200 mathbin  ∪
353 ddagger            cmsy        122   0 mathbin  ‡
354 dagger             cmsy        121   0 mathbin  †
355 sqcap              cmsy        117   0 mathbin  ⊓
356 sqcup              cmsy        116   0 mathbin  ⊔
357 uplus              cmsy         93   0 mathbin  ⊎
358 amalg              cmsy        113   0 mathbin  ⨿
359 diamond            cmsy        166 224 mathbin  ◊
360 bullet             cmsy        178 183 mathbin  •
361 wr                 cmsy        111   0 mathbin  ≀
362 div                cmsy        165 184 mathbin  ÷
363 odot               cmsy        175   0 mathbin  ⊙
364 oslash             cmsy        174 198 mathbin  ø
365 otimes             cmsy        172 196 mathbin  ⊗
366 ominus             cmsy        170   0 mathbin  ⊖
367 oplus              cmsy        169 197 mathbin  ⊕
368 mp                 cmsy        168   0 mathbin  ∓
369 pm                 cmsy        167 177 mathbin  ±
370 circ               cmsy        177   0 mathbin  ○
371 bigcirc            cmsy        176   0 mathbin  ◯
372 setminus           cmsy        110   0 mathbin  ∖
373 cdot               cmsy        162 215 mathbin  ⋅
374 ast                cmsy        164   0 mathbin  ∗
375 times              cmsy        163 180 mathbin  ×
376 star               cmm          63   0 mathbin  ★
377 propto             cmsy         47 181 mathrel  ∝
378 sqsubseteq         cmsy        118   0 mathrel  ⊑
379 sqsupseteq         cmsy        119   0 mathrel  ⊒
380 parallel           cmsy        107   0 mathrel  ∥
381 mid                cmsy        106 124 mathrel  ∣
382 lvert              cmsy        106 124 mathrel  |        amsmath
383 rvert              cmsy        106 124 mathrel  |        amsmath
384 dashv              cmsy         97   0 mathrel  ⊣
385 vdash              cmsy         96   0 mathrel  ⊢
386 nearrow            cmsy         37   0 mathrel  ↗
387 searrow            cmsy         38   0 mathrel  ↘
388 nwarrow            cmsy         45   0 mathrel  ↖
389 swarrow            cmsy         46   0 mathrel  ↙
390 Leftrightarrow     cmsy         44 219 mathrel  ↔
391 Leftarrow          cmsy         40 220 mathrel  ⇐
392 Rightarrow         cmsy         41 222 mathrel  ⇒
393 le                 cmsy        183 163 mathrel  ≤
394 ge                 cmsy        184 179 mathrel  ≥
395 succ               cmsy        194   0 mathrel  ≻
396 prec               cmsy        193   0 mathrel  ≺
397 approx             cmsy        188 187 mathrel  ≈
398 succeq             cmsy        186   0 mathrel  ⪰
399 preceq             cmsy        185   0 mathrel  ⪯
400 supset             cmsy        190 201 mathrel  ⊃
401 subset             cmsy        189 204 mathrel  ⊂
402 supseteq           cmsy        182 202 mathrel  ⊇
403 subseteq           cmsy        181 205 mathrel  ⊆
404 in                 cmsy         50 206 mathrel  ∈
405 ni                 cmsy         51  39 mathrel  ∋
406 owns               cmsy         51  39 mathrel  ∋
407 gg                 cmsy        192   0 mathrel  ≫
408 ll                 cmsy        191   0 mathrel  ≪
409 leftrightarrow     cmsy         36 171 mathrel  ↔
410 leftarrow          cmsy        195 172 mathrel  ←
411 gets               cmsy        195 172 mathrel  ←
412 rightarrow         cmsy         33 174 mathrel  →
413 to                 cmsy         33 174 mathrel  →
414 mapstochar         cmsy         55   0 mathrel  ⤇
415 sim                cmsy        187 126 mathrel  ∼
416 simeq              cmsy         39   0 mathrel  ≃
417 perp               cmsy         63   0 mathrel  ⊥
418 equiv              cmsy        180 186 mathrel  ≡
419 asymp              cmsy        179   0 mathrel  ≈
420 smile              cmm          94   0 mathrel  ⌣
421 frown              cmm          95   0 mathrel  ⌢
422 leftharpoonup      cmm          40   0 mathrel  ↼
423 leftharpoondown    cmm          41   0 mathrel  ↽
424 rightharpoonup     cmm          42   0 mathrel  ⇀
425 rightharpoondown   cmm          43   0 mathrel  ⇁
426 lhook              cmm          44   0 mathrel  ↩
427 rhook              cmm          45   0 mathrel  ↪
428 ldotp              cmm          58   0 mathpunct  <mo>.</mo>
429 # TODO: how to make this namespaced?
430 cdotp              cmsy        162   0 mathpunct  &#x22C5;
431 colon              cmr          58  58 mathpunct  &#x003A;
432 arrowvert          cmsy        106   0 mathord    &#x007C;
433 Arrowvert          cmsy        107   0 mathord    &#x2225;
434 Vert               cmsy        107   0 mathord    &#x2225;
435 lVert              cmsy        107   0 mathord    &#x2225;        amsmath
436 rVert              cmsy        107   0 mathord    &#x2225;        amsmath
437 |                  cmsy        107   0 mathord    &#x007C;
438 vert               cmsy        106   0 mathord    &#x007C;
439 uparrow            cmsy         34 173 mathrel    &#x2191;
440 downarrow          cmsy         35 175 mathrel    &#x2193;
441 updownarrow        cmsy        108   0 mathrel    &#x2195;
442 Uparrow            cmsy         42 221 mathrel    &#x21D1;
443 Downarrow          cmsy         43 223 mathrel    &#x21D3;
444 Updownarrow        cmsy        109   0 mathrel    &#x21D5;
445 backslash          cmsy        110   0 mathord    &#x005C;
446 rangle             cmsy        105 241 mathclose  &#x27E9;
447 langle             cmsy        104 225 mathopen   &#x27E8;
448 rbrace             cmsy        103   0 mathclose  &#x007D;
449 lbrace             cmsy        102   0 mathopen   &#x007B;
450 rceil              cmsy        101 249 mathclose  &#x2309;
451 lceil              cmsy        100 233 mathopen   &#x2308;
452 rfloor             cmsy         99 251 mathclose  &#x230B;
453 lfloor             cmsy         98 235 mathopen   &#x230A;
454 mathparagraph      cmsy        123   0 mathord    &#x00B6;
455 mathsection        cmsy        120   0 mathord    &#x00A7;
456 mathdollar         cmr          36   0 mathord    &#x0024;
457
458 # Generated from amsfonts.sty
459
460 yen                msa          85   0 mathord    &#x00A5;
461 checkmark          msa          88   0 mathord    &#x2713;
462 circledR           msa         114   0 mathord    &#x00AE;
463 maltese            msa         122   0 mathord    &#x2720;
464 ulcorner           msa         112   0 mathopen   &#x231C;
465 urcorner           msa         113   0 mathclose  &#x231D;
466 llcorner           msa         120   0 mathopen   &#x231E;
467 lrcorner           msa         121   0 mathclose  &#x231F;
468 rightleftharpoons  msa         172   0 mathrel    &#x21CB;
469 angle              msa          92 208 mathord    &#x2220;
470 sqsubset           msa          64   0 mathrel    &#x228F;
471 sqsupset           msa          65   0 mathrel    &#x2290;
472 mho                msb         102   0 mathord    &#x2127;
473 square             msa         164   0 mathord    &#x25A1;
474 Box                msa         164   0 mathord    &#x25A1;
475 lozenge            msa         167   0 mathord    &#x25CA;
476 Diamond            msa         167   0 mathord    &#x22C4;
477 vartriangleright   msa          66   0 mathrel    &#x25B9;
478 vartriangleleft    msa          67   0 mathrel    &#x25C3;
479 trianglerighteq    msa          68   0 mathrel    &#x22B5;
480 trianglelefteq     msa          69   0 mathrel    &#x22B4;
481 rightsquigarrow    msa         195   0 mathrel    &#x219D;
482 lhd                msa          67   0 mathbin    &#x25C3;
483 unlhd              msa          69   0 mathbin    &#x22B4;
484 rhd                msa          66   0 mathbin    &#x25B9;
485 unrhd              msa          68   0 mathbin    &#x22B5;
486
487 # Generated from amssymb.sty
488
489 boxdot             msa         161   0 mathbin  &#x22A1;
490 boxplus            msa         162   0 mathbin  &#x229E;
491 boxtimes           msa         163   0 mathbin  &#x22A0;
492 blacksquare        msa         165   0 mathord  &#x2588;
493 centerdot          msa         166   0 mathbin  &#x25AA;
494 blacklozenge       msa         168   0 mathord  &#x2666;
495 circlearrowright   msa         169   0 mathrel  &#x21BB;
496 circlearrowleft    msa         170   0 mathrel  &#x21BA;
497 leftrightharpoons  msa         174   0 mathrel  &#x21CB;
498 boxminus           msa         175   0 mathbin  &#x229F;
499 Vdash              msa         176   0 mathrel  &#x22A9;
500 Vvdash             msa         177   0 mathrel  &#x22AA;
501 vDash              msa         178   0 mathrel  &#x22A8;
502 twoheadrightarrow  msa         179   0 mathrel  &#x21A0;
503 twoheadleftarrow   msa         180   0 mathrel  &#x219E;
504 leftleftarrows     msa         181   0 mathrel  &#x21C7;
505 rightrightarrows   msa         182   0 mathrel  &#x21C9;
506 upuparrows         msa         183   0 mathrel  &#x21C8;
507 downdownarrows     msa         184   0 mathrel  &#x21CA;
508 upharpoonright     msa         185   0 mathrel  &#x21BE;
509 restriction        msa         185   0 mathrel  &#x21BE;
510 downharpoonright   msa         186   0 mathrel  &#x21C2;
511 upharpoonleft      msa         187   0 mathrel  &#x21BF;
512 downharpoonleft    msa         188   0 mathrel  &#x21C3;
513 rightarrowtail     msa         189   0 mathrel  &#x21A3;
514 leftarrowtail      msa         190   0 mathrel  &#x21A2;
515 leftrightarrows    msa         191   0 mathrel  &#x21C6;
516 rightleftarrows    msa         192   0 mathrel  &#x21C4;
517 Lsh                msa         193   0 mathrel  &#x21B0;
518 Rsh                msa         194   0 mathrel  &#x21B1;
519 leftrightsquigarrow msa         33   0 mathrel  &#x21AD;
520 looparrowleft      msa          34   0 mathrel  &#x21AB;
521 looparrowright     msa          35   0 mathrel  &#x21AC;
522 circeq             msa          36   0 mathrel  &#x2257;
523 succsim            msa          37   0 mathrel  &#x227F;
524 gtrsim             msa          38   0 mathrel  &#x2273;
525 gtrapprox          msa          39   0 mathrel  &#x2A86;
526 multimap           msa          40   0 mathrel  &#x22B8;
527 therefore          msa          41  92 mathrel  &#x2234;
528 because            msa          42   0 mathrel  &#x2235;
529 doteqdot           msa          43   0 mathrel  &#x2251;
530 Doteq              msa          43   0 mathrel  &#x2251;
531 triangleq          msa          44   0 mathrel  &#x225C;
532 precsim            msa          45   0 mathrel  &#x227E;
533 lesssim            msa          46   0 mathrel  &#x2272;
534 lessapprox         msa          47   0 mathrel  &#x2A85;
535 eqslantless        msa          48   0 mathrel  &#x2A95;
536 eqslantgtr         msa          49   0 mathrel  &#x2A96;
537 curlyeqprec        msa          50   0 mathrel  &#x22DE;
538 curlyeqsucc        msa          51   0 mathrel  &#x22DF;
539 preccurlyeq        msa          52   0 mathrel  &#x227C;
540 leqq               msa          53   0 mathrel  &#x2266;
541 leqslant           msa          54   0 mathrel  &#x2A7D;
542 lessgtr            msa          55   0 mathrel  &#x2276;
543 backprime          msa          56   0 mathord  &#x2035;
544 risingdotseq       msa          58   0 mathrel  &#x2253;
545 fallingdotseq      msa          59   0 mathrel  &#x2252;
546 succcurlyeq        msa          60   0 mathrel  &#x227D;
547 geqq               msa          61   0 mathrel  &#x2267;
548 geqslant           msa          62   0 mathrel  &#x2A7E;
549 gtrless            msa          63   0 mathrel  &#x2277;
550 bigstar            msa          70   0 mathord  &#x2605;
551 between            msa          71   0 mathrel  &#x226C;
552 blacktriangledown  msa          72   0 mathord  &#x25BE;
553 blacktriangleright msa          73   0 mathrel  &#x25B8;
554 blacktriangleleft  msa          74   0 mathrel  &#x25C2;
555 vartriangle        msa          77   0 mathrel  &#x25B5;
556 blacktriangle      msa          78   0 mathord  &#x25B4;
557 triangledown       msa          79   0 mathord  &#x25BF;
558 eqcirc             msa          80   0 mathrel  &#x2256;
559 lesseqgtr          msa          81   0 mathrel  &#x22DA;
560 gtreqless          msa          82   0 mathrel  &#x22DB;
561 lesseqqgtr         msa          83   0 mathrel  &#x2A8B;
562 gtreqqless         msa          84   0 mathrel  &#x2A8C;
563 Rrightarrow        msa          86   0 mathrel  &#x21DB;
564 Lleftarrow         msa          87   0 mathrel  &#x21DA;
565 veebar             msa          89   0 mathbin  &#x22BB;
566 barwedge           msa          90   0 mathbin  &#x2305;
567 doublebarwedge     msa          91   0 mathbin  &#x2306;
568 measuredangle      msa          93   0 mathord  &#x2221;
569 sphericalangle     msa          94   0 mathord  &#x2222;
570 varpropto          msa          95   0 mathrel  &#x221D;
571 smallsmile         msa          96   0 mathrel  &#x2323;
572 smallfrown         msa          97   0 mathrel  &#x2322;
573 Subset             msa          98   0 mathrel  &#x22D0;
574 Supset             msa          99   0 mathrel  &#x22D1;
575 Cup                msa         100   0 mathbin  &#x22D3;
576 doublecup          msa         100   0 mathbin  &#x22D3;
577 Cap                msa         101   0 mathbin  &#x22D2;
578 doublecap          msa         101   0 mathbin  &#x22D2;
579 curlywedge         msa         102   0 mathbin  &#x22CF;
580 curlyvee           msa         103   0 mathbin  &#x22CE;
581 leftthreetimes     msa         104   0 mathbin  &#x22CB;
582 rightthreetimes    msa         105   0 mathbin  &#x22CC;
583 subseteqq          msa         106   0 mathrel  &#x2AC5;
584 supseteqq          msa         107   0 mathrel  &#x2AC6;
585 bumpeq             msa         108   0 mathrel  &#x224F;
586 Bumpeq             msa         109   0 mathrel  &#x224E;
587 lll                msa         110   0 mathrel  &#x22D8;
588 llless             msa         110   0 mathrel  &#x22D8;
589 ggg                msa         111   0 mathrel  &#x22D9;
590 gggtr              msa         111   0 mathrel  &#x22D9;
591 circledS           msa         115   0 mathord  &#x24C8;
592 pitchfork          msa         116   0 mathrel  &#x22D4;
593 dotplus            msa         117   0 mathbin  &#x2214;
594 backsim            msa         118   0 mathrel  &#x223D;
595 backsimeq          msa         119   0 mathrel  &#x22CD;
596 complement         msa         123   0 mathord  &#x2201;
597 intercal           msa         124   0 mathbin  &#x22BA;
598 circledcirc        msa         125   0 mathbin  &#x229A;
599 circledast         msa         126   0 mathbin  &#x229B;
600 circleddash        msa         127   0 mathbin  &#x229D;
601 lvertneqq          msb         161   0 mathrel  &#x2268;&#xFE00;
602 gvertneqq          msb         162   0 mathrel  &#x2269;&#xFE00;
603 nleq               msb         163   0 mathrel  &#x2270;
604 ngeq               msb         164   0 mathrel  &#x2271;
605 nless              msb         165   0 mathrel  &#x226E;
606 ngtr               msb         166   0 mathrel  &#x226F;
607 nprec              msb         167   0 mathrel  &#x2280;
608 nsucc              msb         168   0 mathrel  &#x2281;
609 lneqq              msb         169   0 mathrel  &#x2268;
610 gneqq              msb         170   0 mathrel  &#x2269;
611 nleqslant          msb         172   0 mathrel  &#x2A7D;&#x338;
612 ngeqslant          msb         174   0 mathrel  &#x2A7E;&#x338;
613 lneq               msb         175   0 mathrel  &#x2270;
614 gneq               msb         176   0 mathrel  &#x2A88;
615 npreceq            msb         177   0 mathrel  &#x22E0;
616 nsucceq            msb         178   0 mathrel  &#x22E1;
617 precnsim           msb         179   0 mathrel  &#x22E8;
618 succnsim           msb         180   0 mathrel  &#x22E9;
619 lnsim              msb         181   0 mathrel  &#x22E6;
620 gnsim              msb         182   0 mathrel  &#x22E7;
621 nleqq              msb         183   0 mathrel  &#x2266;&#x0338;
622 ngeqq              msb         184   0 mathrel  &#x2267;&#x0338;
623 precneqq           msb         185   0 mathrel  &#x2AB5;
624 succneqq           msb         186   0 mathrel  &#x2AB6;
625 precnapprox        msb         187   0 mathrel  &#x2AB9;
626 succnapprox        msb         188   0 mathrel  &#x2ABA;
627 lnapprox           msb         189   0 mathrel  &#x2A89;
628 gnapprox           msb         190   0 mathrel  &#x2A8A;
629 nsim               msb         191   0 mathrel  &#x2241;
630 ncong              msb         192   0 mathrel  &#x2247;
631 diagup             msb         193   0 mathord  &#x2571;
632 diagdown           msb         194   0 mathord  &#x2572;
633 varsubsetneq       msb         195   0 mathrel  &#x228A;&#xFE00;
634 varsupsetneq       msb          33   0 mathrel  &#x228B;&#xFE00;
635 nsubseteqq         msb          34   0 mathrel  &#x2288;
636 nsupseteqq         msb          35   0 mathrel  &#x2289;
637 subsetneqq         msb          36   0 mathrel  &#x2AC5;&#0338;
638 supsetneqq         msb          37   0 mathrel  &#x2AC6;&#0338;
639 varsubsetneqq      msb          38   0 mathrel  &#x2ACB;&#0338;
640 varsupsetneqq      msb          39   0 mathrel  &#x2ACC;&#0338;
641 subsetneq          msb          40   0 mathrel  &#x228A;
642 supsetneq          msb          41   0 mathrel  &#x228B;
643 nsubseteq          msb          42   0 mathrel  &#x2288;
644 nsupseteq          msb          43   0 mathrel  &#x2289;
645 nparallel          msb          44   0 mathrel  &#x2226;
646 nmid               msb          45   0 mathrel  &#x2AEE;
647 nshortmid          msb          46   0 mathrel  &#x2224;
648 nshortparallel     msb          47   0 mathrel  &#x2226;
649 nvdash             msb          48   0 mathrel  &#x22AC;
650 nVdash             msb          49   0 mathrel  &#x22AE;
651 nvDash             msb          50   0 mathrel  &#x22AD;
652 nVDash             msb          51   0 mathrel  &#x22AF;
653 ntrianglerighteq   msb          52   0 mathrel  &#x22ED;
654 ntrianglelefteq    msb          53   0 mathrel  &#x22EC;
655 ntriangleleft      msb          54   0 mathrel  &#x22EA;
656 ntriangleright     msb          55   0 mathrel  &#x22EB;
657 nleftarrow         msb          56   0 mathrel  &#x219A;
658 nrightarrow        msb          57   0 mathrel  &#x219B;
659 nLeftarrow         msb          58   0 mathrel  &#x21CD;
660 nRightarrow        msb          59   0 mathrel  &#x21CF;
661 nLeftrightarrow    msb          60   0 mathrel  &#x21CE;
662 nleftrightarrow    msb          61   0 mathrel  &#x21AE;
663 divideontimes      msb          62   0 mathbin  &#x22C7;
664 varnothing         msb          63   0 mathord  &#x2205;
665 nexists            msb          64   0 mathord  &#x2204;
666 Finv               msb          96   0 mathord  &#x2132;
667 Game               msb          97   0 mathord  &#x2141;
668 eth                msb         103   0 mathord  &#x00F0;
669 eqsim              msb         104   0 mathrel  &#x2242;
670 beth               msb         105   0 mathord  &#x2136;
671 gimel              msb         106   0 mathord  &#x2137;
672 daleth             msb         107   0 mathord  &#x2138;
673 lessdot            msb         108   0 mathbin  &#x22D6;
674 gtrdot             msb         109   0 mathbin  &#x22D7;
675 ltimes             msb         110   0 mathbin  &#x22C9;
676 rtimes             msb         111   0 mathbin  &#x22CA;
677 shortmid           msb         112   0 mathrel  &#x2223;
678 shortparallel      msb         113   0 mathrel  &#x2225;
679 smallsetminus      msb         114   0 mathbin  &#x2216;
680 thicksim           msb         115   0 mathrel  &#x223C;
681 thickapprox        msb         116   0 mathrel  &#x2248;
682 approxeq           msb         117   0 mathrel  &#x224A;
683 succapprox         msb         118   0 mathrel  &#x2AB8;
684 precapprox         msb         119   0 mathrel  &#x2AB7;
685 curvearrowleft     msb         120   0 mathrel  &#x21B6;
686 curvearrowright    msb         121   0 mathrel  &#x21B7;
687 digamma            msb         122   0 mathord  &#x03DD;
688 varkappa           msb         123   0 mathord  &#x03F0;
689 # Note: Other blackboard symbols are in the same unicode range
690 Bbbk               msb         124   0 mathord  &#x1d55c;
691 hslash             msb         125   0 mathord  &#x210F;
692 hbar               msb         126   0 mathord  &#x210F;
693 backepsilon        msb         127   0 mathrel  &#x03F6;
694
695 lyxbar             cmsy        161   0 mathrel   &#x2014;        hiddensymbol
696 lyxminus           cmsy        161   0 mathbin   &#x2014;        hiddensymbol
697 lyxplus            cmr          43  43 mathbin   +               hiddensymbol
698 lyxeq              cmr          61  61 mathord   =               hiddensymbol
699 lyxeqrel           cmr          61  61 mathrel   =               hiddensymbol
700 lyxlt              cmm          60  60 mathrel   &lt;            hiddensymbol
701 lyxgt              cmm          62  62 mathrel   &gt;            hiddensymbol
702 lyxdabar           msa          57   0 mathord   &#x2013;        hiddensymbol
703 lyxright           msa          75   0 mathord   &#x2192;        hiddensymbol
704 lyxleft            msa          76   0 mathord   &#x2190;        hiddensymbol
705
706 male               wasy          26  0 x         &#x2642;
707 female             wasy          25  0 x         &#x2640;
708 currency           wasy          27  0 textmode  &#x00A4;        wasysym,amstext,lyxmathsym # works in text mode only (produces \oe in math mode)
709 phone              wasy          7   0 textmode  &#x260E;        wasysym,amstext,lyxmathsym # works in text mode only (produces \Upsilon in math mode)
710 recorder           wasy          6   0 textmode  &#x2315;        wasysym,amstext,lyxmathsym # works in text mode only (produces \Sigma in math mode)
711 clock              wasy          28  0 textmode  &#x23F2;        wasysym,amstext,lyxmathsym # works in text mode only (produces \o in math mode)
712 lightning          wasy          18  0 textmode  &#x2607;        wasysym,amstext,lyxmathsym # works in text mode only (produces ` in math mode)
713 # qt does not display characters at the \t position (0x09)
714 pointer            wasy          170  0 textmode &#x21E8;        wasysym,amstext,lyxmathsym # works in text mode only (produces \Psi in math mode)
715 RIGHTarrow         wasy          17  0 textmode  &#x25B6;        wasysym,amstext,lyxmathsym # works in text mode only (produces \jmath in math mode)
716 LEFTarrow          wasy          16  0 textmode  &#x25C0;        wasysym,amstext,lyxmathsym # works in text mode only (produces \imath in math mode)
717 UParrow            wasy          75  0 textmode  &#x25B2;        wasysym,amstext,lyxmathsym # works in text mode only (produces K in math mode)
718 DOWNarrow          wasy          76  0 textmode  &#x25BC;        wasysym,amstext,lyxmathsym # works in text mode only (produces L in math mode)
719 AC                 wasy          58  0 textmode  &#x223F;        wasysym,amstext,lyxmathsym # works in text mode only
720 \def\HF{\approx}                                         wasysym
721 VHF                wasy          64  0 x         &#x224B;        # triple tilde
722 Square             wasy          50  0 x         &#x25A1;
723 \def\CheckedBox{\Square\kern-13.4mu\checked}              wasysym
724 XBox               wasy          52  0 x         &#x22A0;
725 hexagon            wasy          55  0 x         &#x2B21;
726 pentagon           wasy          68  0 x         &#x2B20;
727 octagon            wasy          56  0 x         x
728 varhexagon         wasy          57  0 x         &#x2B21;
729 hexstar            wasy          65  0 x         &#x2736;
730 varhexstar         wasy          66  0 x         &#x2736;
731 davidsstar         wasy          67  0 x         &#x2721;
732 diameter           wasy          31  0 x         &#x2300;
733 invdiameter        wasy          21  0 x         x               # 2205 EMPTY SET and 2300 DIAMETER SIGN are similar but not quite right
734 varangle           wasy          30  0 x         &#x2222;
735 wasylozenge        wasy          53  0 x         &#x2311;
736 kreuz              wasy          54  0 x         &#x2720;
737 smiley             wasy          44  0 x         &#x263A;
738 frownie            wasy          47  0 x         &#x2639;
739 blacksmiley        wasy          45  0 x         &#x263B;
740 sun                wasy          46  0 x         &#x263C;
741 checked            wasy          8   0 x         &#x2713;
742 bell               wasy          171 0 x         &#x237E;
743 eighthnote         wasy          11  0 x         &#x266E;
744 quarternote        wasy          172 0 x         &#x2669;
745 halfnote           wasy          174 0 x         &#x1D15E;
746 fullnote           wasy          14  0 x         &#x1D15D;
747 twonotes           wasy          15  0 x         &#x266B;
748 brokenvert         wasy          124 0 x         &#x00A6;
749 ataribox           wasy          109 0 x         x
750 wasytherefore      wasy          5   0 x         &#x2234;
751 Circle             wasy          35  0 x         &#x25CB;
752 CIRCLE             wasy          32  0 x         &#x25CF;
753 Leftcircle         wasy          73  0 x         x
754 LEFTCIRCLE         wasy          71  0 x         &#x25D6;
755 Rightcircle        wasy          74  0 x         x
756 RIGHTCIRCLE        wasy          72  0 x         &#x25D7;
757 \def\LEFTcircle{\LEFTCIRCLE\kern-13.4mu\Circle}             wasysym
758 \def\RIGHTcircle{\RIGHTCIRCLE\kern-13.4mu\Circle}           wasysym
759
760 # Defined by amsmath.sty
761
762 varGamma           cmm         161  0  mathord  &#x1D6E4;       amsmath
763 varDelta           cmm         162  0  mathord  &#x1D6E5;       amsmath
764 varTheta           cmm         163  0  mathord  &#x1D6E9;       amsmath
765 varLambda          cmm         164  0  mathord  &#x1D6EC;       amsmath
766 varXi              cmm         165  0  mathord  &#x1D6EF;       amsmath
767 varPi              cmm         166  0  mathord  &#x1D6F1;       amsmath
768 varSigma           cmm         167  0  mathord  &#x1D6F4;       amsmath
769 varUpsilon         cmm         168  0  mathord  &#x1D6F6;       amsmath
770 varPhi             cmm         169  0  mathord  &#x1D6F7;       amsmath
771 varPsi             cmm         170  0  mathord  &#x1D6F9;       amsmath
772 varOmega           cmm         172  0  mathord  &#x1D6FA;       amsmath
773
774 #
775 # wasy astronomy
776 #
777
778 vernal             wasy          23  0 x        &#x2648;
779 ascnode            wasy          19  0 x        &#x260A;
780 descnode           wasy          20  0 x        &#x260B;
781 fullmoon           wasy          35  0 x        &#x25CB;
782 newmoon            wasy          32  0 x        &#x25CF;
783 leftmoon           wasy          36  0 x        &#x263E;
784 rightmoon          wasy          37  0 x        &#x263D;
785 astrosun           cmsy         175  0 mathbin  &#x2609;        wasysym
786 mercury            wasy          39  0 x        &#x263F;
787 venus              wasy          25  0 x        &#x2640;
788 earth              wasy          38  0 x        &#x2641;
789 mars               wasy          26  0 x        &#x2642;
790 jupiter            wasy          88  0 x        &#x2643;
791 saturn             wasy          89  0 x        &#x2644;
792 uranus             wasy          90  0 x        &#x2645;
793 neptune            wasy          91  0 x        &#x2646;
794 pluto              wasy          92  0 x        &#x2647;
795
796 #
797 # wasy zodiac
798 #
799 aries              wasy          23  0 x         &#x2648;
800 taurus             wasy          93  0 x         &#x2649;
801 gemini             wasy          94  0 x         &#x264A;
802 cancer             wasy          95  0 x         &#x264B;
803 leo                wasy          19  0 x         &#x264C;
804 virgo              wasy          96  0 x         &#x264D;
805 libra              wasy          97  0 x         &#x264E;
806 scorpio            wasy          98  0 x         &#x264F;
807 sagittarius        wasy          99  0 x         &#x2650;
808 capricornus        wasy          100 0 x         &#x2651;
809 aquarius           wasy          101 0 x         &#x2652;
810 pisces             wasy          102 0 x         &#x2653;
811 conjunction        wasy          86  0 textmode  &#x260C;        wasysym,amstext,lyxmathsym # works in text mode only (produces V in math mode)
812 opposition         wasy          87  0 textmode  &#x260D;        wasysym,amstext,lyxmathsym # works in text mode only (produces W in math mode)
813 # APL characters
814 APLstar            wasy          69  0 x        x
815 APLlog             wasy          22  0 x        &#x235F;
816 APLbox             wasy          126 0 x        &#x2395;
817 APLup              wasy          0   0 x        x
818 APLdown            wasy          70  0 x        x
819 APLinput           wasy          125 0 x        x
820 APLcomment         wasy          127 0 x        x
821 \def\APLinv{\mathord{\div\kern-13.9mu\APLbox}}  wasysym
822 APLuparrowbox      wasy         110  0 x        &#x2350;
823 APLdownarrowbox    wasy         111  0 x        &#x2357;
824 APLleftarrowbox    wasy         112  0 x        &#x2347;
825 APLrightarrowbox   wasy         113  0 x        &#x2348;
826
827 # math characters
828 Bowtie             wasy          49  0 x        &#x22C8;
829 leftturn           wasy          34  0 x        &#x27F2;
830 rightturn          wasy          33  0 x        &#x27F3;
831 # diagrams
832 \def\photon{\AC\AC\AC\AC}     wasysym
833 lyxgluonelement    wasy          80  0 x        x               hiddensymbol
834 lyxgluonbelement   wasy          81  0 x        x               hiddensymbol
835 lyxgluoneelement   wasy          82  0 x        x               hiddensymbol
836 \def\gluon{\lyxgluonbelement\lyxgluonelement\lyxgluonelement\lyxgluonelement\lyxgluonelement\lyxgluonelement\lyxgluonelement\lyxgluoneelement} wasysym
837 # special characters
838 cent               wasy         103   0 x          &#00A2;
839 permil             wasy         104   0 x          &#x2030;
840 agemO              wasy          48   0 textmode   &#x2127;        wasysym,amstext,lyxmathsym # works in text mode only (produces 0 in math mode)
841 thorn              wasy         105   0 textmode   &#x00FE;        wasysym,amstext,lyxmathsym # works in text mode only (produces i in math mode)
842 Thorn              wasy         106   0 textmode   &#x00DE;        wasysym,amstext,lyxmathsym # works in text mode only (produces j in math mode)
843 openo              wasy         108   0 textmode   &#x0254;        wasysym,amstext,lyxmathsym # works in text mode only (produces l in math mode)
844 inve               wasy          85   0 textmode   &#x0259;        wasysym,amstext,lyxmathsym # works in text mode only (produces U in math mode)
845
846 #mho               wasy          48    0  mathord  &#x2127;        wasysym # already in amsfonts
847 #Join              wasy          49    0  mathrel  &#x22C8;        wasysym # already in amsfonts
848 #Box               wasy          50    0  mathord  &#x25A1;        wasysym # already in amsfonts
849 #Diamond           wasy          51    0  mathord  &#x22C4;        wasysym # already in amsfonts
850 leadsto            wasy          59    0  mathrel  &#x2933;
851 #sqsubset          wasy          60    0  mathrel  &#x228F;        wasysym # already in amsfonts
852 #sqsupset          wasy          61    0  mathrel  &#x2290;        wasysym # already in amsfonts
853 #lhd               wasy           1    0  mathbin  &#x25C3;        wasysym # already in amsfonts
854 #unlhd             wasy           2    0  mathbin  &#x22B4;        wasysym # already in amsfonts
855 LHD                wasy          16    0  mathbin  &#x2C50;
856 #rhd               wasy           3    0  mathbin  &#x25B9;        wasysym # already in amsfonts
857 #unrhd             wasy           4    0  mathbin  &#x22B5;        wasysym # already in amsfonts
858 RHD                wasy          17    0  mathbin  &#x25B6;
859 apprle             wasy          62    0  mathrel  &#x2272;
860 apprge             wasy          63    0  mathrel  &#x2273;
861 wasypropto         wasy          29    0  mathrel  &#x221D;
862 invneg             wasy          24    0  mathrel  &#x2310;
863 ocircle            wasy          35    0  mathbin  &#x229A;
864 logof              wasy          22    0  mathrel  x
865 varint             wasy     114|119    0  mathop   &#x222B;
866 varoint            wasy     117|122    0  mathop   &#x222B;
867
868 # Generated from stmaryrd.sty
869
870 shortleftarrow     stmry   0   0 mathrel    x  stmaryrd
871 shortrightarrow    stmry   1   0 mathrel    x  stmaryrd
872 shortuparrow       stmry   2   0 mathrel    x  stmaryrd
873 shortdownarrow     stmry   3   0 mathrel    x  stmaryrd
874 Yup                stmry   4   0 mathbin    x  stmaryrd
875 Ydown              stmry   5   0 mathbin    x  stmaryrd
876 Yleft              stmry   6   0 mathbin    x  stmaryrd
877 Yright             stmry   7   0 mathbin    x  stmaryrd
878 varcurlyvee        stmry   8   0 mathbin    x  stmaryrd
879 # qt does not display characters at codepoints 9, 10,12,13
880 # therefore our copies of the TeX fonts have duplicate glyphs after 170
881 varcurlywedge      stmry 170   0 mathbin    x  stmaryrd
882 minuso             stmry 171   0 mathbin    x  stmaryrd
883 baro               stmry  11   0 mathbin    x  stmaryrd
884 sslash             stmry 172   0 mathbin    x  stmaryrd
885 #for whatever reason qt refuses to display anything at position 173
886 bbslash            stmry 174   0 mathbin    x  stmaryrd
887 moo                stmry  14   0 mathbin    x  stmaryrd
888 varotimes          stmry  15   0 mathbin    x  stmaryrd
889 varoast            stmry  16   0 mathbin    x  stmaryrd
890 varobar            stmry  17   0 mathbin    x  stmaryrd
891 varodot            stmry  18   0 mathbin    x  stmaryrd
892 varoslash          stmry  19   0 mathbin    x  stmaryrd
893 varobslash         stmry  20   0 mathbin    x  stmaryrd
894 varocircle         stmry  21   0 mathbin    x  stmaryrd
895 varoplus           stmry  22   0 mathbin    x  stmaryrd
896 varominus          stmry  23   0 mathbin    x  stmaryrd
897 boxast             stmry  24   0 mathbin    x  stmaryrd
898 boxbar             stmry  25   0 mathbin    x  stmaryrd
899 #boxdot             stmry  26   0 mathbin    x  stmaryrd # already in amssymb
900 boxslash           stmry  27   0 mathbin    x  stmaryrd
901 boxbslash          stmry  28   0 mathbin    x  stmaryrd
902 boxcircle          stmry  29   0 mathbin    x  stmaryrd
903 boxbox             stmry  30   0 mathbin    x  stmaryrd
904 boxempty           stmry  31   0 mathbin    x  stmaryrd
905 #lightning          stmry  32   0 mathord    x  stmaryrd # already in wasy
906 merge              stmry  33   0 mathbin    x  stmaryrd
907 vartimes           stmry  34   0 mathbin    x  stmaryrd
908 fatsemi            stmry  35   0 mathbin    x  stmaryrd
909 sswarrow           stmry  36   0 mathrel    x  stmaryrd
910 ssearrow           stmry  37   0 mathrel    x  stmaryrd
911 curlywedgeuparrow  stmry  38   0 mathrel    x  stmaryrd
912 curlywedgedownarrow stmry 39   0 mathrel    x  stmaryrd
913 fatslash           stmry  40   0 mathbin    x  stmaryrd
914 fatbslash          stmry  41   0 mathbin    x  stmaryrd
915 lbag               stmry  42   0 mathbin    x  stmaryrd
916 rbag               stmry  43   0 mathbin    x  stmaryrd
917 varbigcirc         stmry  44   0 mathbin    x  stmaryrd
918 leftrightarroweq   stmry  45   0 mathrel    x  stmaryrd
919 curlyveedownarrow  stmry  46   0 mathrel    x  stmaryrd
920 curlyveeuparrow    stmry  47   0 mathrel    x  stmaryrd
921 nnwarrow           stmry  48   0 mathrel    x  stmaryrd
922 nnearrow           stmry  49   0 mathrel    x  stmaryrd
923 leftslice          stmry  50   0 mathbin    x  stmaryrd
924 rightslice         stmry  51   0 mathbin    x  stmaryrd
925 varolessthan       stmry  52   0 mathbin    x  stmaryrd
926 varogreaterthan    stmry  53   0 mathbin    x  stmaryrd
927 varovee            stmry  54   0 mathbin    x  stmaryrd
928 varowedge          stmry  55   0 mathbin    x  stmaryrd
929 talloblong         stmry  56   0 mathbin    x  stmaryrd
930 interleave         stmry  57   0 mathbin    x  stmaryrd
931 obar               stmry  58   0 mathbin    x  stmaryrd
932 obslash            stmry  59   0 mathbin    x  stmaryrd
933 olessthan          stmry  60   0 mathbin    x  stmaryrd
934 ogreaterthan       stmry  61   0 mathbin    x  stmaryrd
935 ovee               stmry  62   0 mathbin    x  stmaryrd
936 owedge             stmry  63   0 mathbin    x  stmaryrd
937 oblong             stmry  64   0 mathbin    x  stmaryrd
938 inplus             stmry  65   0 mathrel    x  stmaryrd
939 niplus             stmry  66   0 mathrel    x  stmaryrd
940 nplus              stmry  67   0 mathbin    x  stmaryrd
941 subsetplus         stmry  68   0 mathrel    x  stmaryrd
942 supsetplus         stmry  69   0 mathrel    x  stmaryrd
943 subsetpluseq       stmry  70   0 mathrel    x  stmaryrd
944 supsetpluseq       stmry  71   0 mathrel    x  stmaryrd
945 Lbag               stmry  72   0 mathopen   x  stmaryrd
946 Rbag               stmry  73   0 mathclose  x  stmaryrd
947 llbracket          stmry  74   0 mathopen   x  stmaryrd
948 rrbracket          stmry  75   0 mathclose  x  stmaryrd
949 llparenthesis      stmry  76   0 mathopen   x  stmaryrd
950 rrparenthesis      stmry  77   0 mathclose  x  stmaryrd
951 binampersand       stmry  78   0 mathopen   x  stmaryrd
952 bindnasrepma       stmry  79   0 mathclose  x  stmaryrd
953 trianglelefteqslant stmry 80   0 mathrel    x  stmaryrd
954 trianglerighteqslant stmry 81  0 mathrel    x  stmaryrd
955 ntrianglelefteqslant stmry 82  0 mathrel    x  stmaryrd
956 ntrianglerighteqslant stmry 83 0 mathrel    x  stmaryrd
957 llfloor            stmry  84   0 mathopen   x  stmaryrd
958 rrfloor            stmry  85   0 mathclose  x  stmaryrd
959 llceil             stmry  86   0 mathopen   x  stmaryrd
960 rrceil             stmry  87   0 mathclose  x  stmaryrd
961 lyxarrownot        stmry  88   0 mathrel    x  hiddensymbol #see arrownot defined below
962 lyxArrownot        stmry  89   0 mathrel    x  hiddensymbol #see Arrownot defined below
963 Mapstochar         stmry  90   0 mathrel    x  stmaryrd
964 mapsfromchar       stmry  91   0 mathrel    x  stmaryrd
965 Mapsfromchar       stmry  92   0 mathrel    x  stmaryrd
966 leftrightarrowtriangle stmry 93 0 mathrel   x  stmaryrd
967 leftarrowtriangle  stmry  94   0 mathrel    x  stmaryrd
968 rightarrowtriangle stmry  95   0 mathrel    x  stmaryrd
969 #bigtriangledown    stmry  96   0 mathop     x  stmaryrd #already in cmsy
970 #bigtriangleup      stmry  97   0 mathop     x  stmaryrd #already in cmsy
971 bigcurlyvee        stmry  98|106   0 mathop   x  stmaryrd
972 bigcurlywedge      stmry  99|107   0 mathop   x  stmaryrd
973 bigsqcap           stmry 100|108   0 mathop   x  stmaryrd
974 bigbox             stmry 101|109   0 mathop   x  stmaryrd
975 bigparallel        stmry 102|110   0 mathop   x  stmaryrd
976 biginterleave      stmry 103|111   0 mathop   x  stmaryrd
977 #hugetriangledown   stmry 104       0 mathop   x  stmaryrd # only in the font, not the .sty
978 #hugetriangleup     stmry 105   0 mathop     x  stmaryrd # only in the font, not the .sty
979 #hugecurlyvee       stmry 106   0 mathop     x  stmaryrd # only in the font, not the .sty
980 #hugecurlywedge     stmry 107   0 mathop     x  stmaryrd # only in the font, not the .sty
981 #hugesqcap          stmry 108   0 mathop     x  stmaryrd # only in the font, not the .sty
982 #hugebox            stmry 109   0 mathop     x  stmaryrd # only in the font, not the .sty
983 #hugeparallel       stmry 110   0 mathop     x  stmaryrd # only in the font, not the .sty
984 #hugeinterleave     stmry 111   0 mathop     x  stmaryrd # only in the font, not the .sty
985 bignplus           stmry 112|120   0 mathop  x  stmaryrd # caution: named hugenplus in the font
986 #largellbracket     stmry 113   0 mathopen   x  stmaryrd # only in the font, not the .sty
987 #Largellbracket     stmry 114   0 mathopen   x  stmaryrd # only in the font, not the .sty
988 #LARGEllbracket     stmry 115   0 mathopen   x  stmaryrd # only in the font, not the .sty
989 #hugellbracket      stmry 116   0 mathopen   x  stmaryrd # only in the font, not the .sty
990 #Largellbrackettop  stmry 117   0 mathopen   x  stmaryrd # only in the font, not the .sty
991 #Largellbracketbot  stmry 118   0 mathopen   x  stmaryrd # only in the font, not the .sty caution: named Hugellbrackettop in the font
992 #llbracketex        stmry 119   0 mathopen   x  stmaryrd # only in the font, not the .sty caution: named Hugellbracketbot in the font
993 #hugenplus          stmry 120   0 mathop     x  stmaryrd # only in the font, not the .sty caution: named Hugenplus in the font
994 #largerrbracket     stmry 121   0 mathclose  x  stmaryrd # only in the font, not the .sty
995 #Largerrbracket     stmry 122   0 mathclose  x  stmaryrd # only in the font, not the .sty
996 #LARGErrbracket     stmry 123   0 mathclose  x  stmaryrd # only in the font, not the .sty
997 #hugerrbracket      stmry 124   0 mathclose  x  stmaryrd # only in the font, not the .sty
998 #Largerrbrackettop  stmry 125   0 mathclose  x  stmaryrd # only in the font, not the .sty caution: named Hugerrbrackettop in the font
999 #Largerrbracketbot  stmry 126   0 mathclose  x  stmaryrd # only in the font, not the .sty caution: named Hugerrbracketbot in the font
1000 #rrbracketex        stmry 127   0 mathclose  x  stmaryrd # only in the font, not the .sty caution: named Hugerrbracketex in the font
1001
1002 \def\varcopyright{\mathord{c\kern-11mu\varbigcirc}}         stmaryrd
1003 # kerning is slightly imperfect so that one sees when \[Aa]rrownot is selected
1004 \def\arrownot{\lyxarrownot}                                 stmaryrd
1005 \def\Arrownot{\lyxArrownot\mathrel{\kern0.5mu}}             stmaryrd
1006 \def\longarrownot{\mathrel{\kern5.5mu}\arrownot\mathrel{\kern-5.5mu}} stmaryrd
1007 \def\Longarrownot{\mathrel{\kern5.5mu}\Arrownot\mathrel{\kern-5.5mu}} stmaryrd
1008 \def\Mapsto{\Mapstochar\mathrel\Rightarrow}              mathrel &#x2907; stmaryrd
1009 \def\mapsfrom{\leftarrow\kern-9mu\mapsfromchar}          mathrel &#x21a4; stmaryrd
1010 \def\Mapsfrom{\Leftarrow\kern-9mu\Mapsfromchar}          mathrel &#x2906; stmaryrd
1011 \def\Longmapsto{\Mapstochar\Longrightarrow}              mathrel &#x27fe; stmaryrd
1012 \def\longmapsfrom{\longleftarrow\mapsfromchar}           mathrel &#x27fb; stmaryrd
1013 \def\Longmapsfrom{\Longleftarrow\mathrel{\kern1mu}\Mapsfromchar}   mathrel &#x27fd; stmaryrd
1014
1015 # symbols from the mhchem package, all of them are equivalent to a math symbol
1016 # mhchem is not loaded because these commands can only be used inside
1017 # a \ce or a \cf inset
1018
1019 sbond              cmsy        161   0 mathord  x
1020 dbond              cmr          61   0 mathord  x
1021 tbond              cmsy        180 186 mathord  x
1022
1023 # From the esint package:
1024 # We emulate some symbols if the esint10 font is not available.
1025 # It is important that they have the same requirements in both cases,
1026 # otherwise the LaTeX output would depend on the availability of the esint10
1027 # font in the GUI
1028 # Note that we do _not_ require the wasysym package for any integral besides
1029 # \varint and \varoint. The reason is that the integrals of the wasysym
1030 # package do not match the standard \int and \intop. See
1031 # http://www.lyx.org/trac/ticket/1942 for details.
1032 # If the wasysym integrals are really wanted then one has to load the package
1033 # manually and disable automatic loading of amsmath and esint.
1034 iffont esint
1035 intop              esint    001|002    0  mathop  &#x222B;        esint
1036 iintop             esint    003|004    0  mathop  &#x222C;        esint
1037 iiintop            esint    005|006    0  mathop  &#x222D;        esint
1038 iiiintop           esint    007|008    0  mathop  &#x2A0C;        esint
1039 #9 codepoint forbidden in qt4, 10,12,13 in qt5
1040 ointop             esint    043|044    0  mathop  &#x222E;        esint
1041 oiintop            esint    045|046    0  mathop  &#x222F;        esint
1042 sqintop            esint    015|016    0  mathop  &#x2A16;        esint
1043 sqiintop           esint    017|018    0  mathop  x             esint
1044 dotsintop          esint    041|042    0  mathop  &#x222B;&#x22EF;&#x222B;    esint
1045 ointctrclockwiseop esint    023|024    0  mathop  &#x2233;        esint
1046 ointclockwiseop    esint    025|026    0  mathop  &#x2232;        esint
1047 else
1048 intop              cmex       82|90  242  mathop  &#x222B;        esint
1049 iintop             wasy     115|120    0  mathop  &#x222C;        esint
1050 iiintop            wasy     116|121    0  mathop  &#x222D;        esint
1051 \def\iiiintop{\int\kern-6mu\int\kern-6mu\int\kern-6mu\int}      esint
1052 ointop             cmex       72|73    0  mathop  &#x222E;        esint
1053 oiintop            wasy     118|123    0  mathop  &#x222F;        esint
1054 \def\sqintop{\square\kern-17mu\int\kern6mu}                     esint
1055 \def\sqiintop{\square\kern-20mu\iint\kern3mu}                   esint
1056 \def\dotsintop{\int\kern-3mu\cdots\kern-3mu\int}                esint
1057 \def\ointctrclockwiseop{\circlearrowleft\kern-21mu\int\kern6mu} esint
1058 \def\ointclockwiseop{\circlearrowright\kern-21mu\int\kern6mu}   esint
1059 endif
1060 \def\int{\intop\nolimits}           mathop  &#x222B;        esint|amsmath
1061 \def\iint{\iintop\nolimits}         mathop  &#x222C;        esint|amsmath
1062 \def\iiint{\iiintop\nolimits}       mathop  &#x222D;        esint|amsmath
1063 \def\iiiint{\iiiintop\nolimits}     mathop  &#x2A0C;        esint|amsmath
1064 \def\oint{\ointop\nolimits}         mathop  &#x222E;        esint
1065 \def\oiint{\oiintop\nolimits}       mathop  &#x222F;        esint
1066 \def\sqint{\sqintop\nolimits}       mathop  &#x2A16;        esint
1067 \def\sqiint{\sqiintop\nolimits}     mathop  esint
1068 \def\dotsint{\dotsintop\nolimits}   mathop  &#x222B;&#x22EF;&#x222B;        esint
1069 \def\ointctrclockwise{\ointctrclockwiseop\nolimits} mathop  &#x2232;        esint
1070 \def\ointclockwise{\ointclockwiseop\nolimits}       mathop  &#x2232;        esint
1071
1072 varointclockwiseop esint    027|028    0  mathop  &#x2232;        esint
1073 varointctrclockwiseop esint 029|030    0  mathop  &#x2233;        esint
1074 fintop             esint    031|032    0  mathop  &#x2a0f;        esint
1075 varoiintop         esint    033|034    0  mathop  &#x222F;        esint
1076 landupintop        esint    035|036    0  mathop  x               esint
1077 landdownintop      esint    037|038    0  mathop  x               esint
1078
1079 \def\varointclockwise{\varointclockwiseop\nolimits}       mathop  &#x2232;        esint
1080 \def\varointctrclockwise{\varointctrclockwiseop\nolimits} mathop  &#x2233;        esint
1081 \def\fint{\fintop\nolimits}                mathop  &#x2a0f;        esint
1082 \def\varoiint{\varoiintop\nolimits}        mathop  &#x222F;        esint
1083 \def\landupint{\landupintop\nolimits}      mathop  x               esint
1084 \def\landdownint{\landdownintop\nolimits}  mathop  x               esint
1085
1086
1087 # From the amsmath package:
1088 \def\idotsint{\int\kern-3mu\cdots\kern-3mu\int\limits}                 amsmath
1089
1090
1091 log                lyxblacktext  0   0 func     x
1092 lg                 lyxblacktext  0   0 func     x
1093 ln                 lyxblacktext  0   0 func     x
1094 lim                lyxblacktext  0   0 funclim  x
1095 limsup             lyxblacktext  0   0 funclim  x
1096 liminf             lyxblacktext  0   0 funclim  x
1097 sin                lyxblacktext  0   0 func     x
1098 arcsin             lyxblacktext  0   0 func     x
1099 sinh               lyxblacktext  0   0 func     x
1100 cos                lyxblacktext  0   0 func     x
1101 arccos             lyxblacktext  0   0 func     x
1102 cosh               lyxblacktext  0   0 func     x
1103 tan                lyxblacktext  0   0 func     x
1104 arctan             lyxblacktext  0   0 func     x
1105 tanh               lyxblacktext  0   0 func     x
1106 cot                lyxblacktext  0   0 func     x
1107 coth               lyxblacktext  0   0 func     x
1108 sec                lyxblacktext  0   0 func     x
1109 csc                lyxblacktext  0   0 func     x
1110 max                lyxblacktext  0   0 funclim  x
1111 min                lyxblacktext  0   0 funclim  x
1112 sup                lyxblacktext  0   0 funclim  x
1113 inf                lyxblacktext  0   0 funclim  x
1114 arg                lyxblacktext  0   0 func     x
1115 ker                lyxblacktext  0   0 func     x
1116 dim                lyxblacktext  0   0 func     x
1117 hom                lyxblacktext  0   0 func     x
1118 det                lyxblacktext  0   0 funclim  x
1119 exp                lyxblacktext  0   0 func     x
1120 Pr                 lyxblacktext  0   0 funclim  x
1121 gcd                lyxblacktext  0   0 funclim  x
1122 deg                lyxblacktext  0   0 func     x
1123
1124
1125 #
1126 # Modulo notation
1127 #
1128
1129 # the original definitions have spacing differences between display/inline/script,
1130 # but we cannot reproduce that here
1131 \def\bmod{\mkern1mu\mathbin{\textrm{mod}}\mkern1mu}
1132 \def\pmod#1{\mkern18mu(\textrm{mod}\mkern6mu#1)}
1133 \def\pod#1{\mkern18mu(#1)} amsmath
1134 \def\mod#1{\mkern12mu\textrm{mod}\mkern6mu#1} amsmath
1135
1136 # mathtools.sty
1137 vcentcolon         cmr          58  58    mathrel :          mathtools
1138 ordinarycolon      cmr          58  58    mathrel :          mathtools
1139 \def\bigtimes{\mathop{\diagup\kern-16mu\diagdown}} mathtools
1140 \def\dblcolon{\vcentcolon\mathrel{\kern-0.9mu}\vcentcolon}      mathrel ::          mathtools
1141 \def\coloneqq{\vcentcolon\mathrel{\kern-1.2mu}=}                mathrel &#x2254;    mathtools
1142 \def\Coloneqq{\dblcolon\mathrel{\kern-1.2mu}=}                  mathrel &#x2A74;    mathtools
1143 \def\coloneq{\vcentcolon\mathrel{\kern-1.2mu}\mathrel{-}}       mathrel :-          mathtools
1144 \def\Coloneq{\dblcolon\mathrel{\kern-1.2mu}\mathrel{-}}         mathrel ::-         mathtools
1145 \def\eqqcolon{=\mathrel{\kern-1.2mu}\vcentcolon}                mathrel &#x2255;    mathtools
1146 \def\Eqqcolon{=\mathrel{\kern-1.2mu}\dblcolon}                  mathrel =::         mathtools
1147 \def\eqcolon{\mathrel{-}\mathrel{\kern-1.2mu}\vcentcolon}       mathrel -:          mathtools
1148 \def\Eqcolon{\mathrel{-}\mathrel{\kern-1.2mu}\dblcolon}         mathrel -::         mathtools
1149 \def\colonapprox{\vcentcolon\mathrel{\kern-1.2mu}\approx}       mathrel :&#x2248;   mathtools
1150 \def\Colonapprox{\dblcolon\mathrel{\kern-1.2mu}\approx}         mathrel ::&#x2248;  mathtools
1151 \def\colonsim{\vcentcolon\mathrel{\kern-1.2mu}\sim}             mathrel :&#x223C;   mathtools
1152 \def\Colonsim{\dblcolon\mathrel{\kern-1.2mu}\sim}               mathrel ::&#x223C;  mathtools
1153
1154
1155 #
1156 # pre-defined macros
1157 #
1158
1159 \def\leq{\le}                                                   mathrel &#x2264;
1160 \def\geq{\ge}                                                   mathrel &#x2265;
1161 \def\neq{\not=}                                                 mathrel &#x2260;
1162 \def\ne{\not=}                                                  mathrel &#x2260;
1163 \def\lnot{\neg}                                                 mathord &#xAC;
1164 \def\notin{\not\in}                                             mathrel &#x2209;
1165
1166 \def\ddag{\ddagger}                                             mathbin &#x2021;
1167 \def\dag{\dagger}                                               mathbin &#x2020;
1168
1169 \def\joinrel{\mathrel{\kern-3mu}}
1170 \def\relbar{\lyxbar}
1171 \def\Relbar{\mathrel{=}}
1172 \def\longleftrightarrow{\leftarrow\joinrel\rightarrow}          mathrel &#x27f7;
1173 \def\Longleftrightarrow{\Leftarrow\joinrel\Rightarrow}          mathrel &#x27fa;
1174 \def\iff{\Leftarrow\joinrel\Rightarrow}                         mathrel &#x27fa;
1175 \def\doteq{\stackrel{\cdot}{=}}                                 mathrel &#x2250;
1176
1177 iffont cmsy
1178 \def\longrightarrow{\relbar\joinrel\rightarrow}                 mathrel &#x27F6;
1179 \def\longleftarrow{\leftarrow\joinrel\relbar}                   mathrel &#x27F5;
1180 \def\Longrightarrow{\Relbar\joinrel\Rightarrow}                 mathrel &#x27F9;
1181 \def\Longleftarrow{\Leftarrow\joinrel\Relbar}                   mathrel &#x27F8;
1182 \def\implies{\Longrightarrow}                                   mathrel &#x27F9;    amsmath
1183 \def\impliedby{\Longleftarrow}                                  mathrel &#x27F8;    amsmath
1184 \def\mapsto{\mapstochar\rightarrow}                             mathrel &#x21A4;
1185 \def\longmapsto{\mapstochar\joinrel\relbar\joinrel\rightarrow}  mathrel &#x27FB;
1186 \def\models{\mathrel{\vert}\joinrel\Relbar}                     mathrel &#x22A8;
1187 else
1188 \def\implies{=>}                                                mathrel &#x27F9;    amsmath
1189 \def\impliedby{<=}                                              mathrel &#x27F8;    amsmath
1190 endif
1191 iffont cmm
1192 \def\hookrightarrow{\lhook\joinrel\rightarrow}                  mathrel &#x21AA;
1193 \def\hookleftarrow{\leftarrow\joinrel\rhook}                    mathrel &#x21A9;
1194 \def\bowtie{\mathrel\triangleright\joinrel\mathrel\triangleleft} mathrel&#x22C8;
1195 endif
1196 iffont msa
1197 \def\dashrightarrow{\mathrel{\lyxdabar\lyxdabar\lyxright}}      mathrel &#x290F;    amssymb
1198 \def\dashleftarrow{\mathrel{\lyxleft\lyxdabar\lyxdabar}}        mathrel &#x290E;    amssymb
1199 else
1200 \def\dashrightarrow{- - \rightarrow}                            mathrel &#x290F;    amssymb
1201 \def\dashleftarrow{\leftarrow{} - -}                            mathrel &#x290E;    amssymb
1202 endif
1203 \def\dasharrow{\dashrightarrow}                                 mathrel &#x290F;    amssymb
1204 iffont msb
1205 \def\Join{\mathrel{\ltimes\kern-13.5mu\rtimes}}                 mathrel &#x2a1d;    amssymb
1206 else
1207 \def\Join{|x|}                                                  mathrel &#x2a1d;    amssymb
1208 endif
1209 \def\AA{\AA}{\text{Ã…}} textmode  &#x00C5;    amstext,lyxmathsym
1210 \def\O{\O}{\text{Ø}}   textmode  &#x00D8;    amstext,lyxmathsym
1211
1212 iffont cmsy
1213 # The \sim is placed too high...
1214 \def\cong{\stackrel{\sim}{=}}                                   mathrel  &#x2245;
1215 lyxsurd               cmsy        112 0 mathord  &#x221A;
1216 \def\surd{^\lyxsurd}                                            mathord  &#x221A;
1217 \def\textdegree{\text{°}} textmode Â° textcomp,amstext,lyxmathsym
1218 else
1219 # FIXME: These don't work on OS X, since the Symbol font uses a different
1220 #        encoding and is therefore disabled in FontLoader::available().
1221 cong               lyxsymbol             64  0 mathrel  &#x2245;
1222 surd               lyxsymbol             214 0 mathord  &#x221A;
1223 textdegree         lyxsymbol             176 0 mathord  &#x00B0;    textcomp,amstext,lyxmathsym
1224 endif
1225
1226 #"{\hat{}}
1227
1228
1229 # HEP Particles. The code below is extracted from the hepparticles
1230 # package by Andy Buckley.
1231 #    https://www.ctan.org/pkg/hepparticles
1232 # It has been simplified and is only intended for display purposes inside LyX.
1233
1234
1235 \def\HepParticle#1#2#3{\mathrm{#1{}_{#2}^{#3}}} hepparticles
1236 \def\HepAntiParticle#1#2#3{\mathrm{\overline{#1}{}_{#2}^{#3}}} hepparticles
1237
1238 \def\HepGenParticle#1#2#3{\mathit{#1{}_{\kern-3mu#2}^{\kern-1mu#3}}} hepparticles
1239 \def\HepGenAntiParticle#1#2#3{\mathit{\overline{#1}{}_{\kern-2mu#2}^{#3}}} hepparticles
1240
1241 \def\HepSusyParticle#1#2#3{\mathrm{\widetilde{#1}{}_{#2}^{#3}}} hepparticles
1242 \def\HepGenSusyParticle#1#2#3{\mathit{\mkern2mu\widetilde{\mkern-2mu#1}{}_{\kern-2.5mu#2}^{\kern-0.5mu#3}}} hepparticles
1243 \def\HepSusyAntiParticle#1#2#3{\mathrm{\overline{\widetilde{#1}}{}_{#2}^{#3}}} hepparticles
1244 \def\HepGenSusyAntiParticle#1#2#3{\mathit{\mkern3.5mu\overline{\mkern-3.5mu\mkern2mu\widetilde{\mkern-2mu#1}}{}_{\kern-4mu#2}^{\kern-2mu#3}}} hepparticles
1245
1246 \def\HepResonanceMassTerm#1#2#3{\mathrm{\left(#1\right){}_{#2}^{#3}}} hepparticles
1247 \def\HepResonanceSpecTerm#1#2#3{\mathrm{#1{}_{#2}^{#3}}} hepparticles
1248 \def\HepParticleResonance#1#2#3#4{#1\HepResonanceMassTerm#2#3#4} hepparticles
1249 \def\HepParticleResonanceFormal#1#2#3#4#5#6#7{\HepParticleResonance#1#2#3#4\,\HepResonanceSpecTerm#5#6#7} hepparticles
1250 \def\HepParticleResonanceFull#1#2#3#4#5#6{\HepParticleResonance{\HepParticle#1#2#3}#4#5#6} hepparticles
1251 \def\HepParticleResonanceFormalFull#1#2#3#4#5#6#7#8#9{\HepParticleResonanceFormal{\HepParticle#1#2#3}#4#5#6#7#8#9} hepparticles
1252 \def\HepProcess#1{#1} hepparticles
1253
1254
1255 #
1256 # Particle PEN Names (see hepnames package on CTAN)
1257 #
1258
1259 ## B mesons
1260 \def\PB{\HepParticle{B}{}{}} hepnames
1261 \def\PBpm{\HepParticle{B}{}{\pm}} hepnames
1262 \def\PBmp{\HepParticle{B}{}{\mp}} hepnames
1263 \def\PBp{\HepParticle{B}{}{+}} hepnames
1264 \def\PBm{\HepParticle{B}{}{-}} hepnames
1265 \def\PBz{\HepParticle{B}{}{0}} hepnames
1266 \def\PBst{\HepParticle{B}{}{\ast}} hepnames
1267 \def\PdB{\HepParticle{B}{\Pqd}{0}} hepnames
1268 \def\PuB{\HepParticle{B}{}{+}} hepnames
1269 \def\PcB{\HepParticle{B}{\Pqc}{+}} hepnames
1270 \def\PsB{\HepParticle{B}{\Pqs}{0}} hepnames
1271 \def\PaB{\HepAntiParticle{B}{}{}} hepnames
1272 \def\PaBz{\HepAntiParticle{B}{}{0}} hepnames
1273 \def\PadB{\HepAntiParticle{B}{\Pqd}{0}} hepnames
1274 \def\PauB{\HepParticle{B}{}{-}} hepnames
1275 \def\PacB{\HepParticle{B}{\Pqc}{-}} hepnames
1276 \def\PasB{\HepAntiParticle{B}{\Pqs}{0}} hepnames
1277
1278 ## Kaons
1279 \def\PK{\HepParticle{K}{}{}} hepnames
1280 \def\PKpm{\HepParticle{K}{}{\pm}} hepnames
1281 \def\PKmp{\HepParticle{K}{}{\mp}} hepnames
1282 \def\PKm{\HepParticle{K}{}{-}} hepnames
1283 \def\PKp{\HepParticle{K}{}{+}} hepnames
1284 \def\PKz{\HepParticle{K}{}{0}} hepnames
1285 \def\PKzL{\HepParticle{K}{L}{0}} hepnames
1286 \def\PKzS{\HepParticle{K}{S}{0}} hepnames
1287 \def\PKst{\HepParticle{K}{}{\ast}} hepnames
1288 \def\PaK{\HepAntiParticle{K}{}{}} hepnames
1289 \def\PaKz{\HepAntiParticle{K}{}{0}} hepnames
1290 \def\PKeiii{\HepParticle{K}{e3}{}} hepnames
1291 \def\PKgmiii{\HepParticle{K}{\mu3}{}} hepnames
1292 \def\PKzeiii{\HepParticle{K}{e3}{0}} hepnames
1293 \def\PKzgmiii{\HepParticle{K}{\mu3}{0}} hepnames
1294 \def\PKia{\HepParticleResonanceFull{K}{1}{}{1400}{}{}} hepnames
1295 \def\PKii{\HepParticleResonanceFull{K}{2}{}{1770}{}{}} hepnames
1296 \def\PKi{\HepParticleResonanceFull{K}{1}{}{1270}{}{}} hepnames
1297 \def\PKsti{\HepParticleResonance{\PKst}{892}{}{}} hepnames
1298 \def\PKsta{\HepParticleResonance{\PKst}{1370}{}{}} hepnames
1299 \def\PKstb{\HepParticleResonance{\PKst}{1680}{}{}} hepnames
1300 \def\PKstiii{\HepParticleResonanceFull{K}{3}{\ast}{1780}{}{}} hepnames
1301 \def\PKstii{\HepParticleResonanceFull{K}{2}{\ast}{1430}{}{}} hepnames
1302 \def\PKstiv{\HepParticleResonanceFull{K}{4}{\ast}{2045}{}{}} hepnames
1303 \def\PKstz{\HepParticleResonanceFull{K}{0}{\ast}{1430}{}{}} hepnames
1304
1305 ## N resonances
1306 \def\PN{\HepParticle{N}{}{}} hepnames
1307 \def\PNa{\HepParticleResonanceFormal{\PN}{1440}{}{}{P}{11}{}} hepnames
1308 \def\PNb{\HepParticleResonanceFormal{\PN}{1520}{}{}{D}{13}{}} hepnames
1309 \def\PNc{\HepParticleResonanceFormal{\PN}{1535}{}{}{S}{11}{}} hepnames
1310 \def\PNd{\HepParticleResonanceFormal{\PN}{1650}{}{}{S}{11}{}} hepnames
1311 \def\PNe{\HepParticleResonanceFormal{\PN}{1675}{}{}{D}{15}{}} hepnames
1312 \def\PNf{\HepParticleResonanceFormal{\PN}{1680}{}{}{F}{15}{}} hepnames
1313 \def\PNg{\HepParticleResonanceFormal{\PN}{1700}{}{}{D}{13}{}} hepnames
1314 \def\PNh{\HepParticleResonanceFormal{\PN}{1710}{}{}{P}{11}{}} hepnames
1315 \def\PNi{\HepParticleResonanceFormal{\PN}{1720}{}{}{P}{13}{}} hepnames
1316 \def\PNj{\HepParticleResonanceFormal{\PN}{2190}{}{}{G}{17}{}} hepnames
1317 \def\PNk{\HepParticleResonanceFormal{\PN}{2220}{}{}{H}{19}{}} hepnames
1318 \def\PNl{\HepParticleResonanceFormal{\PN}{2250}{}{}{G}{19}{}} hepnames
1319 \def\PNm{\HepParticleResonanceFormal{\PN}{2600}{}{}{I}{1,11}{}} hepnames
1320
1321 ## Bosons
1322 \def\Pg{\HepParticle{g}{}{}} hepnames
1323 \def\Pgg{\HepParticle{\gamma}{}{}} hepnames
1324 \def\Pggx{\HepParticle{\gamma}{}{*}} hepnames
1325 \def\PW{\HepParticle{W}{}{}} hepnames
1326 \def\PWpm{\HepParticle{W}{}{\pm}} hepnames
1327 \def\PWmp{\HepParticle{W}{}{\mp}} hepnames
1328 \def\PWp{\HepParticle{W}{}{+}} hepnames
1329 \def\PWm{\HepParticle{W}{}{-}} hepnames
1330 \def\PWR{\HepParticle{W}{R}{}} hepnames
1331 \def\PWpr{\HepParticle{W}{}{\prime}} hepnames
1332 \def\PZ{\HepParticle{Z}{}{}} hepnames
1333 \def\PZz{\HepParticle{Z}{}{0}} hepnames
1334 \def\PZpr{\HepParticle{Z}{}{\prime}} hepnames
1335 \def\PZLR{\HepParticle{Z}{LR}{}} hepnames
1336 \def\PZgc{\HepParticle{Z}{\chi}{}} hepnames
1337 \def\PZge{\HepParticle{Z}{\eta}{}} hepnames
1338 \def\PZgy{\HepParticle{Z}{\psi}{}} hepnames
1339 \def\PZi{\HepParticle{Z}{1}{}} hepnames
1340 \def\PAz{\HepParticle{A}{}{\mspace{-2mu}0}} hepnames
1341
1342 ## Higgs (inc. SUSY Higgs)
1343 \def\PH{\HepParticle{H}{}{}} hepnames
1344 \def\PHz{\HepParticle{H}{}{0}} hepnames
1345 \def\Ph{\HepParticle{h}{}{}} hepnames
1346 \def\Phz{\HepParticle{h}{}{0}} hepnames
1347 \def\PA{\HepParticle{A}{}{}} hepnames
1348 \def\PHpm{\HepParticle{H}{}{\pm}} hepnames
1349 \def\PHmp{\HepParticle{H}{}{\mp}} hepnames
1350 \def\PHp{\HepParticle{H}{}{+}} hepnames
1351 \def\PHm{\HepParticle{H}{}{-}} hepnames
1352
1353 \def\Pf{\HepGenParticle{f}{}{}} hepnames
1354 \def\Pfpm{\HepGenParticle{f}{}{\pm}} hepnames
1355 \def\Pfmp{\HepGenParticle{f}{}{\mp}} hepnames
1356 \def\Pfp{\HepGenParticle{f}{}{+}} hepnames
1357 \def\Pfm{\HepGenParticle{f}{}{-}} hepnames
1358 \def\Paf{\HepGenAntiParticle{f}{}{}} hepnames
1359
1360 ## Leptons
1361 \def\Pl{\HepGenParticle{\ell}{}{}} hepnames
1362 \def\Plpm{\HepGenParticle{\ell}{}{\pm}} hepnames
1363 \def\Plmp{\HepGenParticle{\ell}{}{\mp}} hepnames
1364 \def\Plp{\HepGenParticle{\ell}{}{+}} hepnames
1365 \def\Plm{\HepGenParticle{\ell}{}{-}} hepnames
1366 \def\Pal{\HepGenAntiParticle{\ell}{}{}} hepnames
1367 \def\Pgn{\HepGenParticle{\nu}{}{}} hepnames
1368 \def\Pgnl{\HepGenParticle{\nu}{\ell}{}} hepnames
1369 \def\Pagn{\HepGenAntiParticle{\nu}{}{}} hepnames
1370 \def\Pagnl{\HepGenAntiParticle{\nu}{\ell}{}} hepnames
1371 \def\Pe{\HepParticle{e}{}{}} hepnames
1372 \def\Pepm{\HepParticle{e}{}{\pm}} hepnames
1373 \def\Pemp{\HepParticle{e}{}{\mp}} hepnames
1374 \def\Pem{\HepParticle{e}{}{-}} hepnames
1375 \def\Pep{\HepParticle{e}{}{+}} hepnames
1376 \def\Pgm{\HepParticle{\mu}{}{}} hepnames
1377 \def\Pgmpm{\HepParticle{\mu}{}{\pm}} hepnames
1378 \def\Pgmmp{\HepParticle{\mu}{}{\mp}} hepnames
1379 \def\Pgmm{\HepParticle{\mu}{}{-}} hepnames
1380 \def\Pgmp{\HepParticle{\mu}{}{+}} hepnames
1381 \def\Pgt{\HepParticle{\tau}{}{}} hepnames
1382 \def\Pgtpm{\HepParticle{\tau}{}{\pm}} hepnames
1383 \def\Pgtmp{\HepParticle{\tau}{}{\mp}} hepnames
1384 \def\Pgtm{\HepParticle{\tau}{}{-}} hepnames
1385 \def\Pgtp{\HepParticle{\tau}{}{+}} hepnames
1386 \def\Pgne{\HepParticle{\nu}{\!e}{}} hepnames
1387 \def\Pgngm{\HepParticle{\nu}{\!\mu}{}} hepnames
1388 \def\Pgngt{\HepParticle{\nu}{\!\tau}{}} hepnames
1389 \def\Pagne{\HepAntiParticle{\nu}{\!e}{}} hepnames
1390 \def\Pagngm{\HepAntiParticle{\nu}{\!\mu}{}} hepnames
1391 \def\Pagngt{\HepAntiParticle{\nu}{\!\tau}{}} hepnames
1392
1393 ## Quarks
1394 \def\Pq{\HepGenParticle{q}{}{}} hepnames
1395 \def\Paq{\HepGenAntiParticle{q}{}{}} hepnames
1396 \def\Pqd{\HepParticle{d}{}{}} hepnames
1397 \def\Pqu{\HepParticle{u}{}{}} hepnames
1398 \def\Pqs{\HepParticle{s}{}{}} hepnames
1399 \def\Pqc{\HepParticle{c}{}{}} hepnames
1400 \def\Pqb{\HepParticle{b}{}{}} hepnames
1401 \def\Pqt{\HepParticle{t}{}{}} hepnames
1402 \def\Paqd{\HepAntiParticle{d}{}{}} hepnames
1403 \def\Paqu{\HepAntiParticle{u}{}{}} hepnames
1404 \def\Paqs{\HepAntiParticle{s}{}{}} hepnames
1405 \def\Paqc{\HepAntiParticle{c}{}{}} hepnames
1406 \def\Paqb{\HepAntiParticle{b}{}{}} hepnames
1407 \def\Paqt{\HepAntiParticle{t}{}{}} hepnames
1408
1409 ## Nucleons
1410 \def\Pp{\HepParticle{p}{}{}} hepnames
1411 \def\Pn{\HepParticle{n}{}{}} hepnames
1412 \def\Pap{\HepAntiParticle{p}{}{}} hepnames
1413 \def\Pan{\HepAntiParticle{n}{}{}} hepnames
1414
1415 ## Chi_c mesons
1416 \def\Pcgc{\HepParticle{\chi}{c}{}} hepnames
1417 \def\Pcgcii{\HepParticleResonanceFull{\chi}{c2}{}{1P}{}{}} hepnames
1418 \def\Pcgci{\HepParticleResonanceFull{\chi}{c1}{}{1P}{}{}} hepnames
1419 \def\Pcgcz{\HepParticleResonanceFull{\chi}{c0}{}{1P}{}{}} hepnames
1420
1421 ## f baryons
1422 \def\Pfia{\HepParticleResonanceFull{f}{1}{}{1390}{}{}} hepnames
1423 \def\Pfib{\HepParticleResonanceFull{f}{1}{}{1510}{}{}} hepnames
1424 \def\Pfiia{\HepParticleResonanceFull{f}{2}{}{1720}{}{}} hepnames
1425 \def\Pfiib{\HepParticleResonanceFull{f}{2}{}{2010}{}{}} hepnames
1426 \def\Pfiic{\HepParticleResonanceFull{f}{2}{}{2300}{}{}} hepnames
1427 \def\Pfiid{\HepParticleResonanceFull{f}{2}{}{2340}{}{}} hepnames
1428 \def\Pfiipr{\HepParticleResonanceFull{f}{2}{\prime}{1525}{}{}} hepnames
1429 \def\Pfii{\HepParticleResonanceFull{f}{2}{}{1270}{}{}} hepnames
1430 \def\Pfiv{\HepParticleResonanceFull{f}{4}{}{2050}{}{}} hepnames
1431 \def\Pfi{\HepParticleResonanceFull{f}{1}{}{1285}{}{}} hepnames
1432 \def\Pfza{\HepParticleResonanceFull{f}{0}{}{1400}{}{}} hepnames
1433 \def\Pfzb{\HepParticleResonanceFull{f}{0}{}{1590}{}{}} hepnames
1434 \def\Pfz{\HepParticleResonanceFull{f}{0}{}{975}{}{}} hepnames
1435
1436 ## Delta baryons
1437 \def\PgD{\HepParticle{\Delta}{}{}} hepnames
1438 \def\PgDa{\HepParticleResonanceFormal{\PgD}{1232}{}{}{P}{33}{}} hepnames
1439 \def\PgDb{\HepParticleResonanceFormal{\PgD}{1620}{}{}{S}{31}{}} hepnames
1440 \def\PgDc{\HepParticleResonanceFormal{\PgD}{1700}{}{}{D}{33}{}} hepnames
1441 \def\PgDd{\HepParticleResonanceFormal{\PgD}{1900}{}{}{S}{31}{}} hepnames
1442 \def\PgDe{\HepParticleResonanceFormal{\PgD}{1905}{}{}{F}{35}{}} hepnames
1443 \def\PgDf{\HepParticleResonanceFormal{\PgD}{1910}{}{}{P}{31}{}} hepnames
1444 \def\PgDh{\HepParticleResonanceFormal{\PgD}{1920}{}{}{P}{33}{}} hepnames
1445 \def\PgDi{\HepParticleResonanceFormal{\PgD}{1930}{}{}{D}{35}{}} hepnames
1446 \def\PgDj{\HepParticleResonanceFormal{\PgD}{1950}{}{}{F}{37}{}} hepnames
1447 \def\PgDk{\HepParticleResonanceFormal{\PgD}{2420}{}{}{H}{3,11}{}} hepnames
1448
1449 ## Lambda baryons
1450 \def\PgL{\HepParticle{\Lambda}{}{}} hepnames
1451 \def\PagL{\HepAntiParticle{\Lambda}{}{}} hepnames
1452 \def\PcgLp{\HepParticle{\Lambda}{\,c}{+}} hepnames
1453 \def\PbgL{\HepParticle{\Lambda}{b}{}} hepnames
1454 \def\PgLa{\HepParticleResonanceFormal{\PgL}{1405}{}{}{S}{01}{}} hepnames
1455 \def\PgLb{\HepParticleResonanceFormal{\PgL}{1520}{}{}{D}{03}{}} hepnames
1456 \def\PgLc{\HepParticleResonanceFormal{\PgL}{1600}{}{}{P}{01}{}} hepnames
1457 \def\PgLd{\HepParticleResonanceFormal{\PgL}{1670}{}{}{S}{01}{}} hepnames
1458 \def\PgLe{\HepParticleResonanceFormal{\PgL}{1690}{}{}{D}{03}{}} hepnames
1459 \def\PgLf{\HepParticleResonanceFormal{\PgL}{1800}{}{}{S}{01}{}} hepnames
1460 \def\PgLg{\HepParticleResonanceFormal{\PgL}{1810}{}{}{P}{01}{}} hepnames
1461 \def\PgLh{\HepParticleResonanceFormal{\PgL}{1820}{}{}{F}{05}{}} hepnames
1462 \def\PgLi{\HepParticleResonanceFormal{\PgL}{1830}{}{}{D}{05}{}} hepnames
1463 \def\PgLj{\HepParticleResonanceFormal{\PgL}{1890}{}{}{P}{03}{}} hepnames
1464 \def\PgLk{\HepParticleResonanceFormal{\PgL}{2100}{}{}{G}{07}{}} hepnames
1465 \def\PgLl{\HepParticleResonanceFormal{\PgL}{2110}{}{}{F}{05}{}} hepnames
1466 \def\PgLm{\HepParticleResonanceFormal{\PgL}{2350}{}{}{H}{09}{}} hepnames
1467
1468 ## Omega
1469 \def\PgO{\HepParticle{\Omega}{}{}} hepnames
1470 \def\PgOpm{\HepParticle{\Omega}{}{\pm}} hepnames
1471 \def\PgOmp{\HepParticle{\Omega}{}{\mp}} hepnames
1472 \def\PgOp{\HepParticle{\Omega}{}{+}} hepnames
1473 \def\PgOm{\HepParticle{\Omega}{}{-}} hepnames
1474 \def\PgOma{\HepParticleResonanceFull{\Omega}{}{}{2250}{}{-}} hepnames
1475 \def\PagO{\HepAntiParticle{\Omega}{}{}} hepnames
1476 \def\PagOp{\HepAntiParticle{\Omega}{}{+}} hepnames
1477 \def\PagOm{\HepAntiParticle{\Omega}{}{-}} hepnames
1478
1479 ## Sigma baryons
1480 \def\PgS{\HepParticle{\Sigma}{}{}} hepnames
1481 \def\PgSpm{\HepParticle{\Sigma}{}{\pm}} hepnames
1482 \def\PgSmp{\HepParticle{\Sigma}{}{\mp}} hepnames
1483 \def\PgSm{\HepParticle{\Sigma}{}{-}} hepnames
1484 \def\PgSp{\HepParticle{\Sigma}{}{+}} hepnames
1485 \def\PgSz{\HepParticle{\Sigma}{}{0}} hepnames
1486 \def\PcgS{\HepParticle{\Sigma}{c}{}} hepnames
1487 \def\PagSm{\HepAntiParticle{\Sigma}{}{-}} hepnames
1488 \def\PagSp{\HepAntiParticle{\Sigma}{}{+}} hepnames
1489 \def\PagSz{\HepAntiParticle{\Sigma}{}{0}} hepnames
1490 \def\PacgS{\HepAntiParticle{\Sigma}{c}{}} hepnames
1491 \def\PgSa{\HepParticleResonanceFormal{\PgS}{1385}{}{}{P}{13}{}} hepnames
1492 \def\PgSb{\HepParticleResonanceFormal{\PgS}{1660}{}{}{P}{11}{}} hepnames
1493 \def\PgSc{\HepParticleResonanceFormal{\PgS}{1670}{}{}{D}{13}{}} hepnames
1494 \def\PgSd{\HepParticleResonanceFormal{\PgS}{1750}{}{}{S}{11}{}} hepnames
1495 \def\PgSe{\HepParticleResonanceFormal{\PgS}{1775}{}{}{D}{15}{}} hepnames
1496 \def\PgSf{\HepParticleResonanceFormal{\PgS}{1915}{}{}{F}{15}{}} hepnames
1497 \def\PgSg{\HepParticleResonanceFormal{\PgS}{1940}{}{}{D}{13}{}} hepnames
1498 \def\PgSh{\HepParticleResonanceFormal{\PgS}{2030}{}{}{F}{17}{}} hepnames
1499 \def\PgSi{\HepParticleResonance{\PgS}{2050}{}{}} hepnames
1500 \def\PcgSi{\HepParticleResonance{\PcgS}{2455}{}{}} hepnames
1501
1502 ## Upsilon
1503 \def\PgU{\HepParticle{\Upsilon}{}{}} hepnames
1504 \def\PgUi{\HepParticleResonance{\PgU}{1S}{}{}} hepnames
1505 \def\PgUa{\HepParticleResonance{\PgU}{2S}{}{}} hepnames
1506 \def\PgUb{\HepParticleResonance{\PgU}{3S}{}{}} hepnames
1507 \def\PgUc{\HepParticleResonance{\PgU}{4S}{}{}} hepnames
1508 \def\PgUd{\HepParticleResonance{\PgU}{10860}{}{}} hepnames
1509 \def\PgUe{\HepParticleResonance{\PgU}{11020}{}{}} hepnames
1510
1511 ## Xi
1512 \def\PgX{\HepParticle{\Xi}{}{}} hepnames
1513 \def\PgXp{\HepParticle{\Xi}{}{+}} hepnames
1514 \def\PgXm{\HepParticle{\Xi}{}{-}} hepnames
1515 \def\PgXz{\HepParticle{\Xi}{}{0}} hepnames
1516 \def\PgXa{\HepParticleResonanceFormalFull{\Xi}{}{}{1530}{}{}{P}{13}{}} hepnames
1517 \def\PgXb{\HepParticleResonanceFull{\Xi}{}{}{1690}{}{}} hepnames
1518 \def\PgXc{\HepParticleResonanceFormalFull{\Xi}{}{}{1820}{}{}{D}{13}{}} hepnames
1519 \def\PgXd{\HepParticleResonanceFull{\Xi}{}{}{1950}{}{}} hepnames
1520 \def\PgXe{\HepParticleResonanceFull{\Xi}{}{}{2030}{}{}} hepnames
1521 \def\PagXp{\HepAntiParticle{\Xi}{}{+}} hepnames
1522 \def\PagXm{\HepAntiParticle{\Xi}{}{-}} hepnames
1523 \def\PagXz{\HepAntiParticle{\Xi}{}{0}} hepnames
1524 \def\PcgXp{\HepParticle{\Xi}{\,c}{+}} hepnames
1525 \def\PcgXz{\HepParticle{\Xi}{c}{0}} hepnames
1526
1527 ## Strange mesons
1528 \def\Pgf{\HepParticle{\phi}{}{}} hepnames
1529 \def\Pgfi{\HepParticleResonance{\Pgf}{1020}{}{}} hepnames
1530 \def\Pgfa{\HepParticleResonance{\Pgf}{1680}{}{}} hepnames
1531 \def\Pgfiii{\HepParticleResonanceFull{\phi}{3}{}{1850}{}{}} hepnames
1532
1533 ## Eta mesons
1534 \def\Pgh{\HepParticle{\eta}{}{}} hepnames
1535 \def\Pghpr{\HepParticle{\eta}{}{\prime}} hepnames
1536 \def\Pcgh{\HepParticle{\eta}{\Pqc}{}} hepnames
1537 \def\Pgha{\HepParticleResonance{\Pgh}{1295}{}{}} hepnames
1538 \def\Pghb{\HepParticleResonance{\Pgh}{1440}{}{}} hepnames
1539 \def\Pghpri{\HepParticleResonance{\Pghpr}{958}{}{}} hepnames
1540 \def\Pcghi{\HepParticleResonance{\Pcgh}{1S}{}{}} hepnames
1541
1542 ## omega mesons
1543 \def\Pgo{\HepParticle{\omega}{}{}} hepnames
1544 \def\Pgoi{\HepParticleResonance{\Pgo}{783}{}{}} hepnames
1545 \def\Pgoa{\HepParticleResonance{\Pgo}{1390}{}{}} hepnames
1546 \def\Pgob{\HepParticleResonance{\Pgo}{1600}{}{}} hepnames
1547 \def\Pgoiii{\HepParticleResonance{\Pgo}{3}{}{1670}{}{}} hepnames
1548
1549 ## Pions
1550 \def\Pgp{\HepParticle{\pi}{}{}} hepnames
1551 \def\Pgppm{\HepParticle{\pi}{}{\pm}} hepnames
1552 \def\Pgpmp{\HepParticle{\pi}{}{\mp}} hepnames
1553 \def\Pgpm{\HepParticle{\pi}{}{-}} hepnames
1554 \def\Pgpp{\HepParticle{\pi}{}{+}} hepnames
1555 \def\Pgpz{\HepParticle{\pi}{}{0}} hepnames
1556 \def\Pgpa{\HepParticleResonanceFull{\pi}{}{}{1300}{}{}} hepnames
1557 \def\Pgpii{\HepParticleResonanceFull{\pi}{2}{}{1670}{}{}} hepnames
1558
1559 ## Rho mesons
1560 \def\Pgr{\HepParticle{\rho}{}{}} hepnames
1561 \def\Pgrp{\HepParticle{\rho}{}{+}} hepnames
1562 \def\Pgrm{\HepParticle{\rho}{}{-}} hepnames
1563 \def\Pgrpm{\HepParticle{\rho}{}{\pm}} hepnames
1564 \def\Pgrmp{\HepParticle{\rho}{}{\mp}} hepnames
1565 \def\Pgrz{\HepParticle{\rho}{}{0}} hepnames
1566 \def\Pgri{\HepParticleResonanceFull{\rho}{}{}{770}{}{}} hepnames
1567 \def\Pgra{\HepParticleResonanceFull{\rho}{}{}{1450}{}{}} hepnames
1568 \def\Pgrb{\HepParticleResonanceFull{\rho}{}{}{1700}{}{}} hepnames
1569 \def\Pgriii{\HepParticleResonanceFull{\rho}{3}{}{1690}{}{}} hepnames
1570
1571 ## Psi resonances
1572 \def\PJgy{\HepParticle{J\mspace{-2mu}/\mspace{-2mu}\psi}{}{}} hepnames
1573 \def\PJgyi{\HepParticleResonance{\PJgy}{1S}{}{}} hepnames
1574 \def\Pgy{\HepParticle{\psi}{}{}} hepnames
1575 \def\Pgyii{\HepParticleResonance{\Pgy}{2S}{}{}} hepnames
1576 \def\Pgya{\HepParticleResonance{\Pgy}{3770}{}{}} hepnames
1577 \def\Pgyb{\HepParticleResonance{\Pgy}{4040}{}{}} hepnames
1578 \def\Pgyc{\HepParticleResonance{\Pgy}{4160}{}{}} hepnames
1579 \def\Pgyd{\HepParticleResonance{\Pgy}{4415}{}{}} hepnames
1580
1581 ## Charmed mesons
1582 \def\PD{\HepParticle{D}{}{}} hepnames
1583 \def\PDpm{\HepParticle{D}{}{\pm}} hepnames
1584 \def\PDmp{\HepParticle{D}{}{\mp}} hepnames
1585 \def\PDz{\HepParticle{D}{}{0}} hepnames
1586 \def\PDm{\HepParticle{D}{}{-}} hepnames
1587 \def\PDp{\HepParticle{D}{}{+}} hepnames
1588 \def\PDst{\HepParticle{D}{}{\ast}} hepnames
1589 \def\PaD{\HepAntiParticle{D}{}{}} hepnames
1590 \def\PaDz{\HepAntiParticle{D}{}{0}} hepnames
1591 \def\PsD{\HepParticle{D}{s}{}} hepnames
1592 \def\PsDm{\HepParticle{D}{\,s}{-}} hepnames
1593 \def\PsDp{\HepParticle{D}{\,s}{+}} hepnames
1594 \def\PsDpm{\HepParticle{D}{\,s}{\pm}} hepnames
1595 \def\PsDmp{\HepParticle{D}{\,s}{\mp}} hepnames
1596 \def\PsDst{\HepParticle{D}{s}{\ast}} hepnames
1597 \def\PsDipm{\HepParticleResonanceFull{D}{s1}{}{2536}{}{\pm}} hepnames
1598 \def\PsDimp{\HepParticleResonanceFull{D}{s1}{}{2536}{}{\mp}} hepnames
1599 \def\PDiz{\HepParticleResonanceFull{D}{1}{}{2420}{}{0}} hepnames
1600 \def\PDstiiz{\HepParticleResonanceFull{D}{2}{\ast}{2460}{}{0}} hepnames
1601 \def\PDstpm{\HepParticleResonanceFull{D}{}{\ast}{2010}{}{\pm}} hepnames
1602 \def\PDstmp{\HepParticleResonanceFull{D}{}{\ast}{2010}{}{\mp}} hepnames
1603 \def\PDstz{\HepParticleResonanceFull{D}{}{\ast}{2010}{}{0}} hepnames
1604
1605 ## Random things
1606 \def\PEz{\HepParticle{E}{}{0}} hepnames
1607 \def\PLpm{\HepParticle{L}{}{\mspace{-1mu}\pm}} hepnames
1608 \def\PLmp{\HepParticle{L}{}{\mspace{-1mu}\mp}} hepnames
1609 \def\PLz{\HepParticle{L}{}{\mspace{-1mu}0}} hepnames
1610 \def\Paii{\HepParticleResonanceFull{a}{2}{}{1320}{}{}} hepnames
1611 \def\Pai{\HepParticleResonanceFull{a}{1}{}{1260}{}{}} hepnames
1612 \def\Paz{\HepParticleResonanceFull{a}{0}{}{980}{}{}} hepnames
1613 \def\Pbgcia{\HepParticleResonanceFull{\chi}{b1}{}{2P}{}{}} hepnames
1614 \def\Pbgciia{\HepParticleResonanceFull{\chi}{b2}{}{2P}{}{}} hepnames
1615 \def\Pbgcii{\HepParticleResonanceFull{\chi}{b2}{}{1P}{}{}} hepnames
1616 \def\Pbgci{\HepParticleResonanceFull{\chi}{b1}{}{1P}{}{}} hepnames
1617 \def\Pbgcza{\HepParticleResonanceFull{\chi}{b0}{}{2P}{}{}} hepnames
1618 \def\Pbgcz{\HepParticleResonanceFull{\chi}{b0}{}{1P}{}{}} hepnames
1619 \def\Pbi{\HepParticleResonanceFull{b}{1}{}{1235}{}{}} hepnames
1620 \def\Phia{\HepParticleResonanceFull{h}{1}{}{1170}{}{}} hepnames
1621
1622 ## SUSY particles
1623 \def\PSH{\HepSusyParticle{H}{}{}} hepnames
1624 \def\PSHp{\HepSusyParticle{H}{}{+}} hepnames
1625 \def\PSHm{\HepSusyParticle{H}{}{-}} hepnames
1626 \def\PSHpm{\HepSusyParticle{H}{}{\pm}} hepnames
1627 \def\PSHmp{\HepSusyParticle{H}{}{\mp}} hepnames
1628 \def\PSHz{\HepSusyParticle{H}{}{0}} hepnames
1629 \def\PSW{\HepSusyParticle{W}{}{}} hepnames
1630 \def\PSWp{\HepSusyParticle{W}{}{+}} hepnames
1631 \def\PSWm{\HepSusyParticle{W}{}{-}} hepnames
1632 \def\PSWpm{\HepSusyParticle{W}{}{\pm}} hepnames
1633 \def\PSWmp{\HepSusyParticle{W}{}{\mp}} hepnames
1634 \def\PSZ{\HepSusyParticle{Z}{}{}} hepnames
1635 \def\PSZz{\HepSusyParticle{Z}{}{0}} hepnames
1636 \def\PSB{\HepSusyParticle{B}{}{}} hepnames
1637 \def\PSe{\HepSusyParticle{e}{}{}} hepnames
1638 \def\PSgg{\HepSusyParticle{\gamma}{}{}} hepnames
1639 \def\PSgm{\HepSusyParticle{\mu}{}{}} hepnames
1640 \def\PSgn{\HepSusyParticle{\nu}{}{}} hepnames
1641 \def\PSgt{\HepSusyParticle{\tau}{}{}} hepnames
1642 \def\PSgx{\HepSusyParticle{\chi}{}{}} hepnames
1643 \def\PSgxpm{\HepSusyParticle{\chi}{}{\pm}} hepnames
1644 \def\PSgxmp{\HepSusyParticle{\chi}{}{\mp}} hepnames
1645 \def\PSgxz{\HepSusyParticle{\chi}{}{0}} hepnames
1646 \def\PSgxzi{\HepSusyParticle{\chi}{1}{0}} hepnames
1647 \def\PSgxzii{\HepSusyParticle{\chi}{2}{0}} hepnames
1648 \def\PSg{\HepSusyParticle{g}{}{}} hepnames
1649 \def\PSl{\HepGenSusyParticle{\ell}{}{}} hepnames
1650 \def\PaSl{\HepGenSusyAntiParticle{\ell}{}{}} hepnames
1651 \def\PSq{\HepGenSusyParticle{q}{}{}} hepnames
1652 \def\PaSq{\HepGenSusyAntiParticle{q}{}{}} hepnames
1653 \def\PSqd{\HepSusyParticle{d}{}{}} hepnames
1654 \def\PSqu{\HepSusyParticle{u}{}{}} hepnames
1655 \def\PSqs{\HepSusyParticle{s}{}{}} hepnames
1656 \def\PSqc{\HepSusyParticle{c}{}{}} hepnames
1657 \def\PSqb{\HepSusyParticle{b}{}{}} hepnames
1658 \def\PSqt{\HepSusyParticle{t}{}{}} hepnames
1659 \def\PaSqd{\HepSusyAntiParticle{d}{}{}} hepnames
1660 \def\PaSqu{\HepSusyAntiParticle{u}{}{}} hepnames
1661 \def\PaSqs{\HepSusyAntiParticle{s}{}{}} hepnames
1662 \def\PaSqc{\HepSusyAntiParticle{c}{}{}} hepnames
1663 \def\PaSqb{\HepSusyAntiParticle{b}{}{}} hepnames
1664 \def\PaSqt{\HepSusyAntiParticle{t}{}{}} hepnames
1665
1666
1667 #
1668 # Particle nice names. The code below is extracted from the hepnames
1669 # package by Andy Buckley.
1670 #    https://www.ctan.org/pkg/hepnames
1671 # It has been simplified and is only intended for display purposes inside LyX.
1672
1673 ## B mesons
1674 \def\PBplus{\PBp} hepnames
1675 \def\PBminus{\PBm} hepnames
1676 \def\PBzero{\PBz} hepnames
1677 \def\PBstar{\PBst} hepnames
1678 \def\PBd{\PdB} hepnames
1679 \def\PBu{\PuB} hepnames
1680 \def\PBc{\PcB} hepnames
1681 \def\PBs{\PsB} hepnames
1682 \def\APB{\PaB} hepnames
1683 \def\APBzero{\PaBz} hepnames
1684 \def\APBd{\PadB} hepnames
1685 \def\APBu{\PauB} hepnames
1686 \def\APBc{\PacB} hepnames
1687 \def\APBs{\PasB} hepnames
1688
1689 ## Kaons
1690 \def\PKplus{\PKp} hepnames
1691 \def\PKminus{\PKm} hepnames
1692 \def\PKzero{\PKz} hepnames
1693 \def\PKshort{\PKzS} hepnames
1694 \def\PKs{\PKzS} hepnames
1695 \def\PKlong{\PKzL} hepnames
1696 \def\PKl{\PKzL} hepnames
1697 \def\PKstar{\PKst} hepnames
1698 \def\APK{\PaKz} hepnames
1699 \def\APKzero{\PaKz} hepnames
1700
1701 ## Bosons
1702 \def\Pphoton{\Pgg} hepnames
1703 \def\Pgamma{\Pgg} hepnames
1704 \def\Pphotonx{\Pggx} hepnames
1705 \def\Pgammastar{\Pggx} hepnames
1706 \def\Pgluon{\Pg} hepnames
1707 \def\PWplus{\PWp} hepnames
1708 \def\PWminus{\PWm} hepnames
1709 \def\PWprime{\PWpr} hepnames
1710 \def\PZzero{\PZz} hepnames
1711 \def\PZprime{\PZpr} hepnames
1712 \def\Paxion{\PAz} hepnames
1713
1714 ## Generic fermions
1715 \def\Pfermion{\Pf} hepnames
1716 \def\Pfermionpm{\Pfpm} hepnames
1717 \def\Pfermionmp{\Pfmp} hepnames
1718 \def\Pfermionplus{\Pfp} hepnames
1719 \def\Pfermionminus{\Pfm} hepnames
1720 \def\APfermion{\Paf} hepnames
1721
1722 ## Leptons
1723 \def\Plepton{\Pl} hepnames
1724 \def\Pleptonpm{\Plpm} hepnames
1725 \def\Pleptonmp{\Plmp} hepnames
1726 \def\Pleptonplus{\Plp} hepnames
1727 \def\Pleptonminus{\Plm} hepnames
1728 \def\APlepton{\Pal} hepnames
1729 \def\Pnu{\Pgn} hepnames
1730 \def\APnu{\Pagn} hepnames
1731 \def\Pneutrino{\Pgn} hepnames
1732 \def\APneutrino{\Pagn} hepnames
1733 \def\Pnulepton{\Pgnl} hepnames
1734 \def\APnulepton{\Pagnl} hepnames
1735 \def\Pelectron{\Pem} hepnames
1736 \def\APelectron{\Pep} hepnames
1737 \def\Ppositron{\Pep} hepnames
1738 \def\APpositron{\Pep} hepnames
1739 \def\Pmu{\Pgm} hepnames
1740 \def\Pmupm{\Pgmpm} hepnames
1741 \def\Pmump{\Pgmmp} hepnames
1742 \def\Pmuon{\Pgmm} hepnames
1743 \def\APmuon{\Pgmp} hepnames
1744 \def\Ptau{\Pgt} hepnames
1745 \def\Ptaupm{\Pgtpm} hepnames
1746 \def\Ptaump{\Pgtmp} hepnames
1747 \def\Ptauon{\Pgtm} hepnames
1748 \def\APtauon{\Pgtp} hepnames
1749 \def\Pnue{\Pgne} hepnames
1750 \def\Pnum{\Pgngm} hepnames
1751 \def\Pnut{\Pgngt} hepnames
1752 \def\APnue{\Pagne} hepnames
1753 \def\APnum{\Pagngm} hepnames
1754 \def\APnut{\Pagngt} hepnames
1755
1756 ## Quarks
1757 \def\Pquark{\Pq} hepnames
1758 \def\APquark{\Paq} hepnames
1759 \def\Pdown{\Pqd} hepnames
1760 \def\Pup{\Pqu} hepnames
1761 \def\Pstrange{\Pqs} hepnames
1762 \def\Pcharm{\Pqc} hepnames
1763 \def\Pbottom{\Pqb} hepnames
1764 \def\Pbeauty{\Pqb} hepnames
1765 \def\Ptop{\Pqt} hepnames
1766 \def\Ptruth{\Pqt} hepnames
1767 \def\APdown{\Paqd} hepnames
1768 \def\APqd{\Paqd} hepnames
1769 \def\APup{\Paqu} hepnames
1770 \def\APqu{\Paqu} hepnames
1771 \def\APstrange{\Paqs} hepnames
1772 \def\APqs{\Paqs} hepnames
1773 \def\APcharm{\Paqc} hepnames
1774 \def\APqc{\Paqc} hepnames
1775 \def\APbottom{\Paqb} hepnames
1776 \def\APbeauty{\Paqb} hepnames
1777 \def\APqb{\Paqb} hepnames
1778 \def\APtop{\Paqt} hepnames
1779 \def\APtruth{\Paqt} hepnames
1780 \def\APqt{\Paqt} hepnames
1781
1782 ## Nucleons
1783 \def\Pproton{\Pp} hepnames
1784 \def\Pneutron{\Pn} hepnames
1785 \def\APproton{\Pap} hepnames
1786 \def\APneutron{\Pan} hepnames
1787
1788 ## Chi_c mesons
1789 \def\Pchic{\Pcgc} hepnames
1790
1791 ## Delta baryons
1792 \def\PDelta{\PgD} hepnames
1793
1794 ## Lambda baryons
1795 \def\PLambda{\PgL} hepnames
1796 \def\APLambda{\PagL} hepnames
1797 \def\PLambdac{\PcgLp} hepnames
1798 \def\PLambdab{\PbgL} hepnames
1799
1800 ## Omega
1801 \def\POmega{\PgO} hepnames
1802 \def\POmegapm{\PgOpm} hepnames
1803 \def\POmegamp{\PgOmp} hepnames
1804 \def\POmegaplus{\PgOp} hepnames
1805 \def\POmegaminus{\PgOm} hepnames
1806 \def\APOmega{\PagO} hepnames
1807 \def\APOmegaplus{\PagOp} hepnames
1808 \def\APOmegaminus{\PagOm} hepnames
1809
1810 ## Sigma baryons
1811 \def\PSigma{\PgS} hepnames
1812 \def\PSigmapm{\PgSpm} hepnames
1813 \def\PSigmamp{\PgSmp} hepnames
1814 \def\PSigmaminus{\PgSm} hepnames
1815 \def\PSigmaplus{\PgSp} hepnames
1816 \def\PSigmazero{\PgSz} hepnames
1817 \def\PSigmac{\PcgS} hepnames
1818 \def\APSigmaminus{\PagSm} hepnames
1819 \def\APSigmaplus{\PagSp} hepnames
1820 \def\APSigmazero{\PagSz} hepnames
1821 \def\APSigmac{\PacgS} hepnames
1822
1823 ## Upsilon
1824 \def\PUpsilon{\PgU} hepnames
1825 \def\PUpsilonOneS{\PgUi} hepnames
1826 \def\PUpsilonTwoS{\PgUa} hepnames
1827 \def\PUpsilonThreeS{\PgUb} hepnames
1828 \def\PUpsilonFourS{\PgUc} hepnames
1829
1830 ## Xi
1831 \def\PXi{\PgX} hepnames
1832 \def\PXiplus{\PgXp} hepnames
1833 \def\PXiminus{\PgXm} hepnames
1834 \def\PXizero{\PgXz} hepnames
1835 \def\APXiplus{\PagXp} hepnames
1836 \def\APXiminus{\PagXm} hepnames
1837 \def\APXizero{\PagXz} hepnames
1838 \def\PXicplus{\PcgXp} hepnames
1839 \def\PXiczero{\PcgXz} hepnames
1840 ## others?
1841
1842 ## Strange mesons
1843 \def\Pphi{\Pgf} hepnames
1844
1845 ## Eta mesons
1846 \def\Peta{\Pgh} hepnames
1847 \def\Petaprime{\Pghpr} hepnames
1848 \def\Petac{\Pcgh} hepnames
1849
1850 ## omega mesons
1851 \def\Pomega{\Pgo} hepnames
1852
1853 ## Pions
1854 \def\Ppi{\Pgp} hepnames
1855 \def\Ppipm{\Pgppm} hepnames
1856 \def\Ppimp{\Pgpmp} hepnames
1857 \def\Ppiplus{\Pgpp} hepnames
1858 \def\Ppiminus{\Pgpm} hepnames
1859 \def\Ppizero{\Pgpz} hepnames
1860
1861 ## Rho mesons
1862 \def\Prho{\Pgr} hepnames
1863 \def\Prhoplus{\Pgrp} hepnames
1864 \def\Prhominus{\Pgrm} hepnames
1865 \def\Prhopm{\Pgrpm} hepnames
1866 \def\Prhomp{\Pgrmp} hepnames
1867 \def\Prhozero{\Pgrz} hepnames
1868
1869 ## Psi resonances
1870 \def\PJpsi{\PJgy} hepnames
1871 \def\PJpsiOneS{\PJgyi} hepnames
1872 \def\Ppsi{\Pgy} hepnames
1873 \def\PpsiTwoS{\Pgyii} hepnames
1874
1875 ## Charmed mesons
1876 \def\PDzero{\PDz} hepnames
1877 \def\PDminus{\PDm} hepnames
1878 \def\PDplus{\PDp} hepnames
1879 \def\PDstar{\PDst} hepnames
1880 \def\APD{\PaD} hepnames
1881 \def\APDzero{\PaDz} hepnames
1882 \def\PDs{\PsD} hepnames
1883 \def\PDsminus{\PsDm} hepnames
1884 \def\PDsplus{\PsDp} hepnames
1885 \def\PDspm{\PsDpm} hepnames
1886 \def\PDsmp{\PsDmp} hepnames
1887 \def\PDsstar{\PsDst} hepnames
1888
1889 ## Higgses (including SUSY sector Higgses)
1890 \def\PHiggs{\PH} hepnames
1891 \def\PHiggsheavy{\PH} hepnames
1892 \def\PHiggslight{\Ph} hepnames
1893 \def\PHiggsheavyzero{\PHz} hepnames
1894 \def\PHiggslightzero{\Phz} hepnames
1895 \def\PHiggsps{\PA} hepnames
1896 \def\PHiggspszero{\PAz} hepnames
1897 \def\PHiggsplus{\PHp} hepnames
1898 \def\PHiggsminus{\PHm} hepnames
1899 \def\PHiggspm{\PHpm} hepnames
1900 \def\PHiggsmp{\PHmp} hepnames
1901 \def\PHiggszero{\PHz} hepnames
1902
1903 ## SUSY partners
1904 \def\PSHiggs{\PSH} hepnames
1905 \def\PSHiggsino{\PSH} hepnames
1906 \def\PSHiggsplus{\PSHp} hepnames
1907 \def\PSHiggsinoplus{\PSHp} hepnames
1908 \def\PSHiggsminus{\PSHm} hepnames
1909 \def\PSHiggsinominus{\PSHm} hepnames
1910 \def\PSHiggspm{\PSHpm} hepnames
1911 \def\PSHiggsinopm{\PSHpm} hepnames
1912 \def\PSHiggsmp{\PSHmp} hepnames
1913 \def\PSHiggsinomp{\PSHmp} hepnames
1914 \def\PSHiggszero{\PSHz} hepnames
1915 \def\PSHiggsinozero{\PSHz} hepnames
1916 \def\PSBino{\PSB} hepnames
1917 \def\PSWplus{\PSWp} hepnames
1918 \def\PSWminus{\PSWm} hepnames
1919 \def\PSWino{\PSW} hepnames
1920 \def\PSWinopm{\PSWpm} hepnames
1921 \def\PSWinomp{\PSWmp} hepnames
1922 \def\PSZzero{\PSZz} hepnames
1923 \def\PSphoton{\PSgg} hepnames
1924 \def\PSphotino{\PSgg} hepnames
1925 \def\Pphotino{\PSgg} hepnames
1926 \def\PSmu{\PSgm} hepnames
1927 \def\PSnu{\PSgn} hepnames
1928 \def\PStau{\PSgt} hepnames
1929 \def\PSino{\PSgx} hepnames
1930 \def\PSgaugino{\PSino} hepnames
1931 \def\PScharginopm{\PSgxpm} hepnames
1932 \def\PScharginomp{\PSgxmp} hepnames
1933 \def\PSneutralino{\PSgxz} hepnames
1934 \def\PSneutralinoOne{\PSgxzi} hepnames
1935 \def\PSneutralinoTwo{\PSgxzii} hepnames
1936 \def\PSgluino{\PSg} hepnames
1937 \def\PSlepton{\PSl} hepnames
1938 \def\PSslepton{\PSl} hepnames
1939 \def\Pslepton{\PSl} hepnames
1940 \def\APSlepton{\PaSl} hepnames
1941 \def\APslepton{\PaSl} hepnames
1942
1943 ## Squarks
1944 \def\Psquark{\PSq} hepnames
1945 \def\APSq{\PaSq} hepnames
1946 \def\APsquark{\PaSq} hepnames
1947 \def\PSdown{\PSqd} hepnames
1948 \def\PSup{\PSqu} hepnames
1949 \def\PSstrange{\PSqs} hepnames
1950 \def\PScharm{\PSqc} hepnames
1951 \def\PSbottom{\PSqb} hepnames
1952 \def\PStop{\PSqt} hepnames
1953 \def\PASdown{\PaSqd} hepnames
1954 \def\PASup{\PaSqu} hepnames
1955 \def\PASstrange{\PaSqs} hepnames
1956 \def\PAScharm{\PaSqc} hepnames
1957 \def\PASbottom{\PaSqb} hepnames
1958 \def\PAStop{\PaSqt} hepnames
1959
1960 ## Even less formal names
1961 \def\eplus{\Pep} hepnames
1962 \def\eminus{\Pem} hepnames
1963