2002-07-11 09:32:58 +00:00
|
|
|
#
|
|
|
|
# things supported by real insets in mathed
|
|
|
|
#
|
2012-12-02 15:36:53 +00:00
|
|
|
#
|
|
|
|
# The syntax of lib/symbols is very ad hoc.
|
|
|
|
# There are several possible formats of a line, which are quite different.
|
2013-01-10 20:07:15 +00:00
|
|
|
#
|
|
|
|
# Note for \def: The definition is not used in LaTeX output, but for screen
|
|
|
|
# display. Therefore you may use a definition that is only approximately
|
|
|
|
# correct if no accurate representation is possible (e.g. \HF vs. \approx).
|
|
|
|
# Note that the first argument of \def must not uses braces, and the second
|
|
|
|
# must use braces.
|
|
|
|
#
|
2016-10-27 19:10:18 +00:00
|
|
|
# syntax: Either
|
|
|
|
# \def\macroname{definition}
|
|
|
|
# or
|
|
|
|
# \def\macroname{definition} requires
|
|
|
|
# or
|
2017-01-01 20:23:07 +00:00
|
|
|
# \def\macroname{definition} extra xmlname
|
|
|
|
# or
|
2016-10-27 19:10:18 +00:00
|
|
|
# \def\macroname{definition} extra xmlname requires
|
|
|
|
#
|
2016-10-27 19:28:49 +00:00
|
|
|
# ("" for empty strings is not supported. One would have to use x for fields
|
|
|
|
# that are not set.)
|
|
|
|
#
|
2013-01-08 18:47:46 +00:00
|
|
|
# If you put any symbol with a requirement inside an iffont clause, you
|
|
|
|
# must put an alternative definition with the same requirement in the
|
|
|
|
# corresponding else clause. Otherwise the LaTeX output would depend on the
|
|
|
|
# availability of the font. This usually no problem in GUI mode, since all
|
|
|
|
# fonts are shipped with LyX, but in command line mode no font is available
|
|
|
|
# at all.
|
2013-01-10 20:07:15 +00:00
|
|
|
#
|
2012-12-15 12:02:40 +00:00
|
|
|
# New symbols for font packages may be created using
|
|
|
|
# development/tools/generate_symbols_list.py (but may require manual fixes
|
|
|
|
# as well).
|
2001-08-30 22:43:08 +00:00
|
|
|
|
2002-07-11 09:32:58 +00:00
|
|
|
# decorations
|
2003-10-13 09:50:10 +00:00
|
|
|
acute decoration none
|
2002-07-11 09:32:58 +00:00
|
|
|
bar decoration none
|
|
|
|
breve decoration none
|
|
|
|
check decoration none
|
2009-06-18 20:04:27 +00:00
|
|
|
ddddot decoration none amsmath
|
|
|
|
dddot decoration none amsmath
|
2002-07-11 09:32:58 +00:00
|
|
|
ddot decoration none
|
|
|
|
dot decoration none
|
|
|
|
grave decoration none
|
|
|
|
hat decoration none
|
|
|
|
mathring decoration none
|
|
|
|
overbrace decoration none
|
|
|
|
overleftarrow decoration none
|
2009-06-18 20:04:27 +00:00
|
|
|
overleftrightarrow decoration none amsmath
|
2002-07-11 09:32:58 +00:00
|
|
|
overline decoration none
|
|
|
|
overrightarrow decoration none
|
|
|
|
tilde decoration none
|
|
|
|
underbar decoration none
|
|
|
|
underbrace decoration none
|
2009-06-18 20:04:27 +00:00
|
|
|
underleftarrow decoration none amsmath
|
|
|
|
underleftrightarrow decoration none amsmath
|
2002-07-11 09:32:58 +00:00
|
|
|
underline decoration none
|
2009-06-18 20:04:27 +00:00
|
|
|
underrightarrow decoration none amsmath
|
2011-05-08 10:23:56 +00:00
|
|
|
#Do not load automatically, it redefines some other symbols, and we don't
|
|
|
|
#have a possibility to turn automatic loading off like for ams
|
|
|
|
#undertilde decoration none accents
|
2015-03-10 19:53:56 +00:00
|
|
|
undertilde decoration none hiddensymbol
|
2011-08-10 03:37:33 +00:00
|
|
|
utilde decoration none undertilde
|
2002-07-11 09:32:58 +00:00
|
|
|
vec decoration none
|
|
|
|
widehat decoration none
|
|
|
|
widetilde decoration none
|
|
|
|
|
|
|
|
# dots
|
2002-12-09 09:51:55 +00:00
|
|
|
dots dots none
|
2009-06-18 20:04:27 +00:00
|
|
|
#Do not load automatically, it redefines some other symbols, and we don't
|
|
|
|
#have a possibility to turn automatic loading off like for ams
|
|
|
|
#adots dots none yhmath
|
2015-03-10 19:53:56 +00:00
|
|
|
adots dots none hiddensymbol
|
2002-07-11 09:32:58 +00:00
|
|
|
cdots dots none
|
|
|
|
ddots dots none
|
2008-10-18 14:15:56 +00:00
|
|
|
dotsb dots none amsmath
|
|
|
|
dotsc dots none amsmath
|
|
|
|
dotsi dots none amsmath
|
|
|
|
dotsm dots none amsmath
|
|
|
|
dotso dots none amsmath
|
2010-08-31 23:34:54 +00:00
|
|
|
iddots dots none mathdots
|
2002-07-11 09:32:58 +00:00
|
|
|
ldots dots none
|
|
|
|
vdots dots none
|
|
|
|
|
2006-04-20 09:55:45 +00:00
|
|
|
# big delimiters
|
2010-06-06 00:42:33 +00:00
|
|
|
big big none
|
2006-04-20 09:55:45 +00:00
|
|
|
bigl big none
|
|
|
|
bigm big none
|
|
|
|
bigr big none
|
2010-06-06 00:42:33 +00:00
|
|
|
Big big none
|
2006-04-20 09:55:45 +00:00
|
|
|
Bigl big none
|
|
|
|
Bigm big none
|
|
|
|
Bigr big none
|
2010-06-06 00:42:33 +00:00
|
|
|
bigg big none
|
2006-04-20 09:55:45 +00:00
|
|
|
biggl big none
|
|
|
|
biggm big none
|
|
|
|
biggr big none
|
2010-06-06 00:42:33 +00:00
|
|
|
Bigg big none
|
2006-04-20 09:55:45 +00:00
|
|
|
Biggl big none
|
|
|
|
Biggm big none
|
|
|
|
Biggr big none
|
|
|
|
# The following are not standard LaTeX, but defined in the lucida font
|
|
|
|
# packages. No 'm' versions!
|
|
|
|
# See lucidabr.dtx for a possible implementation if you want to use these
|
|
|
|
# with other fonts.
|
2015-03-10 19:53:56 +00:00
|
|
|
biggg big none hiddensymbol
|
|
|
|
bigggl big none hiddensymbol
|
|
|
|
bigggr big none hiddensymbol
|
|
|
|
Biggg big none hiddensymbol
|
|
|
|
Bigggl big none hiddensymbol
|
|
|
|
Bigggr big none hiddensymbol
|
2006-04-20 09:55:45 +00:00
|
|
|
|
2002-07-11 09:32:58 +00:00
|
|
|
# font changes
|
2002-08-12 07:05:02 +00:00
|
|
|
# name "font" math/text family series shape color
|
|
|
|
# mathnormal should stay the first
|
|
|
|
mathnormal font mathmode inherit medium up math
|
2002-08-01 11:47:40 +00:00
|
|
|
frak font mathmode
|
|
|
|
mathbb font mathmode
|
|
|
|
mathbf font mathmode
|
|
|
|
mathcal font mathmode
|
|
|
|
mathfrak font mathmode
|
|
|
|
mathit font mathmode
|
|
|
|
mathrm font mathmode
|
2010-07-17 15:51:11 +00:00
|
|
|
mathscr font mathmode
|
2002-08-01 11:47:40 +00:00
|
|
|
mathsf font mathmode
|
|
|
|
mathtt font mathmode
|
2002-09-19 08:58:58 +00:00
|
|
|
textnormal font textmode inherit medium up math
|
2002-08-01 11:47:40 +00:00
|
|
|
text font textmode
|
|
|
|
textbf font textmode
|
|
|
|
textipa font textmode
|
|
|
|
textit font textmode
|
|
|
|
textmd font textmode
|
|
|
|
textrm font textmode
|
2002-09-19 09:20:22 +00:00
|
|
|
textsc font textmode
|
2002-08-01 11:47:40 +00:00
|
|
|
textsl font textmode
|
2002-09-19 06:37:35 +00:00
|
|
|
textsf font textmode
|
2002-08-01 11:47:40 +00:00
|
|
|
texttt font textmode
|
|
|
|
textup font textmode
|
2002-09-19 13:44:48 +00:00
|
|
|
emph font textmode
|
|
|
|
noun font textmode
|
2009-07-03 00:05:58 +00:00
|
|
|
# ce and cf are provided by the mhchem package
|
|
|
|
ce font forcetext
|
|
|
|
cf font forcetext
|
2002-07-11 09:32:58 +00:00
|
|
|
|
|
|
|
# old-style font commands
|
2016-06-25 23:37:15 +00:00
|
|
|
bf oldfont none hiddensymbol
|
|
|
|
cal oldfont none hiddensymbol
|
|
|
|
it oldfont none hiddensymbol
|
|
|
|
rm oldfont none hiddensymbol
|
|
|
|
tt oldfont none hiddensymbol
|
2003-10-13 09:50:10 +00:00
|
|
|
|
2002-07-11 09:32:58 +00:00
|
|
|
# matrix environments
|
2002-08-12 07:05:02 +00:00
|
|
|
Bmatrix matrix none
|
2002-07-11 09:32:58 +00:00
|
|
|
Vmatrix matrix none
|
|
|
|
bmatrix matrix none
|
|
|
|
matrix matrix none
|
|
|
|
pmatrix matrix none
|
|
|
|
psmatrix matrix none
|
2002-11-01 15:29:13 +00:00
|
|
|
smallmatrix matrix none
|
2002-07-11 09:32:58 +00:00
|
|
|
vmatrix matrix none
|
2002-08-30 08:42:59 +00:00
|
|
|
CD matrix none
|
2002-07-11 09:32:58 +00:00
|
|
|
|
2006-10-03 19:45:43 +00:00
|
|
|
# split environments with optional valign argument.
|
|
|
|
# the others (split and alignedat) are hardcoded.
|
|
|
|
aligned split none
|
|
|
|
gathered split none
|
|
|
|
# from Morten H\o gholm's mathtools.sty:
|
|
|
|
lgathered split none
|
|
|
|
rgathered split none
|
|
|
|
|
2003-10-13 09:50:10 +00:00
|
|
|
# references
|
2002-07-11 09:32:58 +00:00
|
|
|
pageref ref none
|
|
|
|
prettyref ref none
|
2010-10-13 12:36:53 +00:00
|
|
|
refstyle ref none
|
2002-07-11 09:32:58 +00:00
|
|
|
ref ref none
|
|
|
|
vpageref ref none
|
|
|
|
vref ref none
|
2003-10-13 09:50:10 +00:00
|
|
|
|
|
|
|
# spaces
|
2002-07-11 09:32:58 +00:00
|
|
|
lyxnegspace space none
|
|
|
|
lyxposspace space none
|
2002-08-15 07:13:21 +00:00
|
|
|
! space none
|
2008-12-22 18:12:32 +00:00
|
|
|
negthinspace space none
|
2002-08-15 07:13:21 +00:00
|
|
|
negmedspace space none
|
|
|
|
negthickspace space none
|
2002-07-18 09:13:10 +00:00
|
|
|
, space none
|
2008-12-22 18:12:32 +00:00
|
|
|
thinspace space none
|
2002-07-18 09:13:10 +00:00
|
|
|
: space none
|
2008-12-22 18:12:32 +00:00
|
|
|
medspace space none
|
2002-07-18 09:13:10 +00:00
|
|
|
; space none
|
2008-12-22 18:12:32 +00:00
|
|
|
thickspace space none
|
|
|
|
enskip space none
|
2011-08-29 14:07:30 +00:00
|
|
|
enspace space none
|
2002-08-15 07:13:21 +00:00
|
|
|
quad space none
|
|
|
|
qquad space none
|
2011-08-29 14:07:30 +00:00
|
|
|
hfill space none
|
|
|
|
hspace* space none
|
2008-12-22 18:12:32 +00:00
|
|
|
hspace space none
|
2003-10-13 09:50:10 +00:00
|
|
|
|
|
|
|
# styles
|
2016-11-19 20:25:34 +00:00
|
|
|
displaystyle style 3
|
|
|
|
textstyle style 2
|
|
|
|
scriptstyle style 1
|
|
|
|
scriptscriptstyle style 0
|
2003-10-13 09:50:10 +00:00
|
|
|
|
2016-12-19 23:15:59 +00:00
|
|
|
# math classes
|
|
|
|
mathord class none
|
|
|
|
mathop class none
|
|
|
|
mathbin class none
|
|
|
|
mathrel class none
|
|
|
|
mathopen class none
|
|
|
|
mathclose class none
|
|
|
|
mathpunct class none
|
|
|
|
mathinner class none
|
|
|
|
|
2003-10-13 09:50:10 +00:00
|
|
|
# misc
|
2006-03-13 17:56:32 +00:00
|
|
|
# The commented lines in this block get misparsed as MathSymbolInset because
|
|
|
|
# createMathInset() does not know them. I don't know if this is old cruft
|
|
|
|
# or if it is planned to use this in the future. gb 2006-03-13
|
|
|
|
#begin begin none
|
|
|
|
#right right none
|
2002-07-11 09:32:58 +00:00
|
|
|
underset underset none
|
2003-08-22 16:00:53 +00:00
|
|
|
overset overset none
|
2006-03-13 17:56:32 +00:00
|
|
|
#protect protect none
|
2002-07-11 09:32:58 +00:00
|
|
|
mbox mbox forcetext
|
2006-03-16 15:05:47 +00:00
|
|
|
tag mbox forcetext
|
|
|
|
tag* mbox forcetext
|
2006-03-13 17:56:32 +00:00
|
|
|
#newcommand newcommand none
|
|
|
|
#label label none
|
|
|
|
#left left none
|
|
|
|
#end end none
|
2002-07-11 09:32:58 +00:00
|
|
|
|
|
|
|
|
2012-12-02 15:36:53 +00:00
|
|
|
# In order to use one of the decorations of MathSupport.cpp, the line must
|
|
|
|
# be handled by a math inset which calls mathed_draw_deco().
|
|
|
|
# If new symbol do not fit into any of the existing insets, it would be ignored
|
|
|
|
# and new inset must be programmed.
|
|
|
|
# Better solutions is to use the font to draw the symbols as below.
|
|
|
|
|
2002-07-11 09:32:58 +00:00
|
|
|
#
|
2003-10-13 09:50:10 +00:00
|
|
|
# symbols generated from fontmath.ltx
|
2002-07-11 09:32:58 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
#symbol font charid charid-in-fallback-Xsymbol-font
|
2009-11-16 03:31:20 +00:00
|
|
|
alpha cmm 174 97 mathord α
|
|
|
|
beta cmm 175 98 mathord β
|
|
|
|
gamma cmm 176 103 mathord γ
|
|
|
|
delta cmm 177 100 mathord δ
|
|
|
|
epsilon cmm 178 0 mathord ε
|
|
|
|
zeta cmm 179 122 mathord ζ
|
|
|
|
eta cmm 180 104 mathord η
|
|
|
|
theta cmm 181 113 mathord θ
|
|
|
|
iota cmm 182 105 mathord ι
|
|
|
|
kappa cmm 183 107 mathord κ
|
|
|
|
lambda cmm 184 108 mathord λ
|
|
|
|
mu cmm 185 109 mathord μ
|
|
|
|
nu cmm 186 110 mathord ν
|
|
|
|
xi cmm 187 120 mathord ξ
|
|
|
|
pi cmm 188 112 mathord π
|
|
|
|
rho cmm 189 114 mathord ρ
|
|
|
|
sigma cmm 190 115 mathord σ
|
|
|
|
tau cmm 191 116 mathord τ
|
|
|
|
upsilon cmm 192 117 mathord υ
|
|
|
|
phi cmm 193 102 mathord φ
|
|
|
|
chi cmm 194 99 mathord χ
|
|
|
|
psi cmm 195 121 mathord ψ
|
|
|
|
omega cmm 33 119 mathord ω
|
|
|
|
varepsilon cmm 34 101 mathord ϵ
|
|
|
|
vartheta cmm 35 74 mathord ϑ
|
|
|
|
varpi cmm 36 118 mathord ϖ
|
|
|
|
varrho cmm 37 0 mathord ϱ
|
|
|
|
varsigma cmm 38 86 mathord ς
|
2009-12-26 04:26:27 +00:00
|
|
|
varphi cmm 39 106 mathord ϕ
|
2016-11-20 21:13:47 +00:00
|
|
|
slash cmr 47 47 mathord /
|
2009-11-16 03:31:20 +00:00
|
|
|
Gamma cmr 161 71 mathalpha Γ
|
|
|
|
Delta cmr 162 68 mathalpha Δ
|
|
|
|
Theta cmr 163 81 mathalpha Θ
|
|
|
|
Lambda cmr 164 76 mathalpha Λ
|
|
|
|
Xi cmr 165 88 mathalpha Ξ
|
|
|
|
Pi cmr 166 80 mathalpha Π
|
|
|
|
Sigma cmr 167 83 mathalpha Σ
|
|
|
|
Upsilon cmr 168 161 mathalpha ϒ
|
|
|
|
Phi cmr 169 70 mathalpha Φ
|
|
|
|
Psi cmr 170 89 mathalpha Ψ
|
Solve the "soft-hyphen" (0x00ad) symbol problem.
After the str-metrics merge, the kludge for displaying symbols whose
code point corresponds to a soft-hyphen was not working anymore.
The solution is replicating the offending glyphs with index 0x00ad
at a different index. They were replicated at 0x00ac, whose glyph
was missing in all affected fonts.
However, this would not work by alone because, if a system font with
same family name exists, it would be picked up instead of the right one
(at least on non-Windows platforms). For this reason, the style of the
fonts has been changed from "Regular" to "Lyx", so that we can discriminate
the right font. However, this requires using at least Qt 4.8. If an
older Qt is used *and* a system font with same family name is already
available, the affected glyphs will all turn out on screen as the
"logical not" symbol.
I have also set the executable flag on the font files, because on Windows
they are loaded only in this case.
This solves #9229.
2015-01-21 12:57:55 +00:00
|
|
|
Omega cmr 172 87 mathalpha Ω
|
2009-11-16 03:31:20 +00:00
|
|
|
aleph cmsy 64 192 mathord ℵ
|
|
|
|
imath cmm 123 0 mathord ı
|
|
|
|
jmath cmm 124 0 mathord ȷ
|
|
|
|
ell cmm 96 0 mathord ℓ
|
|
|
|
wp cmm 125 195 mathord ℘
|
|
|
|
Re cmsy 60 194 mathord ℜ
|
2016-07-02 12:37:05 +00:00
|
|
|
Im cmsy 61 193 mathord &imaginary;
|
2009-11-16 03:31:20 +00:00
|
|
|
partial cmm 64 182 mathord ∂
|
|
|
|
infty cmsy 49 165 mathord ∞
|
|
|
|
prime cmsy 48 162 mathord ′
|
|
|
|
emptyset cmsy 59 0 mathord ∅
|
|
|
|
nabla cmsy 114 209 mathord ∇
|
|
|
|
top cmsy 62 0 mathord ⊤
|
|
|
|
bot cmsy 63 94 mathord ⊥
|
2009-12-26 05:14:01 +00:00
|
|
|
triangle cmsy 52 0 mathord ▵
|
2009-11-16 03:31:20 +00:00
|
|
|
forall cmsy 56 34 mathord ∀
|
|
|
|
exists cmsy 57 36 mathord ∃
|
|
|
|
neg cmsy 58 216 mathord ¬
|
|
|
|
flat cmm 91 0 mathord ♭
|
|
|
|
natural cmm 92 0 mathord ♮
|
|
|
|
sharp cmm 93 35 mathord ♯
|
|
|
|
clubsuit cmsy 124 167 mathord ♣
|
2009-12-26 05:14:01 +00:00
|
|
|
diamondsuit cmsy 125 168 mathord ♢
|
|
|
|
heartsuit cmsy 126 169 mathord ♡
|
2009-11-16 03:31:20 +00:00
|
|
|
spadesuit cmsy 127 170 mathord ♠
|
2002-10-21 13:38:02 +00:00
|
|
|
# We define lyxnot as mathrel in order to have proper alignment
|
2016-05-25 12:16:51 +00:00
|
|
|
lyxnot cmsy 54 47 mathrel / hiddensymbol
|
2002-10-21 13:38:02 +00:00
|
|
|
iffont cmsy
|
2016-11-17 21:46:01 +00:00
|
|
|
# kerning is slightly imperfect so that one can see when \not is selected
|
2017-01-20 09:32:40 +00:00
|
|
|
\def\not{\lyxnot}
|
2002-10-21 13:38:02 +00:00
|
|
|
else
|
2002-10-28 10:39:56 +00:00
|
|
|
\def\not{\kern4mu\lyxnot\kern-19mu}
|
2002-10-21 13:38:02 +00:00
|
|
|
endif
|
2009-11-16 03:31:20 +00:00
|
|
|
coprod cmex 96 0 mathop ⨿
|
|
|
|
bigvee cmex 87 0 mathop ⋁
|
|
|
|
bigwedge cmex 86 0 mathop ⋀
|
|
|
|
biguplus cmex 85 0 mathop ⨄
|
|
|
|
bigcap cmex 84 0 mathop ⋂
|
|
|
|
bigcup cmex 83 0 mathop ⋃
|
|
|
|
prod cmex 81 213 mathop ∏
|
|
|
|
sum cmex 80 229 mathop ∑
|
|
|
|
bigotimes cmex 78 0 mathop ⨂
|
|
|
|
bigoplus cmex 76 0 mathop ⨁
|
|
|
|
bigodot cmex 74 0 mathop ⨀
|
|
|
|
bigsqcup cmex 70 0 mathop ⨆
|
2009-12-26 05:14:01 +00:00
|
|
|
smallint cmsy 115 0 mathop ∫
|
2009-11-16 03:31:20 +00:00
|
|
|
triangleleft cmm 47 0 mathbin ◃
|
|
|
|
triangleright cmm 46 0 mathbin ▹
|
|
|
|
bigtriangleup cmsy 52 0 mathbin △
|
|
|
|
bigtriangledown cmsy 53 0 mathbin ▽
|
|
|
|
wedge cmsy 94 217 mathbin ∧
|
|
|
|
land cmsy 94 217 mathbin ⋀
|
|
|
|
vee cmsy 95 218 mathbin ∨
|
|
|
|
lor cmsy 95 218 mathbin ⋁
|
|
|
|
cap cmsy 92 199 mathbin ∩
|
|
|
|
cup cmsy 91 200 mathbin ∪
|
|
|
|
ddagger cmsy 122 0 mathbin ‡
|
|
|
|
dagger cmsy 121 0 mathbin †
|
|
|
|
sqcap cmsy 117 0 mathbin ⊓
|
|
|
|
sqcup cmsy 116 0 mathbin ⊔
|
|
|
|
uplus cmsy 93 0 mathbin ⊎
|
|
|
|
amalg cmsy 113 0 mathbin ⨿
|
2009-12-26 05:14:01 +00:00
|
|
|
diamond cmsy 166 224 mathbin ◊
|
2009-11-16 03:31:20 +00:00
|
|
|
bullet cmsy 178 183 mathbin •
|
2009-12-26 05:14:01 +00:00
|
|
|
wr cmsy 111 0 mathbin ≀
|
2009-11-16 03:31:20 +00:00
|
|
|
div cmsy 165 184 mathbin ÷
|
|
|
|
odot cmsy 175 0 mathbin ⊙
|
|
|
|
oslash cmsy 174 198 mathbin ø
|
Solve the "soft-hyphen" (0x00ad) symbol problem.
After the str-metrics merge, the kludge for displaying symbols whose
code point corresponds to a soft-hyphen was not working anymore.
The solution is replicating the offending glyphs with index 0x00ad
at a different index. They were replicated at 0x00ac, whose glyph
was missing in all affected fonts.
However, this would not work by alone because, if a system font with
same family name exists, it would be picked up instead of the right one
(at least on non-Windows platforms). For this reason, the style of the
fonts has been changed from "Regular" to "Lyx", so that we can discriminate
the right font. However, this requires using at least Qt 4.8. If an
older Qt is used *and* a system font with same family name is already
available, the affected glyphs will all turn out on screen as the
"logical not" symbol.
I have also set the executable flag on the font files, because on Windows
they are loaded only in this case.
This solves #9229.
2015-01-21 12:57:55 +00:00
|
|
|
otimes cmsy 172 196 mathbin ⊗
|
2009-11-16 03:31:20 +00:00
|
|
|
ominus cmsy 170 0 mathbin ⊖
|
|
|
|
oplus cmsy 169 197 mathbin ⊕
|
|
|
|
mp cmsy 168 0 mathbin ∓
|
|
|
|
pm cmsy 167 177 mathbin ±
|
|
|
|
circ cmsy 177 0 mathbin ○
|
|
|
|
bigcirc cmsy 176 0 mathbin ◯
|
|
|
|
setminus cmsy 110 0 mathbin ∖
|
|
|
|
cdot cmsy 162 215 mathbin ⋅
|
|
|
|
ast cmsy 164 0 mathbin ∗
|
|
|
|
times cmsy 163 180 mathbin ×
|
|
|
|
star cmm 63 0 mathbin ★
|
|
|
|
propto cmsy 47 181 mathrel ∝
|
|
|
|
sqsubseteq cmsy 118 0 mathrel ⊑
|
|
|
|
sqsupseteq cmsy 119 0 mathrel ⊒
|
|
|
|
parallel cmsy 107 0 mathrel ∥
|
|
|
|
mid cmsy 106 124 mathrel ∣
|
2014-11-16 22:09:28 +00:00
|
|
|
lvert cmsy 106 124 mathrel &lvert; amsmath
|
|
|
|
rvert cmsy 106 124 mathrel &rvert; amsmath
|
2009-11-16 03:31:20 +00:00
|
|
|
dashv cmsy 97 0 mathrel ⊣
|
|
|
|
vdash cmsy 96 0 mathrel ⊢
|
|
|
|
nearrow cmsy 37 0 mathrel ↗
|
|
|
|
searrow cmsy 38 0 mathrel ↘
|
|
|
|
nwarrow cmsy 45 0 mathrel ↖
|
|
|
|
swarrow cmsy 46 0 mathrel ↙
|
|
|
|
Leftrightarrow cmsy 44 219 mathrel ↔
|
|
|
|
Leftarrow cmsy 40 220 mathrel ⇐
|
|
|
|
Rightarrow cmsy 41 222 mathrel ⇒
|
|
|
|
le cmsy 183 163 mathrel ≤
|
|
|
|
ge cmsy 184 179 mathrel ≥
|
2009-12-26 05:14:01 +00:00
|
|
|
succ cmsy 194 0 mathrel ≻
|
|
|
|
prec cmsy 193 0 mathrel ≺
|
|
|
|
approx cmsy 188 187 mathrel ≈
|
|
|
|
succeq cmsy 186 0 mathrel ⪰
|
|
|
|
preceq cmsy 185 0 mathrel ⪯
|
|
|
|
supset cmsy 190 201 mathrel ⊃
|
|
|
|
subset cmsy 189 204 mathrel ⊂
|
|
|
|
supseteq cmsy 182 202 mathrel ⊇
|
|
|
|
subseteq cmsy 181 205 mathrel ⊆
|
|
|
|
in cmsy 50 206 mathrel ∈
|
|
|
|
ni cmsy 51 39 mathrel ∋
|
|
|
|
owns cmsy 51 39 mathrel ∋
|
2014-12-28 17:54:19 +00:00
|
|
|
gg cmsy 192 0 mathrel ≫
|
|
|
|
ll cmsy 191 0 mathrel ≪
|
2009-12-26 05:14:01 +00:00
|
|
|
leftrightarrow cmsy 36 171 mathrel ↔
|
|
|
|
leftarrow cmsy 195 172 mathrel ←
|
|
|
|
gets cmsy 195 172 mathrel ←
|
|
|
|
rightarrow cmsy 33 174 mathrel →
|
|
|
|
to cmsy 33 174 mathrel →
|
2002-06-25 14:00:59 +00:00
|
|
|
mapstochar cmsy 55 0 mathrel x
|
2009-12-26 05:14:01 +00:00
|
|
|
sim cmsy 187 126 mathrel ∼
|
|
|
|
simeq cmsy 39 0 mathrel ≃
|
|
|
|
perp cmsy 63 0 mathrel ⊥
|
|
|
|
equiv cmsy 180 186 mathrel ≡
|
2010-01-07 19:27:45 +00:00
|
|
|
asymp cmsy 179 0 mathrel ≈
|
2009-12-26 05:14:01 +00:00
|
|
|
smile cmm 94 0 mathrel ⌣
|
|
|
|
frown cmm 95 0 mathrel ⌢
|
|
|
|
leftharpoonup cmm 40 0 mathrel ↼
|
|
|
|
leftharpoondown cmm 41 0 mathrel ↽
|
|
|
|
rightharpoonup cmm 42 0 mathrel ⇀
|
|
|
|
rightharpoondown cmm 43 0 mathrel ⇁
|
2002-06-25 14:00:59 +00:00
|
|
|
lhook cmm 44 0 mathrel x
|
|
|
|
rhook cmm 45 0 mathrel x
|
2010-01-07 22:25:28 +00:00
|
|
|
ldotp cmm 58 0 mathpunct <mo>.</mo>
|
2009-12-26 05:14:01 +00:00
|
|
|
cdotp cmsy 162 0 mathpunct ⋅
|
|
|
|
colon cmr 58 58 mathpunct :
|
|
|
|
arrowvert cmsy 106 0 mathord |
|
|
|
|
Arrowvert cmsy 107 0 mathord ∥
|
|
|
|
Vert cmsy 107 0 mathord ∥
|
2014-11-16 22:09:28 +00:00
|
|
|
lVert cmsy 107 0 mathord ∥ amsmath
|
|
|
|
rVert cmsy 107 0 mathord ∥ amsmath
|
2009-12-26 05:14:01 +00:00
|
|
|
| cmsy 107 0 mathord |
|
|
|
|
vert cmsy 106 0 mathord |
|
|
|
|
uparrow cmsy 34 173 mathrel ↑
|
|
|
|
downarrow cmsy 35 175 mathrel ↓
|
|
|
|
updownarrow cmsy 108 0 mathrel ↕
|
|
|
|
Uparrow cmsy 42 221 mathrel ⇑
|
|
|
|
Downarrow cmsy 43 223 mathrel ⇓
|
|
|
|
Updownarrow cmsy 109 0 mathrel ⇕
|
|
|
|
backslash cmsy 110 0 mathord \
|
|
|
|
rangle cmsy 105 241 mathclose ⟩
|
|
|
|
langle cmsy 104 225 mathopen ⟨
|
|
|
|
rbrace cmsy 103 0 mathclose }
|
|
|
|
lbrace cmsy 102 0 mathopen {
|
|
|
|
rceil cmsy 101 249 mathclose ⌉
|
|
|
|
lceil cmsy 100 233 mathopen ⌈
|
|
|
|
rfloor cmsy 99 251 mathclose ⌋
|
|
|
|
lfloor cmsy 98 235 mathopen ⌊
|
|
|
|
mathparagraph cmsy 123 0 mathord ¶
|
|
|
|
mathsection cmsy 120 0 mathord §
|
|
|
|
mathdollar cmr 36 0 mathord $
|
2003-10-13 09:50:10 +00:00
|
|
|
|
|
|
|
# Generated from amsfonts.sty
|
|
|
|
|
2009-12-26 05:19:03 +00:00
|
|
|
yen msa 85 0 mathord ¥
|
|
|
|
checkmark msa 88 0 mathord ✓
|
|
|
|
circledR msa 114 0 mathord ®
|
|
|
|
maltese msa 122 0 mathord ✠
|
|
|
|
ulcorner msa 112 0 mathopen ⌜
|
|
|
|
urcorner msa 113 0 mathclose ⌝
|
|
|
|
llcorner msa 120 0 mathopen ⌞
|
|
|
|
lrcorner msa 121 0 mathclose ⌟
|
Solve the "soft-hyphen" (0x00ad) symbol problem.
After the str-metrics merge, the kludge for displaying symbols whose
code point corresponds to a soft-hyphen was not working anymore.
The solution is replicating the offending glyphs with index 0x00ad
at a different index. They were replicated at 0x00ac, whose glyph
was missing in all affected fonts.
However, this would not work by alone because, if a system font with
same family name exists, it would be picked up instead of the right one
(at least on non-Windows platforms). For this reason, the style of the
fonts has been changed from "Regular" to "Lyx", so that we can discriminate
the right font. However, this requires using at least Qt 4.8. If an
older Qt is used *and* a system font with same family name is already
available, the affected glyphs will all turn out on screen as the
"logical not" symbol.
I have also set the executable flag on the font files, because on Windows
they are loaded only in this case.
This solves #9229.
2015-01-21 12:57:55 +00:00
|
|
|
rightleftharpoons msa 172 0 mathrel ⇋
|
2009-12-26 05:19:03 +00:00
|
|
|
angle msa 92 208 mathord ∠
|
2010-01-07 19:18:08 +00:00
|
|
|
sqsubset msa 64 0 mathrel ⊏
|
|
|
|
sqsupset msa 65 0 mathrel ⊐
|
|
|
|
mho msb 102 0 mathord ℧
|
|
|
|
square msa 164 0 mathord □
|
|
|
|
Box msa 164 0 mathord □
|
|
|
|
lozenge msa 167 0 mathord ◊
|
2013-01-10 20:07:15 +00:00
|
|
|
Diamond msa 167 0 mathord ⋄
|
2010-01-07 19:18:08 +00:00
|
|
|
vartriangleright msa 66 0 mathrel ▹
|
|
|
|
vartriangleleft msa 67 0 mathrel ◃
|
|
|
|
trianglerighteq msa 68 0 mathrel ⊵
|
|
|
|
trianglelefteq msa 69 0 mathrel ⊴
|
|
|
|
rightsquigarrow msa 195 0 mathrel ↝
|
|
|
|
lhd msa 67 0 mathbin ◃
|
|
|
|
unlhd msa 69 0 mathbin ⊴
|
|
|
|
rhd msa 66 0 mathbin ▹
|
|
|
|
unrhd msa 68 0 mathbin ⊵
|
2003-10-13 09:50:10 +00:00
|
|
|
|
|
|
|
# Generated from amssymb.sty
|
|
|
|
|
2010-01-07 19:18:08 +00:00
|
|
|
boxdot msa 161 0 mathbin ⊡
|
|
|
|
boxplus msa 162 0 mathbin ⊞
|
|
|
|
boxtimes msa 163 0 mathbin ⊠
|
|
|
|
blacksquare msa 165 0 mathord █
|
|
|
|
centerdot msa 166 0 mathbin ▪
|
|
|
|
blacklozenge msa 168 0 mathord ♦
|
|
|
|
circlearrowright msa 169 0 mathrel ↻
|
|
|
|
circlearrowleft msa 170 0 mathrel ↺
|
|
|
|
leftrightharpoons msa 174 0 mathrel ⇋
|
|
|
|
boxminus msa 175 0 mathbin ⊟
|
|
|
|
Vdash msa 176 0 mathrel ⊩
|
|
|
|
Vvdash msa 177 0 mathrel ⊪
|
|
|
|
vDash msa 178 0 mathrel ⊨
|
|
|
|
twoheadrightarrow msa 179 0 mathrel ↠
|
|
|
|
twoheadleftarrow msa 180 0 mathrel ↞
|
|
|
|
leftleftarrows msa 181 0 mathrel ⇇
|
|
|
|
rightrightarrows msa 182 0 mathrel ⇉
|
|
|
|
upuparrows msa 183 0 mathrel ⇈
|
|
|
|
downdownarrows msa 184 0 mathrel ⇊
|
|
|
|
upharpoonright msa 185 0 mathrel ↾
|
|
|
|
restriction msa 185 0 mathrel ↾
|
|
|
|
downharpoonright msa 186 0 mathrel ⇂
|
|
|
|
upharpoonleft msa 187 0 mathrel ↿
|
|
|
|
downharpoonleft msa 188 0 mathrel ⇃
|
|
|
|
rightarrowtail msa 189 0 mathrel ↣
|
|
|
|
leftarrowtail msa 190 0 mathrel ↢
|
|
|
|
leftrightarrows msa 191 0 mathrel ⇆
|
|
|
|
rightleftarrows msa 192 0 mathrel ⇄
|
|
|
|
Lsh msa 193 0 mathrel ↰
|
|
|
|
Rsh msa 194 0 mathrel ↱
|
|
|
|
leftrightsquigarrow msa 33 0 mathrel ↭
|
|
|
|
looparrowleft msa 34 0 mathrel ↫
|
|
|
|
looparrowright msa 35 0 mathrel ↬
|
|
|
|
circeq msa 36 0 mathrel ≗
|
|
|
|
succsim msa 37 0 mathrel ≿
|
|
|
|
gtrsim msa 38 0 mathrel ≳
|
|
|
|
gtrapprox msa 39 0 mathrel ⪆
|
|
|
|
multimap msa 40 0 mathrel ⊸
|
|
|
|
therefore msa 41 92 mathrel ∴
|
|
|
|
because msa 42 0 mathrel ∵
|
|
|
|
doteqdot msa 43 0 mathrel ≑
|
|
|
|
Doteq msa 43 0 mathrel ≑
|
|
|
|
triangleq msa 44 0 mathrel ≜
|
|
|
|
precsim msa 45 0 mathrel ≾
|
|
|
|
lesssim msa 46 0 mathrel ≲
|
|
|
|
lessapprox msa 47 0 mathrel ⪅
|
2010-01-07 19:27:45 +00:00
|
|
|
eqslantless msa 48 0 mathrel ⪕
|
|
|
|
eqslantgtr msa 49 0 mathrel ⪖
|
|
|
|
curlyeqprec msa 50 0 mathrel ⋞
|
|
|
|
curlyeqsucc msa 51 0 mathrel ⋟
|
|
|
|
preccurlyeq msa 52 0 mathrel ≼
|
|
|
|
leqq msa 53 0 mathrel ≦
|
|
|
|
leqslant msa 54 0 mathrel ⩽
|
|
|
|
lessgtr msa 55 0 mathrel ≶
|
|
|
|
backprime msa 56 0 mathord ‵
|
|
|
|
risingdotseq msa 58 0 mathrel ≓
|
|
|
|
fallingdotseq msa 59 0 mathrel ≒
|
|
|
|
succcurlyeq msa 60 0 mathrel ≽
|
|
|
|
geqq msa 61 0 mathrel ≧
|
|
|
|
geqslant msa 62 0 mathrel ⩾
|
|
|
|
gtrless msa 63 0 mathrel ≷
|
|
|
|
bigstar msa 70 0 mathord ★
|
|
|
|
between msa 71 0 mathrel ≬
|
|
|
|
blacktriangledown msa 72 0 mathord ▾
|
|
|
|
blacktriangleright msa 73 0 mathrel ▸
|
|
|
|
blacktriangleleft msa 74 0 mathrel ◂
|
2010-01-07 21:29:05 +00:00
|
|
|
vartriangle msa 77 0 mathrel ▵
|
2010-01-07 19:27:45 +00:00
|
|
|
blacktriangle msa 78 0 mathord ▴
|
|
|
|
triangledown msa 79 0 mathord ▿
|
|
|
|
eqcirc msa 80 0 mathrel ≖
|
|
|
|
lesseqgtr msa 81 0 mathrel ⋚
|
|
|
|
gtreqless msa 82 0 mathrel ⋛
|
|
|
|
lesseqqgtr msa 83 0 mathrel ⪋
|
|
|
|
gtreqqless msa 84 0 mathrel ⪌
|
|
|
|
Rrightarrow msa 86 0 mathrel ⇛
|
|
|
|
Lleftarrow msa 87 0 mathrel ⇚
|
|
|
|
veebar msa 89 0 mathbin ⊻
|
|
|
|
barwedge msa 90 0 mathbin ⌅
|
|
|
|
doublebarwedge msa 91 0 mathbin ⌆
|
|
|
|
measuredangle msa 93 0 mathord ∡
|
|
|
|
sphericalangle msa 94 0 mathord ∢
|
|
|
|
varpropto msa 95 0 mathrel ∝
|
|
|
|
smallsmile msa 96 0 mathrel ⌣
|
|
|
|
smallfrown msa 97 0 mathrel ⌢
|
|
|
|
Subset msa 98 0 mathrel ⋐
|
|
|
|
Supset msa 99 0 mathrel ⋑
|
2010-01-07 21:29:05 +00:00
|
|
|
Cup msa 100 0 mathbin ⋓
|
2010-01-07 19:27:45 +00:00
|
|
|
doublecup msa 100 0 mathbin ⋓
|
2010-01-07 21:29:05 +00:00
|
|
|
Cap msa 101 0 mathbin ⋒
|
2010-01-07 19:27:45 +00:00
|
|
|
doublecap msa 101 0 mathbin ⋒
|
|
|
|
curlywedge msa 102 0 mathbin ⋏
|
|
|
|
curlyvee msa 103 0 mathbin ⋎
|
|
|
|
leftthreetimes msa 104 0 mathbin ⋋
|
|
|
|
rightthreetimes msa 105 0 mathbin ⋌
|
|
|
|
subseteqq msa 106 0 mathrel ⫅
|
|
|
|
supseteqq msa 107 0 mathrel ⫆
|
|
|
|
bumpeq msa 108 0 mathrel ≏
|
|
|
|
Bumpeq msa 109 0 mathrel ≎
|
2010-01-07 21:29:05 +00:00
|
|
|
lll msa 110 0 mathrel ⋘
|
2012-12-16 13:44:49 +00:00
|
|
|
llless msa 110 0 mathrel ⋘
|
2010-01-07 21:29:05 +00:00
|
|
|
ggg msa 111 0 mathrel ⋙
|
2010-01-07 19:27:45 +00:00
|
|
|
gggtr msa 111 0 mathrel ⋙
|
|
|
|
circledS msa 115 0 mathord Ⓢ
|
|
|
|
pitchfork msa 116 0 mathrel ⋔
|
|
|
|
dotplus msa 117 0 mathbin ∔
|
|
|
|
backsim msa 118 0 mathrel ∽
|
|
|
|
backsimeq msa 119 0 mathrel ⋍
|
|
|
|
complement msa 123 0 mathord ∁
|
|
|
|
intercal msa 124 0 mathbin ⊺
|
|
|
|
circledcirc msa 125 0 mathbin ⊚
|
|
|
|
circledast msa 126 0 mathbin ⊛
|
|
|
|
circleddash msa 127 0 mathbin ⊝
|
2010-01-07 21:29:05 +00:00
|
|
|
lvertneqq msb 161 0 mathrel ≨︀
|
|
|
|
gvertneqq msb 162 0 mathrel ≩︀
|
2010-01-07 19:27:45 +00:00
|
|
|
nleq msb 163 0 mathrel ≰
|
|
|
|
ngeq msb 164 0 mathrel ≱
|
|
|
|
nless msb 165 0 mathrel ≮
|
|
|
|
ngtr msb 166 0 mathrel ≯
|
|
|
|
nprec msb 167 0 mathrel ⊀
|
|
|
|
nsucc msb 168 0 mathrel ⊁
|
|
|
|
lneqq msb 169 0 mathrel ≨
|
|
|
|
gneqq msb 170 0 mathrel ≩
|
Solve the "soft-hyphen" (0x00ad) symbol problem.
After the str-metrics merge, the kludge for displaying symbols whose
code point corresponds to a soft-hyphen was not working anymore.
The solution is replicating the offending glyphs with index 0x00ad
at a different index. They were replicated at 0x00ac, whose glyph
was missing in all affected fonts.
However, this would not work by alone because, if a system font with
same family name exists, it would be picked up instead of the right one
(at least on non-Windows platforms). For this reason, the style of the
fonts has been changed from "Regular" to "Lyx", so that we can discriminate
the right font. However, this requires using at least Qt 4.8. If an
older Qt is used *and* a system font with same family name is already
available, the affected glyphs will all turn out on screen as the
"logical not" symbol.
I have also set the executable flag on the font files, because on Windows
they are loaded only in this case.
This solves #9229.
2015-01-21 12:57:55 +00:00
|
|
|
nleqslant msb 172 0 mathrel ⩽̸
|
2010-01-07 21:29:05 +00:00
|
|
|
ngeqslant msb 174 0 mathrel ⩾̸
|
|
|
|
lneq msb 175 0 mathrel ≰
|
2010-01-07 19:27:45 +00:00
|
|
|
gneq msb 176 0 mathrel ⪈
|
2010-01-07 21:29:05 +00:00
|
|
|
npreceq msb 177 0 mathrel ⋠
|
|
|
|
nsucceq msb 178 0 mathrel ⋡
|
2010-01-07 19:27:45 +00:00
|
|
|
precnsim msb 179 0 mathrel ⋨
|
|
|
|
succnsim msb 180 0 mathrel ⋩
|
|
|
|
lnsim msb 181 0 mathrel ⋦
|
|
|
|
gnsim msb 182 0 mathrel ⋧
|
2010-01-07 21:29:05 +00:00
|
|
|
nleqq msb 183 0 mathrel ≦̸
|
|
|
|
ngeqq msb 184 0 mathrel ≧̸
|
2010-01-07 19:27:45 +00:00
|
|
|
precneqq msb 185 0 mathrel ⪵
|
|
|
|
succneqq msb 186 0 mathrel ⪶
|
|
|
|
precnapprox msb 187 0 mathrel ⪹
|
|
|
|
succnapprox msb 188 0 mathrel ⪺
|
|
|
|
lnapprox msb 189 0 mathrel ⪉
|
|
|
|
gnapprox msb 190 0 mathrel ⪊
|
|
|
|
nsim msb 191 0 mathrel ≁
|
|
|
|
ncong msb 192 0 mathrel ≇
|
2010-01-07 22:25:28 +00:00
|
|
|
diagup msb 193 0 mathord ╱
|
|
|
|
diagdown msb 194 0 mathord ╲
|
2010-01-07 21:29:05 +00:00
|
|
|
varsubsetneq msb 195 0 mathrel ⊊︀
|
|
|
|
varsupsetneq msb 33 0 mathrel ⊋︀
|
|
|
|
nsubseteqq msb 34 0 mathrel ⊈
|
|
|
|
nsupseteqq msb 35 0 mathrel ⊉
|
|
|
|
subsetneqq msb 36 0 mathrel ⫅̸
|
|
|
|
supsetneqq msb 37 0 mathrel ⫆̸
|
|
|
|
varsubsetneqq msb 38 0 mathrel ⫋︀
|
|
|
|
varsupsetneqq msb 39 0 mathrel ⫌︀
|
2010-01-07 19:27:45 +00:00
|
|
|
subsetneq msb 40 0 mathrel ⊊
|
|
|
|
supsetneq msb 41 0 mathrel ⊋
|
|
|
|
nsubseteq msb 42 0 mathrel ⊈
|
|
|
|
nsupseteq msb 43 0 mathrel ⊉
|
|
|
|
nparallel msb 44 0 mathrel ∦
|
|
|
|
nmid msb 45 0 mathrel ⫮
|
|
|
|
nshortmid msb 46 0 mathrel ∤
|
|
|
|
nshortparallel msb 47 0 mathrel ∦
|
|
|
|
nvdash msb 48 0 mathrel ⊬
|
|
|
|
nVdash msb 49 0 mathrel ⊮
|
|
|
|
nvDash msb 50 0 mathrel ⊭
|
|
|
|
nVDash msb 51 0 mathrel ⊯
|
|
|
|
ntrianglerighteq msb 52 0 mathrel ⋭
|
|
|
|
ntrianglelefteq msb 53 0 mathrel ⋬
|
|
|
|
ntriangleleft msb 54 0 mathrel ⋪
|
|
|
|
ntriangleright msb 55 0 mathrel ⋫
|
|
|
|
nleftarrow msb 56 0 mathrel ↚
|
|
|
|
nrightarrow msb 57 0 mathrel ↛
|
|
|
|
nLeftarrow msb 58 0 mathrel ⇍
|
|
|
|
nRightarrow msb 59 0 mathrel ⇏
|
|
|
|
nLeftrightarrow msb 60 0 mathrel ⇎
|
|
|
|
nleftrightarrow msb 61 0 mathrel ↮
|
|
|
|
divideontimes msb 62 0 mathbin ⋇
|
|
|
|
varnothing msb 63 0 mathord ∅
|
|
|
|
nexists msb 64 0 mathord ∄
|
2010-01-07 22:25:28 +00:00
|
|
|
Finv msb 96 0 mathord Ⅎ
|
|
|
|
Game msb 97 0 mathord ⅁
|
|
|
|
eth msb 103 0 mathord ð
|
2010-01-07 21:29:05 +00:00
|
|
|
eqsim msb 104 0 mathrel ≂
|
2010-01-07 19:27:45 +00:00
|
|
|
beth msb 105 0 mathord ℶ
|
|
|
|
gimel msb 106 0 mathord ℷ
|
|
|
|
daleth msb 107 0 mathord ℸ
|
|
|
|
lessdot msb 108 0 mathbin ⋖
|
|
|
|
gtrdot msb 109 0 mathbin ⋗
|
|
|
|
ltimes msb 110 0 mathbin ⋉
|
|
|
|
rtimes msb 111 0 mathbin ⋊
|
|
|
|
shortmid msb 112 0 mathrel ∣
|
|
|
|
shortparallel msb 113 0 mathrel ∥
|
|
|
|
smallsetminus msb 114 0 mathbin ∖
|
|
|
|
thicksim msb 115 0 mathrel ∼
|
|
|
|
thickapprox msb 116 0 mathrel ≈
|
|
|
|
approxeq msb 117 0 mathrel ≊
|
|
|
|
succapprox msb 118 0 mathrel ⪸
|
|
|
|
precapprox msb 119 0 mathrel ⪷
|
|
|
|
curvearrowleft msb 120 0 mathrel ↶
|
|
|
|
curvearrowright msb 121 0 mathrel ↷
|
|
|
|
digamma msb 122 0 mathord ϝ
|
|
|
|
varkappa msb 123 0 mathord ϰ
|
2010-01-07 22:25:28 +00:00
|
|
|
# Note: Other blackboard symbols are in the same unicode range
|
|
|
|
Bbbk msb 124 0 mathord 𝕜
|
2010-01-07 19:27:45 +00:00
|
|
|
hslash msb 125 0 mathord ℏ
|
|
|
|
hbar msb 126 0 mathord ℏ
|
|
|
|
backepsilon msb 127 0 mathrel ϶
|
2003-10-13 09:50:10 +00:00
|
|
|
|
2016-11-14 14:33:51 +00:00
|
|
|
lyxbar cmsy 161 0 mathrel — hiddensymbol
|
2016-05-25 12:16:51 +00:00
|
|
|
lyxminus cmsy 161 0 mathbin — hiddensymbol
|
|
|
|
lyxplus cmr 43 43 mathbin + hiddensymbol
|
|
|
|
lyxeq cmr 61 61 mathord = hiddensymbol
|
|
|
|
lyxeqrel cmr 61 61 mathrel = hiddensymbol
|
|
|
|
lyxlt cmm 60 60 mathrel < hiddensymbol
|
|
|
|
lyxgt cmm 62 62 mathrel > hiddensymbol
|
|
|
|
lyxdabar msa 57 0 mathord – hiddensymbol
|
|
|
|
lyxright msa 75 0 mathord → hiddensymbol
|
|
|
|
lyxleft msa 76 0 mathord ← hiddensymbol
|
2010-01-07 21:29:05 +00:00
|
|
|
|
|
|
|
male wasy 26 0 x ♂
|
|
|
|
female wasy 25 0 x ♀
|
2016-09-10 16:32:44 +00:00
|
|
|
currency wasy 27 0 textmode ¤ wasysym,amstext,lyxmathsym # works in text mode only (produces \oe in math mode)
|
|
|
|
phone wasy 7 0 textmode ☎ wasysym,amstext,lyxmathsym # works in text mode only (produces \Upsilon in math mode)
|
|
|
|
recorder wasy 6 0 textmode ⌕ wasysym,amstext,lyxmathsym # works in text mode only (produces \Sigma in math mode)
|
|
|
|
clock wasy 28 0 textmode &clock; wasysym,amstext,lyxmathsym # works in text mode only (produces \o in math mode)
|
|
|
|
lightning wasy 18 0 textmode ☇ wasysym,amstext,lyxmathsym # works in text mode only (produces ` in math mode)
|
2013-01-10 20:07:15 +00:00
|
|
|
# FIXME Display is wrong (bug 8493): qt does not display characters at the \t position (0x09)
|
2016-09-10 16:32:44 +00:00
|
|
|
pointer wasy 9 0 textmode x wasysym,amstext,lyxmathsym # works in text mode only (produces \Psi in math mode)
|
|
|
|
RIGHTarrow wasy 17 0 textmode ▶ wasysym,amstext,lyxmathsym # works in text mode only (produces \jmath in math mode)
|
|
|
|
LEFTarrow wasy 16 0 textmode ◀ wasysym,amstext,lyxmathsym # works in text mode only (produces \imath in math mode)
|
|
|
|
UParrow wasy 75 0 textmode ▲ wasysym,amstext,lyxmathsym # works in text mode only (produces K in math mode)
|
|
|
|
DOWNarrow wasy 76 0 textmode ▼ wasysym,amstext,lyxmathsym # works in text mode only (produces L in math mode)
|
|
|
|
AC wasy 58 0 textmode ∿ wasysym,amstext,lyxmathsym # works in text mode only
|
2013-01-10 20:07:15 +00:00
|
|
|
\def\HF{\approx} wasysym
|
2015-11-13 13:01:32 +00:00
|
|
|
VHF wasy 64 0 x ≋ # triple tilde
|
2010-01-07 21:29:05 +00:00
|
|
|
Square wasy 50 0 x □
|
2016-11-11 19:52:03 +00:00
|
|
|
\def\CheckedBox{\Square\kern-13.4mu\checked} wasysym
|
2010-01-07 21:29:05 +00:00
|
|
|
XBox wasy 52 0 x ⊠
|
|
|
|
hexagon wasy 55 0 x ⬡
|
|
|
|
pentagon wasy 68 0 x ⬠
|
2002-07-09 13:36:35 +00:00
|
|
|
octagon wasy 56 0 x x
|
2010-01-07 21:29:05 +00:00
|
|
|
varhexagon wasy 57 0 x ⬡
|
|
|
|
hexstar wasy 65 0 x ✶
|
|
|
|
varhexstar wasy 66 0 x ✶
|
|
|
|
davidsstar wasy 67 0 x ✡
|
|
|
|
diameter wasy 31 0 x ⌀
|
2015-11-13 13:01:32 +00:00
|
|
|
invdiameter wasy 21 0 x x # 2205 EMPTY SET and 2300 DIAMETER SIGN are similar but not quite right
|
2010-01-07 21:29:05 +00:00
|
|
|
varangle wasy 30 0 x ∢
|
|
|
|
wasylozenge wasy 53 0 x ⌑
|
|
|
|
kreuz wasy 54 0 x ✠
|
|
|
|
smiley wasy 44 0 x ☺
|
|
|
|
frownie wasy 47 0 x ☹
|
2010-01-07 22:25:28 +00:00
|
|
|
blacksmiley wasy 45 0 x ☻
|
2010-01-07 21:29:05 +00:00
|
|
|
sun wasy 46 0 x ☼
|
|
|
|
checked wasy 8 0 x ✓
|
|
|
|
bell wasy 10 0 x ⍾
|
|
|
|
eighthnote wasy 11 0 x ♮
|
|
|
|
quarternote wasy 12 0 x ♩
|
|
|
|
halfnote wasy 13 0 x 𝅗𝅥
|
|
|
|
fullnote wasy 14 0 x 𝅝
|
2010-01-07 22:25:28 +00:00
|
|
|
twonotes wasy 15 0 x ♫
|
2010-01-07 21:29:05 +00:00
|
|
|
brokenvert wasy 124 0 x ¦
|
2002-07-09 13:36:35 +00:00
|
|
|
ataribox wasy 109 0 x x
|
2010-01-07 21:29:05 +00:00
|
|
|
wasytherefore wasy 5 0 x ∴
|
|
|
|
Circle wasy 35 0 x ○
|
|
|
|
CIRCLE wasy 32 0 x ●
|
2002-07-09 13:36:35 +00:00
|
|
|
Leftcircle wasy 73 0 x x
|
2010-01-07 22:25:28 +00:00
|
|
|
LEFTCIRCLE wasy 71 0 x ◖
|
2002-07-09 13:36:35 +00:00
|
|
|
Rightcircle wasy 74 0 x x
|
2010-01-07 22:25:28 +00:00
|
|
|
RIGHTCIRCLE wasy 72 0 x ◗
|
2016-11-11 19:52:03 +00:00
|
|
|
\def\LEFTcircle{\LEFTCIRCLE\kern-13.4mu\Circle} wasysym
|
|
|
|
\def\RIGHTcircle{\RIGHTCIRCLE\kern-13.4mu\Circle} wasysym
|
2002-07-09 13:36:35 +00:00
|
|
|
|
2010-11-17 19:42:36 +00:00
|
|
|
# Defined by amsmath.sty
|
|
|
|
|
|
|
|
varGamma cmm 161 0 mathord x amsmath
|
|
|
|
varDelta cmm 162 0 mathord x amsmath
|
|
|
|
varTheta cmm 163 0 mathord x amsmath
|
|
|
|
varLambda cmm 164 0 mathord x amsmath
|
|
|
|
varXi cmm 165 0 mathord x amsmath
|
|
|
|
varPi cmm 166 0 mathord x amsmath
|
|
|
|
varSigma cmm 167 0 mathord x amsmath
|
|
|
|
varUpsilon cmm 168 0 mathord x amsmath
|
|
|
|
varPhi cmm 169 0 mathord x amsmath
|
|
|
|
varPsi cmm 170 0 mathord x amsmath
|
Solve the "soft-hyphen" (0x00ad) symbol problem.
After the str-metrics merge, the kludge for displaying symbols whose
code point corresponds to a soft-hyphen was not working anymore.
The solution is replicating the offending glyphs with index 0x00ad
at a different index. They were replicated at 0x00ac, whose glyph
was missing in all affected fonts.
However, this would not work by alone because, if a system font with
same family name exists, it would be picked up instead of the right one
(at least on non-Windows platforms). For this reason, the style of the
fonts has been changed from "Regular" to "Lyx", so that we can discriminate
the right font. However, this requires using at least Qt 4.8. If an
older Qt is used *and* a system font with same family name is already
available, the affected glyphs will all turn out on screen as the
"logical not" symbol.
I have also set the executable flag on the font files, because on Windows
they are loaded only in this case.
This solves #9229.
2015-01-21 12:57:55 +00:00
|
|
|
varOmega cmm 172 0 mathord x amsmath
|
2010-11-17 19:42:36 +00:00
|
|
|
|
2002-07-09 13:36:35 +00:00
|
|
|
#
|
|
|
|
# wasy astronomy
|
|
|
|
#
|
|
|
|
|
2010-01-07 22:25:28 +00:00
|
|
|
vernal wasy 23 0 x ♈
|
|
|
|
ascnode wasy 19 0 x ☊
|
|
|
|
descnode wasy 20 0 x ☋
|
|
|
|
fullmoon wasy 35 0 x ˆ
|
|
|
|
newmoon wasy 32 0 x ●
|
|
|
|
leftmoon wasy 36 0 x ☾
|
|
|
|
rightmoon wasy 37 0 x ☽
|
2013-01-10 20:07:15 +00:00
|
|
|
astrosun cmsy 175 0 mathbin ☉ wasysym
|
2010-01-07 22:25:28 +00:00
|
|
|
mercury wasy 39 0 x ☿
|
|
|
|
venus wasy 25 0 x ♀
|
|
|
|
earth wasy 38 0 x ♁
|
|
|
|
mars wasy 26 0 x ♂
|
|
|
|
jupiter wasy 88 0 x ♃
|
|
|
|
saturn wasy 89 0 x ♄
|
|
|
|
uranus wasy 90 0 x ♅
|
|
|
|
neptune wasy 91 0 x ♆
|
|
|
|
pluto wasy 92 0 x ♇
|
2002-07-09 13:36:35 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# wasy zodiac
|
|
|
|
#
|
2010-01-07 22:25:28 +00:00
|
|
|
aries wasy 23 0 x ♈
|
|
|
|
taurus wasy 93 0 x ♉
|
|
|
|
gemini wasy 94 0 x ♊
|
|
|
|
cancer wasy 95 0 x ♋
|
|
|
|
leo wasy 19 0 x ♌
|
|
|
|
virgo wasy 96 0 x ♍
|
|
|
|
libra wasy 97 0 x ♎
|
|
|
|
scorpio wasy 98 0 x ♏
|
|
|
|
sagittarius wasy 99 0 x ♐
|
|
|
|
capricornus wasy 100 0 x ♑
|
|
|
|
aquarius wasy 101 0 x ♒
|
|
|
|
pisces wasy 102 0 x ♓
|
2016-09-10 16:32:44 +00:00
|
|
|
conjunction wasy 86 0 textmode ☌ wasysym,amstext,lyxmathsym # works in text mode only (produces V in math mode)
|
|
|
|
opposition wasy 87 0 textmode ☍ wasysym,amstext,lyxmathsym # works in text mode only (produces W in math mode)
|
2002-08-14 10:38:13 +00:00
|
|
|
# APL characters
|
2010-01-07 22:25:28 +00:00
|
|
|
APLstar wasy 69 0 x ⍟
|
2002-07-09 13:36:35 +00:00
|
|
|
APLlog wasy 22 0 x x
|
2010-01-07 22:25:28 +00:00
|
|
|
APLbox wasy 126 0 x ⎕
|
2002-07-09 13:36:35 +00:00
|
|
|
APLup wasy 0 0 x x
|
|
|
|
APLdown wasy 70 0 x x
|
|
|
|
APLinput wasy 125 0 x x
|
|
|
|
APLcomment wasy 127 0 x x
|
2016-11-14 14:33:51 +00:00
|
|
|
\def\APLinv{\mathord{\div\kern-13.9mu\APLbox}} wasysym
|
2010-01-07 22:25:28 +00:00
|
|
|
APLuparrowbox wasy 110 0 x ⍐
|
|
|
|
APLdownarrowbox wasy 111 0 x ⍗
|
|
|
|
APLleftarrowbox wasy 112 0 x ⍇
|
|
|
|
APLrightarrowbox wasy 113 0 x ⍈
|
2002-07-09 13:36:35 +00:00
|
|
|
|
|
|
|
# math characters
|
2010-01-07 22:25:28 +00:00
|
|
|
Bowtie wasy 49 0 x ⋈
|
|
|
|
leftturn wasy 34 0 x ⟲
|
|
|
|
rightturn wasy 33 0 x ⟳
|
2002-07-09 13:36:35 +00:00
|
|
|
# diagrams
|
2016-11-11 19:52:03 +00:00
|
|
|
\def\photon{\AC\AC\AC\AC} wasysym
|
|
|
|
lyxgluonelement wasy 80 0 x x hiddensymbol
|
|
|
|
lyxgluonbelement wasy 81 0 x x hiddensymbol
|
|
|
|
lyxgluoneelement wasy 82 0 x x hiddensymbol
|
|
|
|
\def\gluon{\lyxgluonbelement\lyxgluonelement\lyxgluonelement\lyxgluonelement\lyxgluonelement\lyxgluonelement\lyxgluonelement\lyxgluoneelement} wasysym
|
2002-07-09 13:36:35 +00:00
|
|
|
# special characters
|
2010-01-07 22:25:28 +00:00
|
|
|
cent wasy 103 0 x �A2;
|
|
|
|
permil wasy 104 0 x ‰
|
2016-09-10 16:32:44 +00:00
|
|
|
agemO wasy 48 0 textmode ℧ wasysym,amstext,lyxmathsym # works in text mode only (produces 0 in math mode)
|
|
|
|
thorn wasy 105 0 textmode þ wasysym,amstext,lyxmathsym # works in text mode only (produces i in math mode)
|
|
|
|
Thorn wasy 106 0 textmode Þ wasysym,amstext,lyxmathsym # works in text mode only (produces j in math mode)
|
|
|
|
openo wasy 108 0 textmode ɔ wasysym,amstext,lyxmathsym # works in text mode only (produces l in math mode)
|
|
|
|
inve wasy 85 0 textmode ə wasysym,amstext,lyxmathsym # works in text mode only (produces U in math mode)
|
2002-07-09 13:36:35 +00:00
|
|
|
|
2013-01-10 20:07:15 +00:00
|
|
|
#mho wasy 48 0 mathord ℧ wasysym # already in amsfonts
|
|
|
|
#Join wasy 49 0 mathrel x wasysym # already in amsfonts
|
|
|
|
#Box wasy 50 0 mathord □ wasysym # already in amsfonts
|
|
|
|
#Diamond wasy 51 0 mathord ⋄ wasysym # already in amsfonts
|
2012-12-18 21:36:34 +00:00
|
|
|
leadsto wasy 59 0 mathrel ⤳
|
2013-01-10 20:07:15 +00:00
|
|
|
#sqsubset wasy 60 0 mathrel ⊏ wasysym # already in amsfonts
|
|
|
|
#sqsupset wasy 61 0 mathrel ⊐ wasysym # already in amsfonts
|
|
|
|
#lhd wasy 1 0 mathbin ◃ wasysym # already in amsfonts
|
|
|
|
#unlhd wasy 2 0 mathbin ⊴ wasysym # already in amsfonts
|
2010-01-07 22:25:28 +00:00
|
|
|
LHD wasy 16 0 mathbin ⱐ
|
2013-01-10 20:07:15 +00:00
|
|
|
#rhd wasy 3 0 mathbin ▹ wasysym # already in amsfonts
|
|
|
|
#unrhd wasy 4 0 mathbin ⊵ wasysym # already in amsfonts
|
2010-01-07 22:25:28 +00:00
|
|
|
RHD wasy 17 0 mathbin ▶
|
|
|
|
apprle wasy 62 0 mathrel ≲
|
|
|
|
apprge wasy 63 0 mathrel ≳
|
|
|
|
wasypropto wasy 29 0 mathrel ∝
|
|
|
|
invneg wasy 24 0 mathrel ⌐
|
|
|
|
ocircle wasy 35 0 mathbin ⊚
|
2002-07-09 13:36:35 +00:00
|
|
|
logof wasy 22 0 mathrel x
|
2010-01-07 22:25:28 +00:00
|
|
|
varint wasy 114 0 mathop ∫
|
|
|
|
varoint wasy 117 0 mathop ∫
|
2006-11-13 17:35:18 +00:00
|
|
|
|
2012-12-15 12:02:40 +00:00
|
|
|
# Generated from stmaryrd.sty
|
|
|
|
|
|
|
|
shortleftarrow stmry 0 0 mathrel x stmaryrd
|
|
|
|
shortrightarrow stmry 1 0 mathrel x stmaryrd
|
|
|
|
shortuparrow stmry 2 0 mathrel x stmaryrd
|
|
|
|
shortdownarrow stmry 3 0 mathrel x stmaryrd
|
|
|
|
Yup stmry 4 0 mathbin x stmaryrd
|
|
|
|
Ydown stmry 5 0 mathbin x stmaryrd
|
|
|
|
Yleft stmry 6 0 mathbin x stmaryrd
|
|
|
|
Yright stmry 7 0 mathbin x stmaryrd
|
|
|
|
varcurlyvee stmry 8 0 mathbin x stmaryrd
|
|
|
|
# qt does not display characters at the \t position (0x09)
|
|
|
|
# therefore our .ttf font contains a copy at 254 (0xfe)
|
|
|
|
#varcurlywedge stmry 9 0 mathbin x stmaryrd
|
|
|
|
varcurlywedge stmry 254 0 mathbin x stmaryrd
|
|
|
|
minuso stmry 10 0 mathbin x stmaryrd
|
|
|
|
baro stmry 11 0 mathbin x stmaryrd
|
|
|
|
sslash stmry 12 0 mathbin x stmaryrd
|
|
|
|
bbslash stmry 13 0 mathbin x stmaryrd
|
|
|
|
moo stmry 14 0 mathbin x stmaryrd
|
|
|
|
varotimes stmry 15 0 mathbin x stmaryrd
|
|
|
|
varoast stmry 16 0 mathbin x stmaryrd
|
|
|
|
varobar stmry 17 0 mathbin x stmaryrd
|
|
|
|
varodot stmry 18 0 mathbin x stmaryrd
|
|
|
|
varoslash stmry 19 0 mathbin x stmaryrd
|
|
|
|
varobslash stmry 20 0 mathbin x stmaryrd
|
|
|
|
varocircle stmry 21 0 mathbin x stmaryrd
|
|
|
|
varoplus stmry 22 0 mathbin x stmaryrd
|
|
|
|
varominus stmry 23 0 mathbin x stmaryrd
|
|
|
|
boxast stmry 24 0 mathbin x stmaryrd
|
|
|
|
boxbar stmry 25 0 mathbin x stmaryrd
|
2012-12-18 21:36:34 +00:00
|
|
|
#boxdot stmry 26 0 mathbin x stmaryrd # already in amssymb
|
2012-12-15 12:02:40 +00:00
|
|
|
boxslash stmry 27 0 mathbin x stmaryrd
|
|
|
|
boxbslash stmry 28 0 mathbin x stmaryrd
|
|
|
|
boxcircle stmry 29 0 mathbin x stmaryrd
|
|
|
|
boxbox stmry 30 0 mathbin x stmaryrd
|
|
|
|
boxempty stmry 31 0 mathbin x stmaryrd
|
2013-01-10 20:07:15 +00:00
|
|
|
#lightning stmry 32 0 mathord x stmaryrd # already in wasy
|
2012-12-15 12:02:40 +00:00
|
|
|
merge stmry 33 0 mathbin x stmaryrd
|
|
|
|
vartimes stmry 34 0 mathbin x stmaryrd
|
|
|
|
fatsemi stmry 35 0 mathbin x stmaryrd
|
|
|
|
sswarrow stmry 36 0 mathrel x stmaryrd
|
|
|
|
ssearrow stmry 37 0 mathrel x stmaryrd
|
|
|
|
curlywedgeuparrow stmry 38 0 mathrel x stmaryrd
|
|
|
|
curlywedgedownarrow stmry 39 0 mathrel x stmaryrd
|
|
|
|
fatslash stmry 40 0 mathbin x stmaryrd
|
|
|
|
fatbslash stmry 41 0 mathbin x stmaryrd
|
|
|
|
lbag stmry 42 0 mathbin x stmaryrd
|
|
|
|
rbag stmry 43 0 mathbin x stmaryrd
|
|
|
|
varbigcirc stmry 44 0 mathbin x stmaryrd
|
|
|
|
leftrightarroweq stmry 45 0 mathrel x stmaryrd
|
|
|
|
curlyveedownarrow stmry 46 0 mathrel x stmaryrd
|
|
|
|
curlyveeuparrow stmry 47 0 mathrel x stmaryrd
|
|
|
|
nnwarrow stmry 48 0 mathrel x stmaryrd
|
|
|
|
nnearrow stmry 49 0 mathrel x stmaryrd
|
|
|
|
leftslice stmry 50 0 mathbin x stmaryrd
|
|
|
|
rightslice stmry 51 0 mathbin x stmaryrd
|
|
|
|
varolessthan stmry 52 0 mathbin x stmaryrd
|
|
|
|
varogreaterthan stmry 53 0 mathbin x stmaryrd
|
|
|
|
varovee stmry 54 0 mathbin x stmaryrd
|
|
|
|
varowedge stmry 55 0 mathbin x stmaryrd
|
|
|
|
talloblong stmry 56 0 mathbin x stmaryrd
|
|
|
|
interleave stmry 57 0 mathbin x stmaryrd
|
|
|
|
obar stmry 58 0 mathbin x stmaryrd
|
|
|
|
obslash stmry 59 0 mathbin x stmaryrd
|
|
|
|
olessthan stmry 60 0 mathbin x stmaryrd
|
|
|
|
ogreaterthan stmry 61 0 mathbin x stmaryrd
|
|
|
|
ovee stmry 62 0 mathbin x stmaryrd
|
|
|
|
owedge stmry 63 0 mathbin x stmaryrd
|
|
|
|
oblong stmry 64 0 mathbin x stmaryrd
|
|
|
|
inplus stmry 65 0 mathrel x stmaryrd
|
|
|
|
niplus stmry 66 0 mathrel x stmaryrd
|
|
|
|
nplus stmry 67 0 mathbin x stmaryrd
|
|
|
|
subsetplus stmry 68 0 mathrel x stmaryrd
|
|
|
|
supsetplus stmry 69 0 mathrel x stmaryrd
|
|
|
|
subsetpluseq stmry 70 0 mathrel x stmaryrd
|
|
|
|
supsetpluseq stmry 71 0 mathrel x stmaryrd
|
|
|
|
Lbag stmry 72 0 mathopen x stmaryrd
|
|
|
|
Rbag stmry 73 0 mathclose x stmaryrd
|
2013-01-10 20:07:15 +00:00
|
|
|
llbracket stmry 74 0 mathopen x stmaryrd
|
|
|
|
rrbracket stmry 75 0 mathclose x stmaryrd
|
2012-12-15 12:02:40 +00:00
|
|
|
llparenthesis stmry 76 0 mathopen x stmaryrd
|
|
|
|
rrparenthesis stmry 77 0 mathclose x stmaryrd
|
|
|
|
binampersand stmry 78 0 mathopen x stmaryrd
|
|
|
|
bindnasrepma stmry 79 0 mathclose x stmaryrd
|
|
|
|
trianglelefteqslant stmry 80 0 mathrel x stmaryrd
|
|
|
|
trianglerighteqslant stmry 81 0 mathrel x stmaryrd
|
|
|
|
ntrianglelefteqslant stmry 82 0 mathrel x stmaryrd
|
|
|
|
ntrianglerighteqslant stmry 83 0 mathrel x stmaryrd
|
|
|
|
llfloor stmry 84 0 mathopen x stmaryrd
|
|
|
|
rrfloor stmry 85 0 mathclose x stmaryrd
|
|
|
|
llceil stmry 86 0 mathopen x stmaryrd
|
|
|
|
rrceil stmry 87 0 mathclose x stmaryrd
|
2016-11-17 21:46:01 +00:00
|
|
|
lyxarrownot stmry 88 0 mathrel x hiddensymbol #see arrownot defined below
|
|
|
|
lyxArrownot stmry 89 0 mathrel x hiddensymbol #see Arrownot defined below
|
2012-12-15 12:02:40 +00:00
|
|
|
Mapstochar stmry 90 0 mathrel x stmaryrd
|
|
|
|
mapsfromchar stmry 91 0 mathrel x stmaryrd
|
|
|
|
Mapsfromchar stmry 92 0 mathrel x stmaryrd
|
|
|
|
leftrightarrowtriangle stmry 93 0 mathrel x stmaryrd
|
|
|
|
leftarrowtriangle stmry 94 0 mathrel x stmaryrd
|
|
|
|
rightarrowtriangle stmry 95 0 mathrel x stmaryrd
|
2013-01-10 20:07:15 +00:00
|
|
|
#bigtriangledown stmry 96 0 mathop x stmaryrd #already in cmsy
|
|
|
|
#bigtriangleup stmry 97 0 mathop x stmaryrd #already in cmsy
|
|
|
|
bigcurlyvee stmry 98 0 mathop x stmaryrd
|
|
|
|
bigcurlywedge stmry 99 0 mathop x stmaryrd
|
|
|
|
bigsqcap stmry 100 0 mathop x stmaryrd
|
|
|
|
bigbox stmry 101 0 mathop x stmaryrd
|
|
|
|
bigparallel stmry 102 0 mathop x stmaryrd
|
|
|
|
biginterleave stmry 103 0 mathop x stmaryrd
|
|
|
|
#hugetriangledown stmry 104 0 mathop x stmaryrd # only in the font, not the .sty
|
|
|
|
#hugetriangleup stmry 105 0 mathop x stmaryrd # only in the font, not the .sty
|
|
|
|
#hugecurlyvee stmry 106 0 mathop x stmaryrd # only in the font, not the .sty
|
|
|
|
#hugecurlywedge stmry 107 0 mathop x stmaryrd # only in the font, not the .sty
|
|
|
|
#hugesqcap stmry 108 0 mathop x stmaryrd # only in the font, not the .sty
|
|
|
|
#hugebox stmry 109 0 mathop x stmaryrd # only in the font, not the .sty
|
|
|
|
#hugeparallel stmry 110 0 mathop x stmaryrd # only in the font, not the .sty
|
|
|
|
#hugeinterleave stmry 111 0 mathop x stmaryrd # only in the font, not the .sty
|
|
|
|
bignplus stmry 112 0 mathop x stmaryrd # caution: named hugenplus in the font
|
|
|
|
#largellbracket stmry 113 0 mathopen x stmaryrd # only in the font, not the .sty
|
|
|
|
#Largellbracket stmry 114 0 mathopen x stmaryrd # only in the font, not the .sty
|
|
|
|
#LARGEllbracket stmry 115 0 mathopen x stmaryrd # only in the font, not the .sty
|
|
|
|
#hugellbracket stmry 116 0 mathopen x stmaryrd # only in the font, not the .sty
|
|
|
|
#Largellbrackettop stmry 117 0 mathopen x stmaryrd # only in the font, not the .sty
|
|
|
|
#Largellbracketbot stmry 118 0 mathopen x stmaryrd # only in the font, not the .sty caution: named Hugellbrackettop in the font
|
|
|
|
#llbracketex stmry 119 0 mathopen x stmaryrd # only in the font, not the .sty caution: named Hugellbracketbot in the font
|
|
|
|
#hugenplus stmry 120 0 mathop x stmaryrd # only in the font, not the .sty caution: named Hugenplus in the font
|
|
|
|
#largerrbracket stmry 121 0 mathclose x stmaryrd # only in the font, not the .sty
|
|
|
|
#Largerrbracket stmry 122 0 mathclose x stmaryrd # only in the font, not the .sty
|
|
|
|
#LARGErrbracket stmry 123 0 mathclose x stmaryrd # only in the font, not the .sty
|
|
|
|
#hugerrbracket stmry 124 0 mathclose x stmaryrd # only in the font, not the .sty
|
|
|
|
#Largerrbrackettop stmry 125 0 mathclose x stmaryrd # only in the font, not the .sty caution: named Hugerrbrackettop in the font
|
|
|
|
#Largerrbracketbot stmry 126 0 mathclose x stmaryrd # only in the font, not the .sty caution: named Hugerrbracketbot in the font
|
|
|
|
#rrbracketex stmry 127 0 mathclose x stmaryrd # only in the font, not the .sty caution: named Hugerrbracketex in the font
|
2012-12-15 12:02:40 +00:00
|
|
|
|
2016-11-14 14:33:51 +00:00
|
|
|
\def\varcopyright{\mathord{c\kern-11mu\varbigcirc}} stmaryrd
|
2017-01-01 20:23:07 +00:00
|
|
|
# kerning is slightly imperfect so that one sees when \[Aa]rrownot is selected
|
2017-01-20 09:32:40 +00:00
|
|
|
\def\arrownot{\lyxarrownot} stmaryrd
|
|
|
|
\def\Arrownot{\lyxArrownot\mathrel{\kern0.5mu}} stmaryrd
|
2016-11-14 14:33:51 +00:00
|
|
|
\def\longarrownot{\mathrel{\kern5.5mu}\arrownot\mathrel{\kern-5.5mu}} stmaryrd
|
|
|
|
\def\Longarrownot{\mathrel{\kern5.5mu}\Arrownot\mathrel{\kern-5.5mu}} stmaryrd
|
2017-01-20 09:32:40 +00:00
|
|
|
\def\Mapsto{\Mapstochar\mathrel\Rightarrow} mathrel ⤇ stmaryrd
|
2017-01-01 20:23:07 +00:00
|
|
|
\def\mapsfrom{\leftarrow\kern-9mu\mapsfromchar} mathrel ↤ stmaryrd
|
|
|
|
\def\Mapsfrom{\Leftarrow\kern-9mu\Mapsfromchar} mathrel ⤆ stmaryrd
|
|
|
|
\def\Longmapsto{\Mapstochar\Longrightarrow} mathrel ⟾ stmaryrd
|
|
|
|
\def\longmapsfrom{\longleftarrow\mapsfromchar} mathrel ⟻ stmaryrd
|
|
|
|
\def\Longmapsfrom{\Longleftarrow\mathrel{\kern1mu}\Mapsfromchar} mathrel ⟽ stmaryrd
|
2012-12-15 12:02:40 +00:00
|
|
|
|
2009-07-03 12:33:00 +00:00
|
|
|
# symbols from the mhchem package, all of them are equivalent to a math symbol
|
2009-07-03 12:40:03 +00:00
|
|
|
# mhchem is not loaded because these commands can only be used inside
|
|
|
|
# a \ce or a \cf inset
|
2009-07-03 12:33:00 +00:00
|
|
|
|
|
|
|
sbond cmsy 161 0 mathord x
|
|
|
|
dbond cmr 61 0 mathord x
|
|
|
|
tbond cmsy 180 186 mathord x
|
2006-11-13 17:35:18 +00:00
|
|
|
|
|
|
|
# From the esint package:
|
|
|
|
# We emulate some symbols if the esint10 font is not available.
|
|
|
|
# It is important that they have the same requirements in both cases,
|
|
|
|
# otherwise the LaTeX output would depend on the availability of the esint10
|
|
|
|
# font in the GUI
|
2007-06-22 21:25:41 +00:00
|
|
|
# Note that we do _not_ require the wasysym package for any integral besides
|
|
|
|
# \varint and \varoint. The reason is that the integrals of the wasysym
|
|
|
|
# package do not match the standard \int and \intop. See
|
2011-12-08 20:19:10 +00:00
|
|
|
# http://www.lyx.org/trac/ticket/1942 for details.
|
2007-06-22 21:25:41 +00:00
|
|
|
# If the wasysym integrals are really wanted then one has to load the package
|
|
|
|
# manually and disable automatic loading of amsmath and esint.
|
2006-11-13 17:35:18 +00:00
|
|
|
iffont esint
|
2015-05-16 10:29:54 +00:00
|
|
|
int esint 001 0 mathop ∫ esint|amsmath
|
2013-01-10 20:07:15 +00:00
|
|
|
intop esint 001 0 mathop ∫ esint
|
2011-10-18 19:32:02 +00:00
|
|
|
iint esint 003 0 mathop ∬ esint|amsmath
|
2013-01-10 20:07:15 +00:00
|
|
|
iintop esint 003 0 mathop ∬ esint
|
2011-10-18 19:32:02 +00:00
|
|
|
iiint esint 005 0 mathop ∭ esint|amsmath
|
2010-01-07 19:27:45 +00:00
|
|
|
|
2013-01-10 20:07:15 +00:00
|
|
|
iiintop esint 005 0 mathop ∭ esint
|
2011-10-18 19:32:02 +00:00
|
|
|
iiiint esint 007 0 mathop ⨌ esint|amsmath
|
2010-01-07 19:27:45 +00:00
|
|
|
|
2013-01-10 20:07:15 +00:00
|
|
|
iiiintop esint 007 0 mathop ⨌ esint
|
2010-01-07 19:27:45 +00:00
|
|
|
oint esint 011 0 mathop ∮ esint
|
|
|
|
|
2010-01-07 21:29:05 +00:00
|
|
|
ointop esint 011 0 mathop ∮ esint
|
|
|
|
oiint esint 013 0 mathop ∯ esint
|
|
|
|
oiintop esint 013 0 mathop ∯ esint
|
2013-01-10 20:07:15 +00:00
|
|
|
sqint esint 015 0 mathop x esint
|
|
|
|
sqintop esint 015 0 mathop x esint
|
|
|
|
sqiint esint 017 0 mathop x esint
|
|
|
|
sqiintop esint 017 0 mathop x esint
|
|
|
|
dotsint esint 019 0 mathop ∫⋯∫ esint
|
|
|
|
dotsintop esint 019 0 mathop ∫⋯∫ esint
|
|
|
|
ointctrclockwise esint 023 0 mathop ∳ esint
|
|
|
|
ointctrclockwiseop esint 023 0 mathop ∳ esint
|
|
|
|
ointclockwise esint 025 0 mathop ∲ esint
|
|
|
|
ointclockwiseop esint 025 0 mathop ∲ esint
|
2006-11-13 17:35:18 +00:00
|
|
|
else
|
2015-05-16 10:29:54 +00:00
|
|
|
int cmex 82 242 mathop ∫ esint|amsmath
|
2013-01-10 20:07:15 +00:00
|
|
|
intop cmex 82 242 mathop ∫ esint
|
2011-10-18 19:32:02 +00:00
|
|
|
iint wasy 115 0 mathop ∬ esint|amsmath
|
2013-01-10 20:07:15 +00:00
|
|
|
iintop wasy 115 0 mathop &Int esint
|
2011-10-18 19:32:02 +00:00
|
|
|
iiint wasy 116 0 mathop ∭ esint|amsmath
|
2010-01-07 19:27:45 +00:00
|
|
|
|
2013-01-10 20:07:15 +00:00
|
|
|
iiintop wasy 116 0 mathop ∭ esint
|
2011-10-18 19:32:02 +00:00
|
|
|
\def\iiiint{\int\kern-6mu\int\kern-6mu\int\kern-6mu\int} esint|amsmath
|
2006-11-13 17:35:18 +00:00
|
|
|
\def\iiiintop{\int\kern-6mu\int\kern-6mu\int\kern-6mu\int} esint
|
|
|
|
\def\dotsint{\int\kern-3mu\cdots\kern-3mu\int} esint
|
|
|
|
\def\dotsintop{\int\kern-3mu\cdots\kern-3mu\int} esint
|
2010-01-07 19:27:45 +00:00
|
|
|
oint cmex 72 0 mathop ∮ esint
|
|
|
|
|
2010-01-07 21:29:05 +00:00
|
|
|
ointop cmex 72 0 mathop ∮ esint
|
|
|
|
oiint wasy 118 0 mathop ∯ esint
|
|
|
|
oiintop wasy 118 0 mathop ∯ esint
|
2006-11-13 17:35:18 +00:00
|
|
|
\def\sqint{\square\kern-17mu\int\kern6mu} esint
|
|
|
|
\def\sqintop{\square\kern-17mu\int\kern6mu} esint
|
|
|
|
\def\sqiint{\square\kern-20mu\iint\kern3mu} esint
|
|
|
|
\def\sqiintop{\square\kern-20mu\iint\kern3mu} esint
|
|
|
|
\def\ointctrclockwise{\circlearrowleft\kern-21mu\int\kern6mu} esint
|
|
|
|
\def\ointctrclockwiseop{\circlearrowleft\kern-21mu\int\kern6mu} esint
|
|
|
|
\def\ointclockwise{\circlearrowright\kern-21mu\int\kern6mu} esint
|
|
|
|
\def\ointclockwiseop{\circlearrowright\kern-21mu\int\kern6mu} esint
|
|
|
|
endif
|
|
|
|
|
2013-01-10 20:07:15 +00:00
|
|
|
varointclockwise esint 027 0 mathop ∲ esint
|
|
|
|
varointclockwiseop esint 027 0 mathop ∲ esint
|
|
|
|
varointctrclockwise esint 029 0 mathop ∳ esint
|
|
|
|
varointctrclockwiseop esint 029 0 mathop ∳ esint
|
2010-01-07 21:29:05 +00:00
|
|
|
fint esint 031 0 mathop ⨏ esint
|
|
|
|
fintop esint 031 0 mathop ⨏ esint
|
|
|
|
varoiint esint 033 0 mathop ∯ esint
|
|
|
|
varoiintop esint 033 0 mathop ∯ esint
|
2013-01-10 20:07:15 +00:00
|
|
|
landupint esint 035 0 mathop x esint
|
|
|
|
landupintop esint 035 0 mathop x esint
|
|
|
|
landdownint esint 037 0 mathop x esint
|
|
|
|
landdownintop esint 037 0 mathop x esint
|
2006-11-13 17:35:18 +00:00
|
|
|
|
|
|
|
|
|
|
|
# From the amsmath package:
|
2013-01-10 20:07:15 +00:00
|
|
|
\def\idotsint{\int\kern-3mu\cdots\kern-3mu\int} amsmath
|
2002-07-09 13:36:35 +00:00
|
|
|
|
|
|
|
|
2002-07-08 11:51:14 +00:00
|
|
|
log lyxblacktext 0 0 func x
|
|
|
|
lg lyxblacktext 0 0 func x
|
|
|
|
ln lyxblacktext 0 0 func x
|
|
|
|
lim lyxblacktext 0 0 funclim x
|
|
|
|
limsup lyxblacktext 0 0 funclim x
|
|
|
|
liminf lyxblacktext 0 0 funclim x
|
|
|
|
sin lyxblacktext 0 0 func x
|
|
|
|
arcsin lyxblacktext 0 0 func x
|
|
|
|
sinh lyxblacktext 0 0 func x
|
|
|
|
cos lyxblacktext 0 0 func x
|
|
|
|
arccos lyxblacktext 0 0 func x
|
|
|
|
cosh lyxblacktext 0 0 func x
|
|
|
|
tan lyxblacktext 0 0 func x
|
|
|
|
arctan lyxblacktext 0 0 func x
|
|
|
|
tanh lyxblacktext 0 0 func x
|
|
|
|
cot lyxblacktext 0 0 func x
|
|
|
|
coth lyxblacktext 0 0 func x
|
|
|
|
sec lyxblacktext 0 0 func x
|
|
|
|
csc lyxblacktext 0 0 func x
|
|
|
|
max lyxblacktext 0 0 funclim x
|
|
|
|
min lyxblacktext 0 0 funclim x
|
|
|
|
sup lyxblacktext 0 0 funclim x
|
|
|
|
inf lyxblacktext 0 0 funclim x
|
|
|
|
arg lyxblacktext 0 0 func x
|
|
|
|
ker lyxblacktext 0 0 func x
|
|
|
|
dim lyxblacktext 0 0 func x
|
|
|
|
hom lyxblacktext 0 0 func x
|
|
|
|
det lyxblacktext 0 0 funclim x
|
|
|
|
exp lyxblacktext 0 0 func x
|
|
|
|
Pr lyxblacktext 0 0 funclim x
|
|
|
|
gcd lyxblacktext 0 0 funclim x
|
|
|
|
deg lyxblacktext 0 0 func x
|
2011-12-31 15:42:42 +00:00
|
|
|
mod lyxblacktext 0 0 func x amsmath
|
2003-03-24 18:51:53 +00:00
|
|
|
bmod lyxblacktext 0 0 func x
|
2009-06-18 20:04:27 +00:00
|
|
|
pmod lyxblacktext 0 0 func x
|
2011-12-31 15:42:42 +00:00
|
|
|
pod lyxblacktext 0 0 func x amsmath
|
2002-07-08 11:51:14 +00:00
|
|
|
|
2002-07-12 15:32:07 +00:00
|
|
|
|
2011-12-18 17:50:43 +00:00
|
|
|
# mathtools.sty
|
2016-11-14 14:33:51 +00:00
|
|
|
vcentcolon cmr 58 58 mathrel : mathtools
|
|
|
|
ordinarycolon cmr 58 58 mathrel : mathtools
|
|
|
|
\def\dblcolon{\vcentcolon\mathrel{\kern-0.9mu}\vcentcolon} mathrel :: mathtools
|
|
|
|
\def\coloneqq{\vcentcolon\mathrel{\kern-1.2mu}=} mathrel ≔ mathtools
|
|
|
|
\def\Coloneqq{\dblcolon\mathrel{\kern-1.2mu}=} mathrel ::= mathtools
|
|
|
|
\def\coloneq{\vcentcolon\mathrel{\kern-1.2mu}\mathrel{-}} mathrel :- mathtools
|
|
|
|
\def\Coloneq{\dblcolon\mathrel{\kern-1.2mu}\mathrel{-}} mathrel ::- mathtools
|
|
|
|
\def\eqqcolon{=\mathrel{\kern-1.2mu}\vcentcolon} mathrel ≕ mathtools
|
|
|
|
\def\Eqqcolon{=\mathrel{\kern-1.2mu}\dblcolon} mathrel =:: mathtools
|
|
|
|
\def\eqcolon{\mathrel{-}\mathrel{\kern-1.2mu}\vcentcolon} mathrel -: mathtools
|
|
|
|
\def\Eqcolon{\mathrel{-}\mathrel{\kern-1.2mu}\dblcolon} mathrel -:: mathtools
|
|
|
|
\def\colonapprox{\vcentcolon\mathrel{\kern-1.2mu}\approx} mathrel :≈ mathtools
|
|
|
|
\def\Colonapprox{\dblcolon\mathrel{\kern-1.2mu}\approx} mathrel ::≈ mathtools
|
|
|
|
\def\colonsim{\vcentcolon\mathrel{\kern-1.2mu}\sim} mathrel :∼ mathtools
|
|
|
|
\def\Colonsim{\dblcolon\mathrel{\kern-1.2mu}\sim} mathrel ::∼ mathtools
|
2011-12-18 17:50:43 +00:00
|
|
|
|
2002-07-12 15:32:07 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# pre-defined macros
|
|
|
|
#
|
|
|
|
|
2016-07-04 19:49:55 +00:00
|
|
|
\def\leq{\le} mathrel ≤
|
|
|
|
\def\geq{\ge} mathrel ≥
|
2014-12-29 20:13:42 +00:00
|
|
|
\def\neq{\not=} mathrel ≠
|
|
|
|
\def\ne{\not=} mathrel ≠
|
2016-07-04 19:49:55 +00:00
|
|
|
\def\lnot{\neg} mathord ¬
|
2016-08-21 18:34:40 +00:00
|
|
|
\def\notin{\not\in} mathrel ∉
|
2002-10-17 13:15:25 +00:00
|
|
|
|
2016-11-14 14:33:51 +00:00
|
|
|
\def\joinrel{\mathrel{\kern-3mu}}
|
|
|
|
\def\relbar{\lyxbar}
|
|
|
|
\def\Relbar{\mathrel{=}}
|
2017-01-01 20:23:07 +00:00
|
|
|
\def\longleftrightarrow{\leftarrow\joinrel\rightarrow} mathrel ⟷
|
|
|
|
\def\Longleftrightarrow{\Leftarrow\joinrel\Rightarrow} mathrel ⟺
|
|
|
|
\def\iff{\Leftarrow\joinrel\Rightarrow} mathrel ⟺
|
|
|
|
\def\doteq{\stackrel{\cdot}{=}} mathrel ≐
|
2002-10-17 13:15:25 +00:00
|
|
|
|
|
|
|
iffont cmsy
|
2016-11-14 14:33:51 +00:00
|
|
|
\def\longrightarrow{\relbar\joinrel\rightarrow} mathrel ⟶
|
|
|
|
\def\longleftarrow{\leftarrow\joinrel\relbar} mathrel ⟵
|
|
|
|
\def\Longrightarrow{\Relbar\joinrel\Rightarrow} mathrel ⟹
|
|
|
|
\def\Longleftarrow{\Leftarrow\joinrel\Relbar} mathrel ⟸
|
2016-08-21 18:34:40 +00:00
|
|
|
\def\implies{\Longrightarrow} mathrel ⟹ amsmath
|
|
|
|
\def\impliedby{\Longleftarrow} mathrel ⟸ amsmath
|
2017-01-20 09:32:40 +00:00
|
|
|
\def\mapsto{\mapstochar\rightarrow} mathrel ↤
|
2016-11-14 14:33:51 +00:00
|
|
|
\def\longmapsto{\mapstochar\joinrel\relbar\joinrel\rightarrow} mathrel ⟻
|
|
|
|
\def\models{\mathrel{\vert}\joinrel\Relbar} mathrel ⊨
|
2013-01-08 18:47:46 +00:00
|
|
|
else
|
2016-08-21 18:34:40 +00:00
|
|
|
\def\implies{=>} mathrel ⟹ amsmath
|
|
|
|
\def\impliedby{<=} mathrel ⟸ amsmath
|
2002-10-21 13:38:02 +00:00
|
|
|
endif
|
2002-10-17 13:15:25 +00:00
|
|
|
iffont cmm
|
2016-11-14 14:33:51 +00:00
|
|
|
\def\hookrightarrow{\lhook\joinrel\rightarrow} mathrel ↪
|
|
|
|
\def\hookleftarrow{\leftarrow\joinrel\rhook} mathrel ↩
|
|
|
|
\def\bowtie{\mathrel\triangleright\joinrel\mathrel\triangleleft} mathrel ⋈
|
2002-10-21 13:38:02 +00:00
|
|
|
endif
|
2002-10-17 13:15:25 +00:00
|
|
|
iffont msa
|
2016-11-14 14:33:51 +00:00
|
|
|
\def\dashrightarrow{\mathrel{\lyxdabar\lyxdabar\lyxright}} mathrel ⤏ amssymb
|
|
|
|
\def\dashleftarrow{\mathrel{\lyxleft\lyxdabar\lyxdabar}} mathrel ⤎ amssymb
|
2013-01-10 20:07:15 +00:00
|
|
|
else
|
2016-08-21 18:34:40 +00:00
|
|
|
\def\dashrightarrow{- - \rightarrow} mathrel ⤏ amssymb
|
|
|
|
\def\dashleftarrow{\leftarrow{} - -} mathrel ⤎ amssymb
|
2002-10-21 13:38:02 +00:00
|
|
|
endif
|
2016-08-21 18:34:40 +00:00
|
|
|
\def\dasharrow{\dashrightarrow} mathrel ⤏ amssymb
|
2002-10-17 13:15:25 +00:00
|
|
|
iffont msb
|
2017-01-01 20:23:07 +00:00
|
|
|
\def\Join{\mathrel{\ltimes\kern-13.5mu\rtimes}} mathrel ⨝ amssymb
|
2013-01-10 20:07:15 +00:00
|
|
|
else
|
2017-01-01 20:23:07 +00:00
|
|
|
\def\Join{|x|} mathrel ⨝ amssymb
|
2002-10-21 13:38:02 +00:00
|
|
|
endif
|
2017-01-01 20:23:07 +00:00
|
|
|
\def\AA{\AA}{\text{Å}} textmode Å amstext,lyxmathsym
|
|
|
|
\def\O{\O}{\text{Ø}} textmode Ø amstext,lyxmathsym
|
2002-07-31 13:08:48 +00:00
|
|
|
|
2003-01-15 19:07:00 +00:00
|
|
|
iffont cmsy
|
|
|
|
# The \sim is placed too high...
|
2016-11-14 14:33:51 +00:00
|
|
|
\def\cong{\stackrel{\sim}{=}} mathrel ≅
|
2010-01-07 21:29:05 +00:00
|
|
|
lyxsurd cmsy 112 0 mathord √
|
2016-08-21 18:34:40 +00:00
|
|
|
\def\surd{^\lyxsurd} mathord √
|
2017-01-01 20:23:07 +00:00
|
|
|
\def\textdegree{\text{°}} textmode ° textcomp,amstext,lyxmathsym
|
2003-01-15 19:07:00 +00:00
|
|
|
else
|
2014-06-07 08:50:11 +00:00
|
|
|
# FIXME: These don't work on OS X, since the Symbol font uses a different
|
|
|
|
# encoding and is therefore disabled in FontLoader::available().
|
2010-01-07 19:27:45 +00:00
|
|
|
cong lyxsymbol 64 0 mathrel ≅
|
|
|
|
surd lyxsymbol 214 0 mathord √
|
2016-09-10 16:32:44 +00:00
|
|
|
textdegree lyxsymbol 176 0 mathord ° textcomp,amstext,lyxmathsym
|
2003-01-15 19:07:00 +00:00
|
|
|
endif
|
2003-10-13 09:50:10 +00:00
|
|
|
|
2002-07-12 15:32:07 +00:00
|
|
|
#"{\hat{}}
|
|
|
|
|
2007-06-22 21:25:41 +00:00
|
|
|
|