[d5ccbe9] | 1 | %% |
---|
| 2 | %% This is file `stix.sty', |
---|
| 3 | %% generated with the docstrip utility. |
---|
| 4 | %% |
---|
| 5 | %% The original source files were: |
---|
| 6 | %% |
---|
| 7 | %% stix.dtx (with options: `package') |
---|
| 8 | %% |
---|
| 9 | %% Copyright (c) 2001-2013 by the STI Pub Companies, consisting of the |
---|
| 10 | %% American Chemical Society, the American Institute of Physics, the American |
---|
| 11 | %% Mathematical Society, the American Physical Society, Elsevier, Inc., and |
---|
| 12 | %% The Institute of Electrical and Electronic Engineers, Inc. Portions |
---|
| 13 | %% copyright (c) 1998-2003 by MicroPress, Inc. Portions copyright (c) 1990 by |
---|
| 14 | %% Elsevier, Inc. All rights reserved. |
---|
| 15 | %% |
---|
| 16 | %% This work may be distributed and/or modified under the conditions of the LaTeX |
---|
| 17 | %% Project Public License, either version 1.3 of this license or (at your option) |
---|
| 18 | %% any later version. The latest version of this license is in |
---|
| 19 | %% http://www.latex-project.org/lppl.txt |
---|
| 20 | %% and version 1.3 or later is part of all distributions of LaTeX version |
---|
| 21 | %% 2005/12/01 or later. |
---|
| 22 | %% |
---|
| 23 | %% This work has the LPPL maintenance status `maintained'. |
---|
| 24 | %% |
---|
| 25 | %% The Current Maintainer of this work is the STI Pub Companies. |
---|
| 26 | %% |
---|
| 27 | %% This work consists of the files stix.dtx and and the derived file stix.sty. |
---|
| 28 | %% |
---|
| 29 | \NeedsTeXFormat{LaTeX2e}[1999/12/01] |
---|
| 30 | \ProvidesPackage{stix} |
---|
| 31 | [2015/04/17 v1.1.2-latex STIX fonts support package] |
---|
| 32 | \newif\ifstix@text \stix@texttrue |
---|
| 33 | \newif\ifstix@math \stix@mathtrue |
---|
| 34 | \newif\ifstix@tenc \stix@tenctrue |
---|
| 35 | \newif\ifstix@senc \stix@senctrue |
---|
| 36 | \newif\ifstix@upint \stix@upintfalse |
---|
| 37 | \let\stix@lcgc\mathord |
---|
| 38 | \DeclareOption{notext} {\stix@textfalse} |
---|
| 39 | \DeclareOption{nomath} {\stix@mathfalse} |
---|
| 40 | \DeclareOption{not1} {\stix@tencfalse} |
---|
| 41 | \DeclareOption{notextcomp} {\stix@sencfalse} |
---|
| 42 | \DeclareOption{lcgreekalpha}{\let\stix@lcgc\mathalpha} |
---|
| 43 | \DeclareOption{upint} {\stix@upinttrue} |
---|
| 44 | \ProcessOptions\relax |
---|
| 45 | \ifstix@text |
---|
| 46 | \ifstix@tenc |
---|
| 47 | \def\encodingdefault{T1} |
---|
| 48 | \fi |
---|
| 49 | \ifstix@senc |
---|
| 50 | \RequirePackage[full]{textcomp} |
---|
| 51 | \UndeclareTextCommand{\textpertenthousand}{T1} |
---|
| 52 | \DeclareTextSymbolDefault{\textpertenthousand}{TS1} |
---|
| 53 | \fi |
---|
| 54 | |
---|
| 55 | \renewcommand{\rmdefault}{stix} |
---|
| 56 | \fi |
---|
| 57 | \ifstix@math |
---|
| 58 | \def\stix@undefine#1{% |
---|
| 59 | \if\relax\noexpand#1\let#1=\@undefined\fi} |
---|
| 60 | \def\stix@MathSymbol#1#2#3#4{% |
---|
| 61 | \stix@undefine#1% |
---|
| 62 | \DeclareMathSymbol{#1}{#2}{#3}{#4}} |
---|
| 63 | \def\stix@MathDelimiter#1#2#3#4#5#6{% |
---|
| 64 | \stix@undefine#1% |
---|
| 65 | \DeclareMathDelimiter{#1}{#2}{#3}{#4}{#5}{#6}} |
---|
| 66 | \def\stix@MathAccent#1#2#3#4{% |
---|
| 67 | \stix@undefine#1% |
---|
| 68 | \DeclareMathAccent{#1}{#2}{#3}{#4}} |
---|
| 69 | \def\stix@MathRadical#1#2#3#4{% |
---|
| 70 | \stix@undefine#1% |
---|
| 71 | \DeclareMathRadical{#1}{#2}{#3}{#4}} |
---|
| 72 | \DeclareFontEncoding{LS1}{}{} |
---|
| 73 | \DeclareFontEncoding{LS2}{}{\noaccents@} |
---|
| 74 | \DeclareFontSubstitution{LS1}{stix}{m}{n} |
---|
| 75 | \DeclareFontSubstitution{LS2}{stix}{m}{n} |
---|
| 76 | \DeclareSymbolFont{letters} {LS1}{stix} {m}{it} |
---|
| 77 | \DeclareSymbolFont{operators} {LS1}{stix} {m} {n} |
---|
| 78 | \DeclareSymbolFont{bold-operators}{LS1}{stix} {b} {n} |
---|
| 79 | \DeclareSymbolFont{symbols} {LS1}{stixscr} {m} {n} |
---|
| 80 | \DeclareSymbolFont{symbols2} {LS1}{stixfrak} {m} {n} |
---|
| 81 | \DeclareSymbolFont{symbols3} {LS1}{stixbb} {m} {n} |
---|
| 82 | \DeclareSymbolFont{symbols4} {LS1}{stixbb} {m}{it} |
---|
| 83 | \DeclareSymbolFont{integrals} {LS2}{stixcal} {m} {n} |
---|
| 84 | \DeclareSymbolFont{largesymbols} {LS2}{stixex} {m} {n} |
---|
| 85 | \DeclareSymbolFont{arrows1} {LS1}{stixsf} {m} {n} |
---|
| 86 | \DeclareSymbolFont{arrows2} {LS1}{stixsf} {m}{it} |
---|
| 87 | \DeclareSymbolFont{arrows3} {LS2}{stixtt} {m} {n} |
---|
| 88 | \SetSymbolFont{letters} {bold}{LS1}{stix} {b}{it} |
---|
| 89 | \SetSymbolFont{operators} {bold}{LS1}{stix} {b} {n} |
---|
| 90 | \SetSymbolFont{symbols} {bold}{LS1}{stixscr} {b} {n} |
---|
| 91 | \SetSymbolFont{symbols2} {bold}{LS1}{stixfrak} {b}{n} |
---|
| 92 | \SetSymbolFont{symbols3} {bold}{LS1}{stixbb} {b} {n} |
---|
| 93 | \SetSymbolFont{symbols4} {bold}{LS1}{stixbb} {b}{it} |
---|
| 94 | \SetSymbolFont{integrals} {bold}{LS2}{stixcal} {b} {n} |
---|
| 95 | \SetSymbolFont{largesymbols}{bold}{LS2}{stixex} {b} {n} |
---|
| 96 | \SetSymbolFont{arrows1} {bold}{LS1}{stixsf} {b} {n} |
---|
| 97 | \SetSymbolFont{arrows2} {bold}{LS1}{stixsf} {b}{it} |
---|
| 98 | \SetSymbolFont{arrows3} {bold}{LS2}{stixtt} {b} {n} |
---|
| 99 | \DeclareSymbolFontAlphabet{\mathit} {letters} |
---|
| 100 | \DeclareSymbolFontAlphabet{\mathrm} {operators} |
---|
| 101 | \DeclareSymbolFontAlphabet{\mathscr} {symbols} |
---|
| 102 | \DeclareSymbolFontAlphabet{\mathfrak}{symbols2} |
---|
| 103 | \DeclareSymbolFontAlphabet{\mathbb} {symbols3} |
---|
| 104 | \DeclareSymbolFontAlphabet{\mathbbit}{symbols4} |
---|
| 105 | \DeclareSymbolFontAlphabet{\mathcal} {integrals} |
---|
| 106 | \DeclareSymbolFontAlphabet{\mathsf} {arrows1} |
---|
| 107 | \DeclareSymbolFontAlphabet{\mathsfit}{arrows2} |
---|
| 108 | \DeclareSymbolFontAlphabet{\mathtt} {arrows3} |
---|
| 109 | \DeclareSymbolFontAlphabet{\mathbf} {bold-operators} |
---|
| 110 | \DeclareMathAlphabet{\mathbfit} {LS1}{stix} {b}{it} |
---|
| 111 | \DeclareMathAlphabet{\mathbfsf} {LS1}{stixsf} {b} {n} |
---|
| 112 | \DeclareMathAlphabet{\mathbfsfit} {LS1}{stixsf} {b}{it} |
---|
| 113 | \DeclareMathAlphabet{\mathbfbb} {LS1}{stixbb} {b} {n} |
---|
| 114 | \DeclareMathAlphabet{\mathbfbbit} {LS1}{stixbb} {b}{it} |
---|
| 115 | \DeclareMathAlphabet{\mathbfscr} {LS1}{stixscr} {b} {n} |
---|
| 116 | \DeclareMathAlphabet{\mathbffrak} {LS1}{stixfrak} {b} {n} |
---|
| 117 | \stix@MathSymbol{\Gamma} {\mathalpha}{operators}{"00} |
---|
| 118 | \stix@MathSymbol{\Delta} {\mathalpha}{operators}{"01} |
---|
| 119 | \stix@MathSymbol{\Theta} {\mathalpha}{operators}{"02} |
---|
| 120 | \stix@MathSymbol{\Lambda} {\mathalpha}{operators}{"03} |
---|
| 121 | \stix@MathSymbol{\Xi} {\mathalpha}{operators}{"04} |
---|
| 122 | \stix@MathSymbol{\Pi} {\mathalpha}{operators}{"05} |
---|
| 123 | \stix@MathSymbol{\Sigma} {\mathalpha}{operators}{"06} |
---|
| 124 | \stix@MathSymbol{\Upsilon} {\mathalpha}{operators}{"07} |
---|
| 125 | \stix@MathSymbol{\Phi} {\mathalpha}{operators}{"08} |
---|
| 126 | \stix@MathSymbol{\Psi} {\mathalpha}{operators}{"09} |
---|
| 127 | \stix@MathSymbol{\Omega} {\mathalpha}{operators}{"0A} |
---|
| 128 | \stix@MathSymbol{\alpha} {\stix@lcgc}{letters}{"0B} |
---|
| 129 | \stix@MathSymbol{\beta} {\stix@lcgc}{letters}{"0C} |
---|
| 130 | \stix@MathSymbol{\gamma} {\stix@lcgc}{letters}{"0D} |
---|
| 131 | \stix@MathSymbol{\delta} {\stix@lcgc}{letters}{"0E} |
---|
| 132 | \stix@MathSymbol{\epsilon} {\stix@lcgc}{letters}{"0F} |
---|
| 133 | \stix@MathSymbol{\zeta} {\stix@lcgc}{letters}{"10} |
---|
| 134 | \stix@MathSymbol{\eta} {\stix@lcgc}{letters}{"11} |
---|
| 135 | \stix@MathSymbol{\theta} {\stix@lcgc}{letters}{"12} |
---|
| 136 | \stix@MathSymbol{\iota} {\stix@lcgc}{letters}{"13} |
---|
| 137 | \stix@MathSymbol{\kappa} {\stix@lcgc}{letters}{"14} |
---|
| 138 | \stix@MathSymbol{\lambda} {\stix@lcgc}{letters}{"15} |
---|
| 139 | \stix@MathSymbol{\mu} {\stix@lcgc}{letters}{"16} |
---|
| 140 | \stix@MathSymbol{\nu} {\stix@lcgc}{letters}{"17} |
---|
| 141 | \stix@MathSymbol{\xi} {\stix@lcgc}{letters}{"18} |
---|
| 142 | \stix@MathSymbol{\pi} {\stix@lcgc}{letters}{"19} |
---|
| 143 | \stix@MathSymbol{\rho} {\stix@lcgc}{letters}{"1A} |
---|
| 144 | \stix@MathSymbol{\sigma} {\stix@lcgc}{letters}{"1B} |
---|
| 145 | \stix@MathSymbol{\tau} {\stix@lcgc}{letters}{"1C} |
---|
| 146 | \stix@MathSymbol{\upsilon} {\stix@lcgc}{letters}{"1D} |
---|
| 147 | \stix@MathSymbol{\phi} {\stix@lcgc}{letters}{"1E} |
---|
| 148 | \stix@MathSymbol{\chi} {\stix@lcgc}{letters}{"1F} |
---|
| 149 | \stix@MathSymbol{\psi} {\stix@lcgc}{letters}{"20} |
---|
| 150 | \stix@MathSymbol{\omega} {\stix@lcgc}{letters}{"21} |
---|
| 151 | \stix@MathSymbol{\varepsilon}{\stix@lcgc}{letters}{"22} |
---|
| 152 | \stix@MathSymbol{\vartheta} {\stix@lcgc}{letters}{"23} |
---|
| 153 | \stix@MathSymbol{\varpi} {\stix@lcgc}{letters}{"24} |
---|
| 154 | \stix@MathSymbol{\varrho} {\stix@lcgc}{letters}{"25} |
---|
| 155 | \stix@MathSymbol{\varsigma} {\stix@lcgc}{letters}{"26} |
---|
| 156 | \stix@MathSymbol{\varphi} {\stix@lcgc}{letters}{"27} |
---|
| 157 | \stix@MathSymbol{\nabla} {\stix@lcgc}{operators}{"28} |
---|
| 158 | \stix@MathSymbol{\partial} {\stix@lcgc}{letters}{"29} |
---|
| 159 | \stix@MathSymbol{0} {\mathalpha}{operators}{`0} |
---|
| 160 | \stix@MathSymbol{1} {\mathalpha}{operators}{`1} |
---|
| 161 | \stix@MathSymbol{2} {\mathalpha}{operators}{`2} |
---|
| 162 | \stix@MathSymbol{3} {\mathalpha}{operators}{`3} |
---|
| 163 | \stix@MathSymbol{4} {\mathalpha}{operators}{`4} |
---|
| 164 | \stix@MathSymbol{5} {\mathalpha}{operators}{`5} |
---|
| 165 | \stix@MathSymbol{6} {\mathalpha}{operators}{`6} |
---|
| 166 | \stix@MathSymbol{7} {\mathalpha}{operators}{`7} |
---|
| 167 | \stix@MathSymbol{8} {\mathalpha}{operators}{`8} |
---|
| 168 | \stix@MathSymbol{9} {\mathalpha}{operators}{`9} |
---|
| 169 | \stix@MathSymbol{A} {\mathalpha}{letters} {`A} |
---|
| 170 | \stix@MathSymbol{B} {\mathalpha}{letters} {`B} |
---|
| 171 | \stix@MathSymbol{C} {\mathalpha}{letters} {`C} |
---|
| 172 | \stix@MathSymbol{D} {\mathalpha}{letters} {`D} |
---|
| 173 | \stix@MathSymbol{E} {\mathalpha}{letters} {`E} |
---|
| 174 | \stix@MathSymbol{F} {\mathalpha}{letters} {`F} |
---|
| 175 | \stix@MathSymbol{G} {\mathalpha}{letters} {`G} |
---|
| 176 | \stix@MathSymbol{H} {\mathalpha}{letters} {`H} |
---|
| 177 | \stix@MathSymbol{I} {\mathalpha}{letters} {`I} |
---|
| 178 | \stix@MathSymbol{J} {\mathalpha}{letters} {`J} |
---|
| 179 | \stix@MathSymbol{K} {\mathalpha}{letters} {`K} |
---|
| 180 | \stix@MathSymbol{L} {\mathalpha}{letters} {`L} |
---|
| 181 | \stix@MathSymbol{M} {\mathalpha}{letters} {`M} |
---|
| 182 | \stix@MathSymbol{N} {\mathalpha}{letters} {`N} |
---|
| 183 | \stix@MathSymbol{O} {\mathalpha}{letters} {`O} |
---|
| 184 | \stix@MathSymbol{P} {\mathalpha}{letters} {`P} |
---|
| 185 | \stix@MathSymbol{Q} {\mathalpha}{letters} {`Q} |
---|
| 186 | \stix@MathSymbol{R} {\mathalpha}{letters} {`R} |
---|
| 187 | \stix@MathSymbol{S} {\mathalpha}{letters} {`S} |
---|
| 188 | \stix@MathSymbol{T} {\mathalpha}{letters} {`T} |
---|
| 189 | \stix@MathSymbol{U} {\mathalpha}{letters} {`U} |
---|
| 190 | \stix@MathSymbol{V} {\mathalpha}{letters} {`V} |
---|
| 191 | \stix@MathSymbol{W} {\mathalpha}{letters} {`W} |
---|
| 192 | \stix@MathSymbol{X} {\mathalpha}{letters} {`X} |
---|
| 193 | \stix@MathSymbol{Y} {\mathalpha}{letters} {`Y} |
---|
| 194 | \stix@MathSymbol{Z} {\mathalpha}{letters} {`Z} |
---|
| 195 | \stix@MathSymbol{a} {\mathalpha}{letters} {`a} |
---|
| 196 | \stix@MathSymbol{b} {\mathalpha}{letters} {`b} |
---|
| 197 | \stix@MathSymbol{c} {\mathalpha}{letters} {`c} |
---|
| 198 | \stix@MathSymbol{d} {\mathalpha}{letters} {`d} |
---|
| 199 | \stix@MathSymbol{e} {\mathalpha}{letters} {`e} |
---|
| 200 | \stix@MathSymbol{f} {\mathalpha}{letters} {`f} |
---|
| 201 | \stix@MathSymbol{g} {\mathalpha}{letters} {`g} |
---|
| 202 | \stix@MathSymbol{h} {\mathalpha}{letters} {`h} |
---|
| 203 | \stix@MathSymbol{i} {\mathalpha}{letters} {`i} |
---|
| 204 | \stix@MathSymbol{j} {\mathalpha}{letters} {`j} |
---|
| 205 | \stix@MathSymbol{k} {\mathalpha}{letters} {`k} |
---|
| 206 | \stix@MathSymbol{l} {\mathalpha}{letters} {`l} |
---|
| 207 | \stix@MathSymbol{m} {\mathalpha}{letters} {`m} |
---|
| 208 | \stix@MathSymbol{n} {\mathalpha}{letters} {`n} |
---|
| 209 | \stix@MathSymbol{o} {\mathalpha}{letters} {`o} |
---|
| 210 | \stix@MathSymbol{p} {\mathalpha}{letters} {`p} |
---|
| 211 | \stix@MathSymbol{q} {\mathalpha}{letters} {`q} |
---|
| 212 | \stix@MathSymbol{r} {\mathalpha}{letters} {`r} |
---|
| 213 | \stix@MathSymbol{s} {\mathalpha}{letters} {`s} |
---|
| 214 | \stix@MathSymbol{t} {\mathalpha}{letters} {`t} |
---|
| 215 | \stix@MathSymbol{u} {\mathalpha}{letters} {`u} |
---|
| 216 | \stix@MathSymbol{v} {\mathalpha}{letters} {`v} |
---|
| 217 | \stix@MathSymbol{w} {\mathalpha}{letters} {`w} |
---|
| 218 | \stix@MathSymbol{x} {\mathalpha}{letters} {`x} |
---|
| 219 | \stix@MathSymbol{y} {\mathalpha}{letters} {`y} |
---|
| 220 | \stix@MathSymbol{z} {\mathalpha}{letters} {`z} |
---|
| 221 | \stix@MathSymbol{\imath}{\mathalpha}{letters} {"7B} |
---|
| 222 | \stix@MathSymbol{\jmath}{\mathalpha}{letters} {"7C} |
---|
| 223 | \stix@MathSymbol{\aleph} {\mathord}{letters}{"2A} |
---|
| 224 | \stix@MathSymbol{\beth} {\mathord}{letters}{"2B} |
---|
| 225 | \stix@MathSymbol{\gimel} {\mathord}{letters}{"2C} |
---|
| 226 | \stix@MathSymbol{\daleth}{\mathord}{letters}{"2D} |
---|
| 227 | \stix@MathSymbol{\hbar} {\mathord}{letters}{"60} |
---|
| 228 | \stix@MathSymbol{\hslash}{\mathord}{letters}{"3D} |
---|
| 229 | \stix@MathSymbol{\ell} {\mathord} {symbols}{`l} |
---|
| 230 | \stix@MathSymbol{\wp} {\mathord} {symbols}{"7D} |
---|
| 231 | \stix@MathSymbol{\Re} {\mathord} {symbols2}{`R} |
---|
| 232 | \stix@MathSymbol{\Im} {\mathord} {symbols2}{`I} |
---|
| 233 | \stix@MathSymbol{-} {\mathbin} {operators}{"2A} |
---|
| 234 | \stix@MathSymbol{+} {\mathbin} {operators}{`+} |
---|
| 235 | \stix@MathSymbol{\pm} {\mathbin} {operators}{"2C} |
---|
| 236 | \stix@MathSymbol{\mp} {\mathbin} {operators}{"2D} |
---|
| 237 | \stix@MathSymbol{:} {\mathrel} {operators}{`:} |
---|
| 238 | \stix@MathSymbol{;} {\mathpunct}{operators}{`;} |
---|
| 239 | \stix@MathSymbol{*} {\mathrel} {operators}{"3C} |
---|
| 240 | \stix@MathSymbol{\ast} {\mathrel} {operators}{"3C} |
---|
| 241 | \stix@MathSymbol{=} {\mathrel} {operators}{`=} |
---|
| 242 | \stix@MathSymbol{\mathdollar}{\mathord} {operators}{"3E} |
---|
| 243 | \stix@MathSymbol{?} {\mathclose}{operators}{`?} |
---|
| 244 | \stix@MathSymbol{!} {\mathclose}{operators}{"40} |
---|
| 245 | \stix@MathSymbol{#} {\mathord} {operators}{"7D} |
---|
| 246 | \mathcode`\%="007E % can't use \stix@MathSymbol |
---|
| 247 | \stix@MathSymbol{&} {\mathord} {operators}{"99} |
---|
| 248 | \stix@MathSymbol{@} {\mathord} {operators}{"9A} |
---|
| 249 | \stix@MathSymbol{.} {\mathord} {letters} {"3A} |
---|
| 250 | \stix@MathSymbol{\ldotp} {\mathpunct}{letters} {"3A} |
---|
| 251 | \stix@MathSymbol{,} {\mathpunct}{letters} {"3B} |
---|
| 252 | \stix@MathSymbol{\star} {\mathbin} {letters} {"3F} |
---|
| 253 | \stix@MathSymbol{\flat} {\mathord} {letters} {"5B} |
---|
| 254 | \stix@MathSymbol{\natural} {\mathord} {letters} {"5C} |
---|
| 255 | \stix@MathSymbol{\sharp} {\mathord} {letters} {"5D} |
---|
| 256 | \stix@MathSymbol{\smile} {\mathrel} {letters} {"5E} |
---|
| 257 | \stix@MathSymbol{\frown} {\mathrel} {letters} {"5F} |
---|
| 258 | \stix@MathSymbol{\triangleright} {\mathbin}{letters}{"2E} |
---|
| 259 | \stix@MathSymbol{\triangleleft} {\mathbin}{letters}{"2F} |
---|
| 260 | \@ifpackageloaded{amsmath}{}{ |
---|
| 261 | \stix@MathSymbol{\colon} {\mathpunct}{operators}{`:} |
---|
| 262 | } |
---|
| 263 | \stix@MathDelimiter{(} {\mathopen} {operators} {"2E}{largesymbols}{"00} |
---|
| 264 | \stix@MathDelimiter{)} {\mathclose}{operators} {"2F}{largesymbols}{"01} |
---|
| 265 | \stix@MathDelimiter{\lParen} {\mathopen} {largesymbols}{"DE}{largesymbols}{"02} |
---|
| 266 | \stix@MathDelimiter{\rParen} {\mathclose}{largesymbols}{"DF}{largesymbols}{"03} |
---|
| 267 | \stix@MathDelimiter{[} {\mathopen} {operators} {"5B}{largesymbols}{"04} |
---|
| 268 | \stix@MathDelimiter{]} {\mathclose}{operators} {"5D}{largesymbols}{"05} |
---|
| 269 | \stix@MathDelimiter{\lBrack} {\mathopen} {largesymbols}{"E0}{largesymbols}{"06} |
---|
| 270 | \stix@MathDelimiter{\rBrack} {\mathclose}{largesymbols}{"E1}{largesymbols}{"07} |
---|
| 271 | \stix@MathDelimiter{\lfloor} {\mathopen} {largesymbols}{"E2}{largesymbols}{"08} |
---|
| 272 | \stix@MathDelimiter{\rfloor} {\mathclose}{largesymbols}{"E3}{largesymbols}{"09} |
---|
| 273 | \stix@MathDelimiter{\lceil} {\mathopen} {largesymbols}{"E4}{largesymbols}{"0A} |
---|
| 274 | \stix@MathDelimiter{\rceil} {\mathclose}{largesymbols}{"E5}{largesymbols}{"0B} |
---|
| 275 | \stix@MathDelimiter{\lmoustache}{\mathopen} {largesymbols}{"E6}{largesymbols}{"EC} |
---|
| 276 | \stix@MathDelimiter{\rmoustache}{\mathclose}{largesymbols}{"E7}{largesymbols}{"ED} |
---|
| 277 | \stix@MathDelimiter{\lbrace} {\mathopen} {operators} {"5E}{largesymbols}{"0C} |
---|
| 278 | \stix@MathDelimiter{\rbrace} {\mathclose}{operators} {"60}{largesymbols}{"0D} |
---|
| 279 | \stix@MathDelimiter{\lBrace} {\mathopen} {largesymbols}{"E8}{largesymbols}{"0E} |
---|
| 280 | \stix@MathDelimiter{\rBrace} {\mathclose}{largesymbols}{"E9}{largesymbols}{"0F} |
---|
| 281 | \stix@MathDelimiter{\langle} {\mathopen} {largesymbols}{"EA}{largesymbols}{"10} |
---|
| 282 | \stix@MathDelimiter{\rangle} {\mathclose}{largesymbols}{"EB}{largesymbols}{"11} |
---|
| 283 | \stix@MathDelimiter{<} {\mathopen} {largesymbols}{"EA}{largesymbols}{"10} |
---|
| 284 | \stix@MathDelimiter{>} {\mathclose}{largesymbols}{"EB}{largesymbols}{"11} |
---|
| 285 | \stix@MathSymbol {<} {\mathrel} {letters}{"3C} |
---|
| 286 | \stix@MathSymbol {>} {\mathrel} {letters}{"3E} |
---|
| 287 | \stix@MathDelimiter{\lAngle} {\mathopen} {largesymbols}{"EC}{largesymbols}{"12} |
---|
| 288 | \stix@MathDelimiter{\rAngle} {\mathclose}{largesymbols}{"ED}{largesymbols}{"13} |
---|
| 289 | \stix@MathDelimiter{\lbrbrak} {\mathopen} {largesymbols}{"EE}{largesymbols}{"14} |
---|
| 290 | \stix@MathDelimiter{\rbrbrak} {\mathclose}{largesymbols}{"EF}{largesymbols}{"15} |
---|
| 291 | \stix@MathDelimiter{/} {\mathord} {operators} {"5F}{largesymbols}{"16} |
---|
| 292 | \stix@MathDelimiter{\backslash} {\mathord} {operators} {"5C}{largesymbols}{"17} |
---|
| 293 | \expandafter\DeclareMathDelimiter\@backslashchar{\mathord}{operators}{"5C}{largesymbols}{"17} |
---|
| 294 | \stix@MathDelimiter{\lgroup} {\mathopen} {largesymbols}{"DC}{largesymbols}{"6A} |
---|
| 295 | \stix@MathDelimiter{\rgroup} {\mathclose}{largesymbols}{"DD}{largesymbols}{"6B} |
---|
| 296 | \stix@MathDelimiter{\bracevert} {\mathord} {largesymbols}{"6E}{largesymbols}{"6E} |
---|
| 297 | \stix@MathDelimiter{|} {\mathord} {largesymbols}{"F0}{largesymbols}{"F3} |
---|
| 298 | \stix@MathDelimiter{\vert} {\mathord} {largesymbols}{"F0}{largesymbols}{"F3} |
---|
| 299 | \stix@MathDelimiter{\Vert} {\mathord} {largesymbols}{"F1}{largesymbols}{"F4} |
---|
| 300 | \let\|=\Vert |
---|
| 301 | \stix@MathDelimiter{\Vvert} {\mathord} {largesymbols}{"F2}{largesymbols}{"F5} |
---|
| 302 | \@ifpackageloaded{amsmath}{ |
---|
| 303 | \stix@MathDelimiter{\lvert} {\mathopen} {largesymbols}{"F0}{largesymbols}{"F3} |
---|
| 304 | \stix@MathDelimiter{\rvert} {\mathclose} {largesymbols}{"F0}{largesymbols}{"F3} |
---|
| 305 | \stix@MathDelimiter{\lVert} {\mathopen} {largesymbols}{"F1}{largesymbols}{"F4} |
---|
| 306 | \stix@MathDelimiter{\rVert} {\mathclose} {largesymbols}{"F1}{largesymbols}{"F4} |
---|
| 307 | }{} |
---|
| 308 | \stix@MathDelimiter{\uparrow} {\mathrel}{arrows1}{"7E}{arrows1}{"7E} |
---|
| 309 | \stix@MathDelimiter{\downarrow} {\mathrel}{arrows1}{"9A}{arrows1}{"9A} |
---|
| 310 | \stix@MathDelimiter{\updownarrow}{\mathrel}{arrows1}{"9C}{arrows1}{"9C} |
---|
| 311 | \stix@MathDelimiter{\Uparrow} {\mathrel}{arrows1}{"D8}{arrows1}{"D8} |
---|
| 312 | \stix@MathDelimiter{\Downarrow} {\mathrel}{arrows1}{"DA}{arrows1}{"DA} |
---|
| 313 | \stix@MathDelimiter{\Updownarrow}{\mathrel}{arrows1}{"DC}{arrows1}{"DC} |
---|
| 314 | \stix@MathDelimiter{\UUparrow} {\mathrel}{arrows1}{"FE}{arrows1}{"FE} |
---|
| 315 | \stix@MathDelimiter{\DDownarrow} {\mathrel}{arrows1}{"FF}{arrows1}{"FF} |
---|
| 316 | \stix@MathDelimiter{\Uuparrow} {\mathrel}{arrows1}{"5F}{arrows1}{"5F} |
---|
| 317 | \stix@MathDelimiter{\Ddownarrow} {\mathrel}{arrows1}{"60}{arrows1}{"60} |
---|
| 318 | \stix@MathDelimiter{\arrowvert} {\mathrel}{arrows1}{"3C}{arrows1}{"3C} |
---|
| 319 | \stix@MathDelimiter{\Arrowvert} {\mathrel}{arrows1}{"3D}{arrows1}{"3D} |
---|
| 320 | \stix@MathRadical{\sqrtsign} {largesymbols}{"F9}{largesymbols}{"74} |
---|
| 321 | \stix@MathRadical{\longdivision}{largesymbols}{"FA}{largesymbols}{"FA} |
---|
| 322 | \def\surd{{\mathchar"13F9}} |
---|
| 323 | \stix@MathSymbol{\smallintsl} {\mathop}{integrals}{"00} |
---|
| 324 | \stix@MathSymbol{\smalliintsl} {\mathop}{integrals}{"01} |
---|
| 325 | \stix@MathSymbol{\smalliiintsl} {\mathop}{integrals}{"02} |
---|
| 326 | \stix@MathSymbol{\smallointsl} {\mathop}{integrals}{"03} |
---|
| 327 | \stix@MathSymbol{\smalloiintsl} {\mathop}{integrals}{"04} |
---|
| 328 | \stix@MathSymbol{\smalloiiintsl} {\mathop}{integrals}{"05} |
---|
| 329 | \stix@MathSymbol{\smallintclockwisesl} {\mathop}{integrals}{"06} |
---|
| 330 | \stix@MathSymbol{\smallvarointclockwisesl}{\mathop}{integrals}{"07} |
---|
| 331 | \stix@MathSymbol{\smallointctrclockwisesl}{\mathop}{integrals}{"08} |
---|
| 332 | \stix@MathSymbol{\smallsumintsl} {\mathop}{integrals}{"09} |
---|
| 333 | \stix@MathSymbol{\smalliiiintsl} {\mathop}{integrals}{"0A} |
---|
| 334 | \stix@MathSymbol{\smallintbarsl} {\mathop}{integrals}{"0B} |
---|
| 335 | \stix@MathSymbol{\smallintBarsl} {\mathop}{integrals}{"0C} |
---|
| 336 | \stix@MathSymbol{\smallfintsl} {\mathop}{integrals}{"0D} |
---|
| 337 | \stix@MathSymbol{\smallcirfnintsl} {\mathop}{integrals}{"0E} |
---|
| 338 | \stix@MathSymbol{\smallawintsl} {\mathop}{integrals}{"0F} |
---|
| 339 | \stix@MathSymbol{\smallrppolintsl} {\mathop}{integrals}{"10} |
---|
| 340 | \stix@MathSymbol{\smallscpolintsl} {\mathop}{integrals}{"11} |
---|
| 341 | \stix@MathSymbol{\smallnpolintsl} {\mathop}{integrals}{"12} |
---|
| 342 | \stix@MathSymbol{\smallpointintsl} {\mathop}{integrals}{"13} |
---|
| 343 | \stix@MathSymbol{\smallsqintsl} {\mathop}{integrals}{"14} |
---|
| 344 | \stix@MathSymbol{\smallintlarhksl} {\mathop}{integrals}{"15} |
---|
| 345 | \stix@MathSymbol{\smallintxsl} {\mathop}{integrals}{"16} |
---|
| 346 | \stix@MathSymbol{\smallintcapsl} {\mathop}{integrals}{"17} |
---|
| 347 | \stix@MathSymbol{\smallintcupsl} {\mathop}{integrals}{"18} |
---|
| 348 | \stix@MathSymbol{\smallupintsl} {\mathop}{integrals}{"19} |
---|
| 349 | \stix@MathSymbol{\smalllowintsl} {\mathop}{integrals}{"1A} |
---|
| 350 | \stix@MathSymbol{\smallintup} {\mathop}{integrals}{"1B} |
---|
| 351 | \stix@MathSymbol{\smalliintup} {\mathop}{integrals}{"1C} |
---|
| 352 | \stix@MathSymbol{\smalliiintup} {\mathop}{integrals}{"1D} |
---|
| 353 | \stix@MathSymbol{\smallointup} {\mathop}{integrals}{"1E} |
---|
| 354 | \stix@MathSymbol{\smalloiintup} {\mathop}{integrals}{"1F} |
---|
| 355 | \stix@MathSymbol{\smalloiiintup} {\mathop}{integrals}{"20} |
---|
| 356 | \stix@MathSymbol{\smallintclockwiseup} {\mathop}{integrals}{"21} |
---|
| 357 | \stix@MathSymbol{\smallvarointclockwiseup}{\mathop}{integrals}{"22} |
---|
| 358 | \stix@MathSymbol{\smallointctrclockwiseup}{\mathop}{integrals}{"23} |
---|
| 359 | \stix@MathSymbol{\smallsumintup} {\mathop}{integrals}{"24} |
---|
| 360 | \stix@MathSymbol{\smalliiiintup} {\mathop}{integrals}{"25} |
---|
| 361 | \stix@MathSymbol{\smallintbarup} {\mathop}{integrals}{"26} |
---|
| 362 | \stix@MathSymbol{\smallintBarup} {\mathop}{integrals}{"27} |
---|
| 363 | \stix@MathSymbol{\smallfintup} {\mathop}{integrals}{"28} |
---|
| 364 | \stix@MathSymbol{\smallcirfnintup} {\mathop}{integrals}{"29} |
---|
| 365 | \stix@MathSymbol{\smallawintup} {\mathop}{integrals}{"2A} |
---|
| 366 | \stix@MathSymbol{\smallrppolintup} {\mathop}{integrals}{"2B} |
---|
| 367 | \stix@MathSymbol{\smallscpolintup} {\mathop}{integrals}{"2C} |
---|
| 368 | \stix@MathSymbol{\smallnpolintup} {\mathop}{integrals}{"2D} |
---|
| 369 | \stix@MathSymbol{\smallpointintup} {\mathop}{integrals}{"2E} |
---|
| 370 | \stix@MathSymbol{\smallsqintup} {\mathop}{integrals}{"2F} |
---|
| 371 | \stix@MathSymbol{\smallintlarhkup} {\mathop}{integrals}{"30} |
---|
| 372 | \stix@MathSymbol{\smallintxup} {\mathop}{integrals}{"31} |
---|
| 373 | \stix@MathSymbol{\smallintcapup} {\mathop}{integrals}{"32} |
---|
| 374 | \stix@MathSymbol{\smallintcupup} {\mathop}{integrals}{"33} |
---|
| 375 | \stix@MathSymbol{\smallupintup} {\mathop}{integrals}{"34} |
---|
| 376 | \stix@MathSymbol{\smalllowintup} {\mathop}{integrals}{"35} |
---|
| 377 | \stix@MathSymbol{\intslop} {\mathop}{integrals}{"94} |
---|
| 378 | \stix@MathSymbol{\iintslop} {\mathop}{integrals}{"95} |
---|
| 379 | \stix@MathSymbol{\iiintslop} {\mathop}{integrals}{"96} |
---|
| 380 | \stix@MathSymbol{\ointslop} {\mathop}{integrals}{"97} |
---|
| 381 | \stix@MathSymbol{\oiintslop} {\mathop}{integrals}{"98} |
---|
| 382 | \stix@MathSymbol{\oiiintslop} {\mathop}{integrals}{"99} |
---|
| 383 | \stix@MathSymbol{\intclockwiseslop} {\mathop}{integrals}{"9A} |
---|
| 384 | \stix@MathSymbol{\varointclockwiseslop} {\mathop}{integrals}{"9B} |
---|
| 385 | \stix@MathSymbol{\ointctrclockwiseslop} {\mathop}{integrals}{"9C} |
---|
| 386 | \stix@MathSymbol{\sumintslop} {\mathop}{integrals}{"9D} |
---|
| 387 | \stix@MathSymbol{\iiiintslop} {\mathop}{integrals}{"9E} |
---|
| 388 | \stix@MathSymbol{\intbarslop} {\mathop}{integrals}{"9F} |
---|
| 389 | \stix@MathSymbol{\intBarslop} {\mathop}{integrals}{"A0} |
---|
| 390 | \stix@MathSymbol{\fintslop} {\mathop}{integrals}{"A1} |
---|
| 391 | \stix@MathSymbol{\cirfnintslop} {\mathop}{integrals}{"A2} |
---|
| 392 | \stix@MathSymbol{\awintslop} {\mathop}{integrals}{"A3} |
---|
| 393 | \stix@MathSymbol{\rppolintslop} {\mathop}{integrals}{"A4} |
---|
| 394 | \stix@MathSymbol{\scpolintslop} {\mathop}{integrals}{"A5} |
---|
| 395 | \stix@MathSymbol{\npolintslop} {\mathop}{integrals}{"A6} |
---|
| 396 | \stix@MathSymbol{\pointintslop} {\mathop}{integrals}{"A7} |
---|
| 397 | \stix@MathSymbol{\sqintslop} {\mathop}{integrals}{"A8} |
---|
| 398 | \stix@MathSymbol{\intlarhkslop} {\mathop}{integrals}{"A9} |
---|
| 399 | \stix@MathSymbol{\intxslop} {\mathop}{integrals}{"AA} |
---|
| 400 | \stix@MathSymbol{\intcapslop} {\mathop}{integrals}{"AB} |
---|
| 401 | \stix@MathSymbol{\intcupslop} {\mathop}{integrals}{"AC} |
---|
| 402 | \stix@MathSymbol{\upintslop} {\mathop}{integrals}{"AD} |
---|
| 403 | \stix@MathSymbol{\lowintslop} {\mathop}{integrals}{"AE} |
---|
| 404 | \stix@MathSymbol{\intupop} {\mathop}{integrals}{"AF} |
---|
| 405 | \stix@MathSymbol{\iintupop} {\mathop}{integrals}{"B0} |
---|
| 406 | \stix@MathSymbol{\iiintupop} {\mathop}{integrals}{"B1} |
---|
| 407 | \stix@MathSymbol{\ointupop} {\mathop}{integrals}{"B2} |
---|
| 408 | \stix@MathSymbol{\oiintupop} {\mathop}{integrals}{"B3} |
---|
| 409 | \stix@MathSymbol{\oiiintupop} {\mathop}{integrals}{"B4} |
---|
| 410 | \stix@MathSymbol{\intclockwiseupop} {\mathop}{integrals}{"B5} |
---|
| 411 | \stix@MathSymbol{\varointclockwiseupop} {\mathop}{integrals}{"B6} |
---|
| 412 | \stix@MathSymbol{\ointctrclockwiseupop} {\mathop}{integrals}{"B7} |
---|
| 413 | \stix@MathSymbol{\sumintupop} {\mathop}{integrals}{"B8} |
---|
| 414 | \stix@MathSymbol{\iiiintupop} {\mathop}{integrals}{"B9} |
---|
| 415 | \stix@MathSymbol{\intbarupop} {\mathop}{integrals}{"BA} |
---|
| 416 | \stix@MathSymbol{\intBarupop} {\mathop}{integrals}{"BB} |
---|
| 417 | \stix@MathSymbol{\fintupop} {\mathop}{integrals}{"BC} |
---|
| 418 | \stix@MathSymbol{\cirfnintupop} {\mathop}{integrals}{"BD} |
---|
| 419 | \stix@MathSymbol{\awintupop} {\mathop}{integrals}{"BE} |
---|
| 420 | \stix@MathSymbol{\rppolintupop} {\mathop}{integrals}{"BF} |
---|
| 421 | \stix@MathSymbol{\scpolintupop} {\mathop}{integrals}{"C0} |
---|
| 422 | \stix@MathSymbol{\npolintupop} {\mathop}{integrals}{"C1} |
---|
| 423 | \stix@MathSymbol{\pointintupop} {\mathop}{integrals}{"C2} |
---|
| 424 | \stix@MathSymbol{\sqintupop} {\mathop}{integrals}{"C3} |
---|
| 425 | \stix@MathSymbol{\intlarhkupop} {\mathop}{integrals}{"C4} |
---|
| 426 | \stix@MathSymbol{\intxupop} {\mathop}{integrals}{"C5} |
---|
| 427 | \stix@MathSymbol{\intcapupop} {\mathop}{integrals}{"C6} |
---|
| 428 | \stix@MathSymbol{\intcupupop} {\mathop}{integrals}{"C7} |
---|
| 429 | \stix@MathSymbol{\upintupop} {\mathop}{integrals}{"C8} |
---|
| 430 | \stix@MathSymbol{\lowintupop} {\mathop}{integrals}{"C9} |
---|
| 431 | |
---|
| 432 | \stix@MathSymbol{\circledS} {\mathord}{integrals}{"3B} |
---|
| 433 | \stix@MathSymbol{\diagdown} {\mathord}{integrals}{"3C} |
---|
| 434 | \stix@MathSymbol{\diagup} {\mathord}{integrals}{"3D} |
---|
| 435 | \stix@MathSymbol{\eth} {\mathord}{integrals}{"3E} |
---|
| 436 | \stix@MathSymbol{\smallfrown} {\mathrel}{integrals}{"3F} |
---|
| 437 | \stix@MathSymbol{\smallsmile} {\mathrel}{integrals}{"40} |
---|
| 438 | \stix@MathSymbol{\gvertneqq} {\mathrel}{integrals}{"5B} |
---|
| 439 | \stix@MathSymbol{\lvertneqq} {\mathrel}{integrals}{"5C} |
---|
| 440 | \stix@MathSymbol{\nshortmid} {\mathrel}{integrals}{"5D} |
---|
| 441 | \stix@MathSymbol{\nshortparallel} {\mathrel}{integrals}{"5E} |
---|
| 442 | \stix@MathSymbol{\shortmid} {\mathrel}{integrals}{"5F} |
---|
| 443 | \stix@MathSymbol{\shortparallel} {\mathrel}{integrals}{"60} |
---|
| 444 | \stix@MathSymbol{\varsubsetneq} {\mathrel}{integrals}{"61} |
---|
| 445 | \stix@MathSymbol{\varsupsetneq} {\mathrel}{integrals}{"62} |
---|
| 446 | \stix@MathSymbol{\varsubsetneqq} {\mathrel}{integrals}{"63} |
---|
| 447 | \stix@MathSymbol{\varsupsetneqq} {\mathrel}{integrals}{"64} |
---|
| 448 | \stix@MathSymbol{\varkappa} {\mathord}{integrals}{"7A} |
---|
| 449 | \stix@MathSymbol{\digamma} {\mathord}{integrals}{"7B} |
---|
| 450 | \stix@MathSymbol{\backepsilon} {\mathord}{integrals}{"7C} |
---|
| 451 | \stix@MathSymbol{\varpropto} {\mathrel}{integrals}{"7E} |
---|
| 452 | \stix@MathSymbol{\yenmath} {\mathord}{integrals}{"7D} |
---|
| 453 | \stix@MathSymbol{\circledRmath} {\mathord}{integrals}{"3A} |
---|
| 454 | \stix@MathSymbol{\maltesemath} {\mathord}{arrows3}{"83} |
---|
| 455 | \stix@MathSymbol{\circledstar} {\mathord}{arrows3}{"84} |
---|
| 456 | \DeclareRobustCommand\yen{% |
---|
| 457 | \ifmmode\yenmath\else{\fontencoding{TS1}\selectfont\char"A5}\fi} |
---|
| 458 | \DeclareRobustCommand\circledR{% |
---|
| 459 | \ifmmode\circledRmath\else{\fontencoding{TS1}\selectfont\char"AE}\fi} |
---|
| 460 | \DeclareRobustCommand\checkmark{\ensuremath{\checkmarkmath}} |
---|
| 461 | \DeclareRobustCommand\maltese{\ensuremath{\maltesemath}} |
---|
| 462 | \ifstix@upint |
---|
| 463 | \let\smallint=\smallintup |
---|
| 464 | \let\smalliint=\smalliintup |
---|
| 465 | \let\smalliiint=\smalliiintup |
---|
| 466 | \let\smalloint=\smallointup |
---|
| 467 | \let\smalloiint=\smalloiintup |
---|
| 468 | \let\smalloiiint=\smalloiiintup |
---|
| 469 | \let\smallintclockwise=\smallintclockwiseup |
---|
| 470 | \let\smallvarointclockwise=\smallvarointclockwiseup |
---|
| 471 | \let\smallointctrclockwise=\smallointctrclockwiseup |
---|
| 472 | \let\smallsumint=\smallsumintup |
---|
| 473 | \let\smalliiiint=\smalliiiintup |
---|
| 474 | \let\smallintbar=\smallintbarup |
---|
| 475 | \let\smallintBar=\smallintBarup |
---|
| 476 | \let\smallfint=\smallfintup |
---|
| 477 | \let\smallcirfnint=\smallcirfnintup |
---|
| 478 | \let\smallawint=\smallawintup |
---|
| 479 | \let\smallrppolint=\smallrppolintup |
---|
| 480 | \let\smallscpolint=\smallscpolintup |
---|
| 481 | \let\smallnpolint=\smallnpolintup |
---|
| 482 | \let\smallpointint=\smallpointintup |
---|
| 483 | \let\smallsqint=\smallsqintup |
---|
| 484 | \let\smallintlarhk=\smallintlarhkup |
---|
| 485 | \let\smallintx=\smallintxup |
---|
| 486 | \let\smallintcap=\smallintcapup |
---|
| 487 | \let\smallintcup=\smallintcupup |
---|
| 488 | \let\smallupint=\smallupintup |
---|
| 489 | \let\smalllowint=\smalllowintup |
---|
| 490 | \let\intop=\intupop |
---|
| 491 | \let\iintop=\iintupop |
---|
| 492 | \let\iiintop=\iiintupop |
---|
| 493 | \let\ointop=\ointupop |
---|
| 494 | \let\oiintop=\oiintupop |
---|
| 495 | \let\oiiintop=\oiiintupop |
---|
| 496 | \let\intclockwiseop=\intclockwiseupop |
---|
| 497 | \let\varointclockwiseop=\varointclockwiseupop |
---|
| 498 | \let\ointctrclockwiseop=\ointctrclockwiseupop |
---|
| 499 | \let\sumintop=\sumintupop |
---|
| 500 | \let\iiiintop=\iiiintupop |
---|
| 501 | \let\intbarop=\intbarupop |
---|
| 502 | \let\intBarop=\intBarupop |
---|
| 503 | \let\fintop=\fintupop |
---|
| 504 | \let\cirfnintop=\cirfnintupop |
---|
| 505 | \let\awintop=\awintupop |
---|
| 506 | \let\rppolintop=\rppolintupop |
---|
| 507 | \let\scpolintop=\scpolintupop |
---|
| 508 | \let\npolintop=\npolintupop |
---|
| 509 | \let\pointintop=\pointintupop |
---|
| 510 | \let\sqintop=\sqintupop |
---|
| 511 | \let\intlarhkop=\intlarhkupop |
---|
| 512 | \let\intxop=\intxupop |
---|
| 513 | \let\intcapop=\intcapupop |
---|
| 514 | \let\intcupop=\intcupupop |
---|
| 515 | \let\upintop=\upintupop |
---|
| 516 | \let\lowintop=\lowintupop |
---|
| 517 | \else |
---|
| 518 | \let\smallint=\smallintsl |
---|
| 519 | \let\smalliint=\smalliintsl |
---|
| 520 | \let\smalliiint=\smalliiintsl |
---|
| 521 | \let\smalloint=\smallointsl |
---|
| 522 | \let\smalloiint=\smalloiintsl |
---|
| 523 | \let\smalloiiint=\smalloiiintsl |
---|
| 524 | \let\smallintclockwise=\smallintclockwisesl |
---|
| 525 | \let\smallvarointclockwise=\smallvarointclockwisesl |
---|
| 526 | \let\smallointctrclockwise=\smallointctrclockwisesl |
---|
| 527 | \let\smallsumint=\smallsumintsl |
---|
| 528 | \let\smalliiiint=\smalliiiintsl |
---|
| 529 | \let\smallintbar=\smallintbarsl |
---|
| 530 | \let\smallintBar=\smallintBarsl |
---|
| 531 | \let\smallfint=\smallfintsl |
---|
| 532 | \let\smallcirfnint=\smallcirfnintsl |
---|
| 533 | \let\smallawint=\smallawintsl |
---|
| 534 | \let\smallrppolint=\smallrppolintsl |
---|
| 535 | \let\smallscpolint=\smallscpolintsl |
---|
| 536 | \let\smallnpolint=\smallnpolintsl |
---|
| 537 | \let\smallpointint=\smallpointintsl |
---|
| 538 | \let\smallsqint=\smallsqintsl |
---|
| 539 | \let\smallintlarhk=\smallintlarhksl |
---|
| 540 | \let\smallintx=\smallintxsl |
---|
| 541 | \let\smallintcap=\smallintcapsl |
---|
| 542 | \let\smallintcup=\smallintcupsl |
---|
| 543 | \let\smallupint=\smallupintsl |
---|
| 544 | \let\smalllowint=\smalllowintsl |
---|
| 545 | \let\intop=\intslop |
---|
| 546 | \let\iintop=\iintslop |
---|
| 547 | \let\iiintop=\iiintslop |
---|
| 548 | \let\ointop=\ointslop |
---|
| 549 | \let\oiintop=\oiintslop |
---|
| 550 | \let\oiiintop=\oiiintslop |
---|
| 551 | \let\intclockwiseop=\intclockwiseslop |
---|
| 552 | \let\varointclockwiseop=\varointclockwiseslop |
---|
| 553 | \let\ointctrclockwiseop=\ointctrclockwiseslop |
---|
| 554 | \let\sumintop=\sumintslop |
---|
| 555 | \let\iiiintop=\iiiintslop |
---|
| 556 | \let\intbarop=\intbarslop |
---|
| 557 | \let\intBarop=\intBarslop |
---|
| 558 | \let\fintop=\fintslop |
---|
| 559 | \let\cirfnintop=\cirfnintslop |
---|
| 560 | \let\awintop=\awintslop |
---|
| 561 | \let\rppolintop=\rppolintslop |
---|
| 562 | \let\scpolintop=\scpolintslop |
---|
| 563 | \let\npolintop=\npolintslop |
---|
| 564 | \let\pointintop=\pointintslop |
---|
| 565 | \let\sqintop=\sqintslop |
---|
| 566 | \let\intlarhkop=\intlarhkslop |
---|
| 567 | \let\intxop=\intxslop |
---|
| 568 | \let\intcapop=\intcapslop |
---|
| 569 | \let\intcupop=\intcupslop |
---|
| 570 | \let\upintop=\upintslop |
---|
| 571 | \let\lowintop=\lowintslop |
---|
| 572 | \fi |
---|
| 573 | \def\int{\DOTSI\intop\ilimits@} |
---|
| 574 | \def\iint{\DOTSI\iintop\ilimits@} |
---|
| 575 | \def\iiint{\DOTSI\iiintop\ilimits@} |
---|
| 576 | \def\oint{\DOTSI\ointop\ilimits@} |
---|
| 577 | \def\oiint{\DOTSI\oiintop\ilimits@} |
---|
| 578 | \def\oiiint{\DOTSI\oiiintop\ilimits@} |
---|
| 579 | \def\intclockwise{\DOTSI\intclockwiseop\ilimits@} |
---|
| 580 | \def\varointclockwise{\DOTSI\varointclockwiseop\ilimits@} |
---|
| 581 | \def\ointctrclockwise{\DOTSI\ointctrclockwiseop\ilimits@} |
---|
| 582 | \def\sumint{\DOTSI\sumintop\ilimits@} |
---|
| 583 | \def\iiiint{\DOTSI\iiiintop\ilimits@} |
---|
| 584 | \def\intbar{\DOTSI\intbarop\ilimits@} |
---|
| 585 | \def\intBar{\DOTSI\intBarop\ilimits@} |
---|
| 586 | \def\fint{\DOTSI\fintop\ilimits@} |
---|
| 587 | \def\cirfnint{\DOTSI\cirfnintop\ilimits@} |
---|
| 588 | \def\awint{\DOTSI\awintop\ilimits@} |
---|
| 589 | \def\rppolint{\DOTSI\rppolintop\ilimits@} |
---|
| 590 | \def\scpolint{\DOTSI\scpolintop\ilimits@} |
---|
| 591 | \def\npolint{\DOTSI\npolintop\ilimits@} |
---|
| 592 | \def\pointint{\DOTSI\pointintop\ilimits@} |
---|
| 593 | \def\sqint{\DOTSI\sqintop\ilimits@} |
---|
| 594 | \def\intlarhk{\DOTSI\intlarhkop\ilimits@} |
---|
| 595 | \def\intx{\DOTSI\intxop\ilimits@} |
---|
| 596 | \def\intcap{\DOTSI\intcapop\ilimits@} |
---|
| 597 | \def\intcup{\DOTSI\intcupop\ilimits@} |
---|
| 598 | \def\upint{\DOTSI\upintop\ilimits@} |
---|
| 599 | \def\lowint{\DOTSI\lowintop\ilimits@} |
---|
| 600 | \def\intsl{\DOTSI\intslop\ilimits@} |
---|
| 601 | \def\iintsl{\DOTSI\iintslop\ilimits@} |
---|
| 602 | \def\iiintsl{\DOTSI\iiintslop\ilimits@} |
---|
| 603 | \def\ointsl{\DOTSI\ointslop\ilimits@} |
---|
| 604 | \def\oiintsl{\DOTSI\oiintslop\ilimits@} |
---|
| 605 | \def\oiiintsl{\DOTSI\oiiintslop\ilimits@} |
---|
| 606 | \def\intclockwisesl{\DOTSI\intclockwiseslop\ilimits@} |
---|
| 607 | \def\varointclockwisesl{\DOTSI\varointclockwiseslop\ilimits@} |
---|
| 608 | \def\ointctrclockwisesl{\DOTSI\ointctrclockwiseslop\ilimits@} |
---|
| 609 | \def\sumintsl{\DOTSI\sumintslop\ilimits@} |
---|
| 610 | \def\iiiintsl{\DOTSI\iiiintslop\ilimits@} |
---|
| 611 | \def\intbarsl{\DOTSI\intbarslop\ilimits@} |
---|
| 612 | \def\intBarsl{\DOTSI\intBarslop\ilimits@} |
---|
| 613 | \def\fintsl{\DOTSI\fintslop\ilimits@} |
---|
| 614 | \def\cirfnintsl{\DOTSI\cirfnintslop\ilimits@} |
---|
| 615 | \def\awintsl{\DOTSI\awintslop\ilimits@} |
---|
| 616 | \def\rppolintsl{\DOTSI\rppolintslop\ilimits@} |
---|
| 617 | \def\scpolintsl{\DOTSI\scpolintslop\ilimits@} |
---|
| 618 | \def\npolintsl{\DOTSI\npolintslop\ilimits@} |
---|
| 619 | \def\pointintsl{\DOTSI\pointintslop\ilimits@} |
---|
| 620 | \def\sqintsl{\DOTSI\sqintslop\ilimits@} |
---|
| 621 | \def\intlarhksl{\DOTSI\intlarhkslop\ilimits@} |
---|
| 622 | \def\intxsl{\DOTSI\intxslop\ilimits@} |
---|
| 623 | \def\intcapsl{\DOTSI\intcapslop\ilimits@} |
---|
| 624 | \def\intcupsl{\DOTSI\intcupslop\ilimits@} |
---|
| 625 | \def\upintsl{\DOTSI\upintslop\ilimits@} |
---|
| 626 | \def\lowintsl{\DOTSI\lowintslop\ilimits@} |
---|
| 627 | \def\intup{\DOTSI\intupop\ilimits@} |
---|
| 628 | \def\iintup{\DOTSI\iintupop\ilimits@} |
---|
| 629 | \def\iiintup{\DOTSI\iiintupop\ilimits@} |
---|
| 630 | \def\ointup{\DOTSI\ointupop\ilimits@} |
---|
| 631 | \def\oiintup{\DOTSI\oiintupop\ilimits@} |
---|
| 632 | \def\oiiintup{\DOTSI\oiiintupop\ilimits@} |
---|
| 633 | \def\intclockwiseup{\DOTSI\intclockwiseupop\ilimits@} |
---|
| 634 | \def\varointclockwiseup{\DOTSI\varointclockwiseupop\ilimits@} |
---|
| 635 | \def\ointctrclockwiseup{\DOTSI\ointctrclockwiseupop\ilimits@} |
---|
| 636 | \def\sumintup{\DOTSI\sumintupop\ilimits@} |
---|
| 637 | \def\iiiintup{\DOTSI\iiiintupop\ilimits@} |
---|
| 638 | \def\intbarup{\DOTSI\intbarupop\ilimits@} |
---|
| 639 | \def\intBarup{\DOTSI\intBarupop\ilimits@} |
---|
| 640 | \def\fintup{\DOTSI\fintupop\ilimits@} |
---|
| 641 | \def\cirfnintup{\DOTSI\cirfnintupop\ilimits@} |
---|
| 642 | \def\awintup{\DOTSI\awintupop\ilimits@} |
---|
| 643 | \def\rppolintup{\DOTSI\rppolintupop\ilimits@} |
---|
| 644 | \def\scpolintup{\DOTSI\scpolintupop\ilimits@} |
---|
| 645 | \def\npolintup{\DOTSI\npolintupop\ilimits@} |
---|
| 646 | \def\pointintup{\DOTSI\pointintupop\ilimits@} |
---|
| 647 | \def\sqintup{\DOTSI\sqintupop\ilimits@} |
---|
| 648 | \def\intlarhkup{\DOTSI\intlarhkupop\ilimits@} |
---|
| 649 | \def\intxup{\DOTSI\intxupop\ilimits@} |
---|
| 650 | \def\intcapup{\DOTSI\intcapupop\ilimits@} |
---|
| 651 | \def\intcupup{\DOTSI\intcupupop\ilimits@} |
---|
| 652 | \def\upintup{\DOTSI\upintupop\ilimits@} |
---|
| 653 | \def\lowintup{\DOTSI\lowintupop\ilimits@} |
---|
| 654 | \stix@MathSymbol{\Bbbsumop} {\mathop}{largesymbols}{"B0} |
---|
| 655 | \stix@MathSymbol{\prodop} {\mathop}{largesymbols}{"B1} |
---|
| 656 | \stix@MathSymbol{\coprodop} {\mathop}{largesymbols}{"B2} |
---|
| 657 | \stix@MathSymbol{\sumop} {\mathop}{largesymbols}{"B3} |
---|
| 658 | \stix@MathSymbol{\bigwedgeop} {\mathop}{largesymbols}{"B4} |
---|
| 659 | \stix@MathSymbol{\bigveeop} {\mathop}{largesymbols}{"B5} |
---|
| 660 | \stix@MathSymbol{\bigcapop} {\mathop}{largesymbols}{"B6} |
---|
| 661 | \stix@MathSymbol{\bigcupop} {\mathop}{largesymbols}{"B7} |
---|
| 662 | \stix@MathSymbol{\xsolop} {\mathop}{largesymbols}{"B8} |
---|
| 663 | \stix@MathSymbol{\xbsolop} {\mathop}{largesymbols}{"B9} |
---|
| 664 | \stix@MathSymbol{\bigodotop} {\mathop}{largesymbols}{"BA} |
---|
| 665 | \stix@MathSymbol{\bigoplusop} {\mathop}{largesymbols}{"BB} |
---|
| 666 | \stix@MathSymbol{\bigotimesop} {\mathop}{largesymbols}{"BC} |
---|
| 667 | \stix@MathSymbol{\bigcupdotop} {\mathop}{largesymbols}{"BD} |
---|
| 668 | \stix@MathSymbol{\biguplusop} {\mathop}{largesymbols}{"BE} |
---|
| 669 | \stix@MathSymbol{\bigsqcapop} {\mathop}{largesymbols}{"BF} |
---|
| 670 | \stix@MathSymbol{\bigsqcupop} {\mathop}{largesymbols}{"C0} |
---|
| 671 | \stix@MathSymbol{\conjquantop} {\mathop}{largesymbols}{"C1} |
---|
| 672 | \stix@MathSymbol{\disjquantop} {\mathop}{largesymbols}{"C2} |
---|
| 673 | \stix@MathSymbol{\bigtimesop} {\mathop}{largesymbols}{"C3} |
---|
| 674 | \stix@MathSymbol{\modtwosumop} {\mathop}{largesymbols}{"C4} |
---|
| 675 | \stix@MathSymbol{\bigtalloblongop} {\mathop}{largesymbols}{"C5} |
---|
| 676 | \def\Bbbsum{\DOTSI\Bbbsumop\slimits@} |
---|
| 677 | \def\prod{\DOTSI\prodop\slimits@} |
---|
| 678 | \def\coprod{\DOTSI\coprodop\slimits@} |
---|
| 679 | \def\sum{\DOTSI\sumop\slimits@} |
---|
| 680 | \def\bigwedge{\DOTSI\bigwedgeop\slimits@} |
---|
| 681 | \def\bigvee{\DOTSI\bigveeop\slimits@} |
---|
| 682 | \def\bigcap{\DOTSI\bigcapop\slimits@} |
---|
| 683 | \def\bigcup{\DOTSI\bigcupop\slimits@} |
---|
| 684 | \def\xsol{\DOTSI\xsolop\slimits@} |
---|
| 685 | \def\xbsol{\DOTSI\xbsolop\slimits@} |
---|
| 686 | \def\bigodot{\DOTSI\bigodotop\slimits@} |
---|
| 687 | \def\bigoplus{\DOTSI\bigoplusop\slimits@} |
---|
| 688 | \def\bigotimes{\DOTSI\bigotimesop\slimits@} |
---|
| 689 | \def\bigcupdot{\DOTSI\bigcupdotop\slimits@} |
---|
| 690 | \def\biguplus{\DOTSI\biguplusop\slimits@} |
---|
| 691 | \def\bigsqcap{\DOTSI\bigsqcapop\slimits@} |
---|
| 692 | \def\bigsqcup{\DOTSI\bigsqcupop\slimits@} |
---|
| 693 | \def\conjquant{\DOTSI\conjquantop\slimits@} |
---|
| 694 | \def\disjquant{\DOTSI\disjquantop\slimits@} |
---|
| 695 | \def\bigtimes{\DOTSI\bigtimesop\slimits@} |
---|
| 696 | \def\modtwosum{\DOTSI\modtwosumop\slimits@} |
---|
| 697 | \def\bigtalloblong{\DOTSI\bigtalloblongop\slimits@} |
---|
| 698 | \stix@MathAccent{\grave} {\mathalpha}{letters}{"80} |
---|
| 699 | \stix@MathAccent{\acute} {\mathalpha}{letters}{"81} |
---|
| 700 | \stix@MathAccent{\hat} {\mathalpha}{letters}{"82} |
---|
| 701 | \stix@MathAccent{\tilde} {\mathalpha}{letters}{"83} |
---|
| 702 | \stix@MathAccent{\bar} {\mathalpha}{letters}{"84} |
---|
| 703 | \stix@MathAccent{\breve} {\mathalpha}{letters}{"85} |
---|
| 704 | \stix@MathAccent{\dot} {\mathalpha}{letters}{"86} |
---|
| 705 | \stix@MathAccent{\ddot} {\mathalpha}{letters}{"87} |
---|
| 706 | \stix@MathAccent{\ovhook} {\mathalpha}{letters}{"88} |
---|
| 707 | \stix@MathAccent{\mathring} {\mathalpha}{letters}{"89} |
---|
| 708 | \stix@MathAccent{\check} {\mathalpha}{letters}{"8A} |
---|
| 709 | \stix@MathAccent{\candra} {\mathalpha}{letters}{"8B} |
---|
| 710 | \stix@MathAccent{\oturnedcomma} {\mathalpha}{letters}{"8C} |
---|
| 711 | \stix@MathAccent{\ocommatopright} {\mathalpha}{letters}{"8D} |
---|
| 712 | \stix@MathAccent{\droang} {\mathalpha}{letters}{"8E} |
---|
| 713 | \stix@MathAccent{\leftharpoonaccent} {\mathalpha}{letters}{"8F} |
---|
| 714 | \stix@MathAccent{\rightharpoonaccent} {\mathalpha}{letters}{"90} |
---|
| 715 | \stix@MathAccent{\leftarrowaccent} {\mathalpha}{letters}{"91} |
---|
| 716 | \stix@MathAccent{\vec} {\mathalpha}{letters}{"92} |
---|
| 717 | % not \let because amsmath redefines \vec |
---|
| 718 | \def\rightarrowaccent{\vec} |
---|
| 719 | \stix@MathAccent{\dddot} {\mathalpha}{letters}{"93} |
---|
| 720 | \stix@MathAccent{\ddddot} {\mathalpha}{letters}{"94} |
---|
| 721 | \stix@MathAccent{\leftrightarrowaccent} {\mathalpha}{letters}{"95} |
---|
| 722 | \stix@MathAccent{\annuity} {\mathalpha}{letters}{"96} |
---|
| 723 | \stix@MathAccent{\widebridgeabove} {\mathalpha}{letters}{"97} |
---|
| 724 | \stix@MathAccent{\asteraccent} {\mathalpha}{letters}{"98} |
---|
| 725 | \begingroup |
---|
| 726 | \def\set@mathaccent#1#2#3#4{% |
---|
| 727 | \xdef#2{\mathaccent"\mathchar@type#3\hexnumber@#1#4\relax}} |
---|
| 728 | \stix@MathAccent{\widehat} {\mathord}{letters}{"9A} |
---|
| 729 | \stix@MathAccent{\widetilde} {\mathord}{letters}{"9B} |
---|
| 730 | \stix@MathAccent{\widecheck} {\mathord}{letters}{"9C} |
---|
| 731 | \endgroup |
---|
| 732 | \stix@MathSymbol{\braceld}{\mathord}{letters}{"A9} |
---|
| 733 | \stix@MathSymbol{\bracerd}{\mathord}{letters}{"AA} |
---|
| 734 | \stix@MathSymbol{\bracelu}{\mathord}{letters}{"AB} |
---|
| 735 | \stix@MathSymbol{\braceru}{\mathord}{letters}{"AC} |
---|
| 736 | \stix@MathSymbol{\braceex}{\mathord}{letters}{"AD} |
---|
| 737 | \stix@MathSymbol{\bracemu}{\mathord}{letters}{"AE} |
---|
| 738 | \stix@MathSymbol{\bracemd}{\mathord}{letters}{"AF} |
---|
| 739 | \stix@MathSymbol{\parenld}{\mathord}{letters}{"B0} |
---|
| 740 | \stix@MathSymbol{\parenrd}{\mathord}{letters}{"B1} |
---|
| 741 | \stix@MathSymbol{\parenlu}{\mathord}{letters}{"B2} |
---|
| 742 | \stix@MathSymbol{\parenru}{\mathord}{letters}{"B3} |
---|
| 743 | \stix@MathSymbol{\bracketld}{\mathord}{letters}{"B4} |
---|
| 744 | \stix@MathSymbol{\bracketrd}{\mathord}{letters}{"B5} |
---|
| 745 | \stix@MathSymbol{\bracketlu}{\mathord}{letters}{"B6} |
---|
| 746 | \stix@MathSymbol{\bracketru}{\mathord}{letters}{"B7} |
---|
| 747 | \def\stix@braceglue{\hskip -.15em plus .15em} |
---|
| 748 | \def\downbracefill{$\m@th% |
---|
| 749 | \braceld\stix@braceglue% |
---|
| 750 | \cleaders\hbox{$\braceex$}\hfill% |
---|
| 751 | \stix@braceglue\bracemu\stix@braceglue% |
---|
| 752 | \cleaders\hbox{$\braceex$}\hfill% |
---|
| 753 | \stix@braceglue\bracerd$} |
---|
| 754 | \def\upbracefill{$\m@th% |
---|
| 755 | \bracelu\stix@braceglue% |
---|
| 756 | \cleaders\hbox{$\braceex$}\hfill% |
---|
| 757 | \stix@braceglue\bracemd\stix@braceglue% |
---|
| 758 | \cleaders\hbox{$\braceex$}\hfill% |
---|
| 759 | \stix@braceglue\braceru$} |
---|
| 760 | \def\stix@parenglue{\hskip -.2em plus .2em} |
---|
| 761 | \def\downparenfill{$\m@th% |
---|
| 762 | \parenld\stix@parenglue% |
---|
| 763 | \cleaders\hbox{$\braceex$}\hfill% |
---|
| 764 | \stix@parenglue\parenrd$} |
---|
| 765 | \def\upparenfill{$\m@th% |
---|
| 766 | \parenlu\stix@parenglue% |
---|
| 767 | \cleaders\hbox{$\braceex$}\hfill% |
---|
| 768 | \stix@parenglue\parenru$} |
---|
| 769 | \def\stix@overbrace#1#2{% |
---|
| 770 | \mathop {% |
---|
| 771 | \vbox {% |
---|
| 772 | \m@th% |
---|
| 773 | \ialign{##\crcr% |
---|
| 774 | \noalign{\kern.3\fontdimen5\textfont2}% |
---|
| 775 | \csname down#1fill\endcsname\crcr% |
---|
| 776 | \noalign{\kern.5\fontdimen5\textfont2\nointerlineskip}% |
---|
| 777 | $\hfil\displaystyle{#2}\hfil$\crcr% |
---|
| 778 | }% |
---|
| 779 | }% |
---|
| 780 | }% |
---|
| 781 | \limits% |
---|
| 782 | } |
---|
| 783 | \def\stix@underbrace#1#2{ |
---|
| 784 | \mathop {% |
---|
| 785 | \vtop {% |
---|
| 786 | \m@th% |
---|
| 787 | \ialign{##\crcr% |
---|
| 788 | $\hfil\displaystyle{#2}\hfil$\crcr% |
---|
| 789 | \noalign{\kern.5\fontdimen5\textfont2\nointerlineskip}% |
---|
| 790 | \csname up#1fill\endcsname\crcr% |
---|
| 791 | \noalign{\kern.3\fontdimen5\textfont2}% |
---|
| 792 | }% |
---|
| 793 | }% |
---|
| 794 | }% |
---|
| 795 | \limits% |
---|
| 796 | } |
---|
| 797 | \def\overbrace#1{\stix@overbrace{brace}{#1}} |
---|
| 798 | \def\overparen#1{\stix@overbrace{paren}{#1}} |
---|
| 799 | \def\underbrace#1{\stix@underbrace{brace}{#1}} |
---|
| 800 | \def\underparen#1{\stix@underbrace{paren}{#1}} |
---|
| 801 | \AtBeginDocument{ |
---|
| 802 | \@ifpackageloaded{mathtools}{}{ |
---|
| 803 | \def\stix@bracketglue{\hskip -.85em plus .85em} |
---|
| 804 | \def\downbracketfill{$\m@th% |
---|
| 805 | \bracketld\stix@bracketglue% |
---|
| 806 | \cleaders\hbox{$\braceex$}\hfill% |
---|
| 807 | \stix@bracketglue\bracketrd$} |
---|
| 808 | \def\upbracketfill{$\m@th% |
---|
| 809 | \bracketlu\stix@bracketglue% |
---|
| 810 | \cleaders\hbox{$\braceex$}\hfill% |
---|
| 811 | \stix@bracketglue\bracketru$} |
---|
| 812 | \def\underbracket#1{\stix@underbrace{bracket}{#1}} |
---|
| 813 | \def\overbracket#1{\stix@overbrace{bracket}{#1}} |
---|
| 814 | } |
---|
| 815 | } |
---|
| 816 | \stix@MathSymbol{\arrowaccentex} {\mathord}{letters}{"99} |
---|
| 817 | \stix@MathSymbol{\harpoonaccentlt}{\mathord}{letters}{"8F} |
---|
| 818 | \stix@MathSymbol{\harpoonaccentrt}{\mathord}{letters}{"90} |
---|
| 819 | \stix@MathSymbol{\arrowaccentlt} {\mathord}{letters}{"91} |
---|
| 820 | \stix@MathSymbol{\arrowaccentrt} {\mathord}{letters}{"92} |
---|
| 821 | \def\stix@arrowaccentglue{\hskip -.23em plus .23em} |
---|
| 822 | \def\overleftarrowfill{$\m@th% |
---|
| 823 | \arrowaccentlt\stix@arrowaccentglue% |
---|
| 824 | \cleaders\hbox{$\arrowaccentex$}\hfill$} |
---|
| 825 | \def\overrightarrowfill{$\m@th% |
---|
| 826 | \cleaders\hbox{$\arrowaccentex$}\hfill% |
---|
| 827 | \stix@arrowaccentglue\arrowaccentrt$} |
---|
| 828 | \def\overleftrightarrowfill{$\m@th% |
---|
| 829 | \arrowaccentlt\stix@arrowaccentglue% |
---|
| 830 | \cleaders\hbox{$\arrowaccentex$}\hfill% |
---|
| 831 | \stix@arrowaccentglue\arrowaccentrt$} |
---|
| 832 | \def\overleftharpoonfill{$\m@th% |
---|
| 833 | \harpoonaccentlt\stix@arrowaccentglue% |
---|
| 834 | \cleaders\hbox{$\arrowaccentex$}\hfill$} |
---|
| 835 | \def\overrightharpoonfill{$\m@th% |
---|
| 836 | \cleaders\hbox{$\arrowaccentex$}\hfill% |
---|
| 837 | \stix@arrowaccentglue\harpoonaccentrt$} |
---|
| 838 | \def\stix@overarrow#1#2#3{% |
---|
| 839 | \vbox {% |
---|
| 840 | \m@th% |
---|
| 841 | \ialign{##\crcr% |
---|
| 842 | \csname over#1fill\endcsname\crcr% |
---|
| 843 | \noalign{\kern -1ex\nointerlineskip}% |
---|
| 844 | $\hfil#2#3\hfil$\crcr% |
---|
| 845 | }% |
---|
| 846 | }% |
---|
| 847 | } |
---|
| 848 | \def\stix@underarrow#1#2#3{ |
---|
| 849 | \vtop {% |
---|
| 850 | \m@th% |
---|
| 851 | \ialign{##\crcr% |
---|
| 852 | $\hfil#2#3\hfil$\crcr% |
---|
| 853 | \noalign{\kern .2ex\nointerlineskip}% |
---|
| 854 | \csname over#1fill\endcsname\crcr% |
---|
| 855 | \noalign{\kern -1ex\nointerlineskip}% |
---|
| 856 | }% |
---|
| 857 | }% |
---|
| 858 | } |
---|
| 859 | \def\overleftarrow{\mathpalette{\stix@overarrow{leftarrow}}} |
---|
| 860 | \def\overrightarrow{\mathpalette{\stix@overarrow{rightarrow}}} |
---|
| 861 | \def\overleftrightarrow{\mathpalette{\stix@overarrow{leftrightarrow}}} |
---|
| 862 | \def\overleftharpoon{\mathpalette{\stix@overarrow{leftharpoon}}} |
---|
| 863 | \def\overrightharpoon{\mathpalette{\stix@overarrow{rightharpoon}}} |
---|
| 864 | \def\underleftarrow{\mathpalette{\stix@underarrow{leftarrow}}} |
---|
| 865 | \def\underrightarrow{\mathpalette{\stix@underarrow{rightarrow}}} |
---|
| 866 | \def\underleftrightarrow{\mathpalette{\stix@underarrow{leftrightarrow}}} |
---|
| 867 | \def\underleftharpoon{\mathpalette{\stix@underarrow{leftharpoon}}} |
---|
| 868 | \def\underrightharpoon{\mathpalette{\stix@underarrow{rightharpoon}}} |
---|
| 869 | \stix@MathSymbol{\lhook} {\mathrel}{arrows1}{"2A} |
---|
| 870 | \stix@MathSymbol{\rhook} {\mathrel}{arrows1}{"2B} |
---|
| 871 | \stix@MathSymbol{\relbar} {\mathrel}{arrows1}{"2C} |
---|
| 872 | \stix@MathSymbol{\Relbar} {\mathrel}{arrows1}{"2D} |
---|
| 873 | \stix@MathSymbol{\Rrelbar} {\mathrel}{arrows1}{"2E} |
---|
| 874 | \stix@MathSymbol{\RRelbar} {\mathrel}{arrows1}{"2F} |
---|
| 875 | |
---|
| 876 | \stix@MathSymbol{\mapsfromchar} {\mathrel}{arrows1}{"3A} |
---|
| 877 | \stix@MathSymbol{\mapstochar} {\mathrel}{arrows1}{"3B} |
---|
| 878 | \stix@MathSymbol{\rightarrowbackapprox} {\mathrel}{arrows1}{"40} |
---|
| 879 | \stix@MathSymbol{\similarleftarrow} {\mathrel}{arrows1}{"5B} |
---|
| 880 | \stix@MathSymbol{\leftarrowapprox} {\mathrel}{arrows1}{"5C} |
---|
| 881 | \stix@MathSymbol{\leftarrowbsimilar} {\mathrel}{arrows1}{"5D} |
---|
| 882 | \stix@MathSymbol{\rightarrowbsimilar} {\mathrel}{arrows1}{"5E} |
---|
| 883 | \stix@MathSymbol{\leftarrow} {\mathrel}{arrows1}{"7D} \let\gets=\leftarrow |
---|
| 884 | \stix@MathSymbol{\rightarrow} {\mathrel}{arrows1}{"99} \let\to=\rightarrow |
---|
| 885 | \stix@MathSymbol{\leftrightarrow} {\mathrel}{arrows1}{"9B} |
---|
| 886 | \stix@MathSymbol{\nwarrow} {\mathrel}{arrows1}{"9D} |
---|
| 887 | \stix@MathSymbol{\nearrow} {\mathrel}{arrows1}{"9E} |
---|
| 888 | \stix@MathSymbol{\searrow} {\mathrel}{arrows1}{"9F} |
---|
| 889 | |
---|
| 890 | \stix@MathSymbol{\swarrow} {\mathrel}{arrows1}{"A0} |
---|
| 891 | \stix@MathSymbol{\nleftarrow} {\mathrel}{arrows1}{"A1} |
---|
| 892 | \stix@MathSymbol{\nrightarrow} {\mathrel}{arrows1}{"A2} |
---|
| 893 | \stix@MathSymbol{\leftwavearrow} {\mathrel}{arrows1}{"A3} |
---|
| 894 | \stix@MathSymbol{\rightwavearrow} {\mathrel}{arrows1}{"A4} |
---|
| 895 | \stix@MathSymbol{\twoheadleftarrow} {\mathrel}{arrows1}{"A5} |
---|
| 896 | \stix@MathSymbol{\twoheaduparrow} {\mathrel}{arrows1}{"A6} |
---|
| 897 | \stix@MathSymbol{\twoheadrightarrow} {\mathrel}{arrows1}{"A7} |
---|
| 898 | \stix@MathSymbol{\twoheaddownarrow} {\mathrel}{arrows1}{"A8} |
---|
| 899 | \stix@MathSymbol{\leftarrowtail} {\mathrel}{arrows1}{"A9} |
---|
| 900 | \stix@MathSymbol{\rightarrowtail} {\mathrel}{arrows1}{"AA} |
---|
| 901 | \stix@MathSymbol{\mapsfrom} {\mathrel}{arrows1}{"AB} |
---|
| 902 | \stix@MathSymbol{\mapsup} {\mathrel}{arrows1}{"AC} |
---|
| 903 | \stix@MathSymbol{\mapsto} {\mathrel}{arrows1}{"AD} |
---|
| 904 | \stix@MathSymbol{\mapsdown} {\mathrel}{arrows1}{"AE} |
---|
| 905 | \stix@MathSymbol{\updownarrowbar} {\mathord}{arrows1}{"AF} |
---|
| 906 | |
---|
| 907 | \stix@MathSymbol{\hookleftarrow} {\mathrel}{arrows1}{"B0} |
---|
| 908 | \stix@MathSymbol{\hookrightarrow} {\mathrel}{arrows1}{"B1} |
---|
| 909 | \stix@MathSymbol{\looparrowleft} {\mathrel}{arrows1}{"B2} |
---|
| 910 | \stix@MathSymbol{\looparrowright} {\mathrel}{arrows1}{"B3} |
---|
| 911 | \stix@MathSymbol{\leftrightsquigarrow} {\mathrel}{arrows1}{"B4} |
---|
| 912 | \stix@MathSymbol{\nleftrightarrow} {\mathrel}{arrows1}{"B5} |
---|
| 913 | \stix@MathSymbol{\downzigzagarrow} {\mathrel}{arrows1}{"B6} |
---|
| 914 | \stix@MathSymbol{\Lsh} {\mathrel}{arrows1}{"B7} |
---|
| 915 | \stix@MathSymbol{\Rsh} {\mathrel}{arrows1}{"B8} |
---|
| 916 | \stix@MathSymbol{\Ldsh} {\mathrel}{arrows1}{"B9} |
---|
| 917 | \stix@MathSymbol{\Rdsh} {\mathrel}{arrows1}{"BA} |
---|
| 918 | \stix@MathSymbol{\linefeed} {\mathord}{arrows1}{"BB} |
---|
| 919 | \stix@MathSymbol{\carriagereturn} {\mathord}{arrows1}{"BC} |
---|
| 920 | \stix@MathSymbol{\curvearrowleft} {\mathrel}{arrows1}{"BD} |
---|
| 921 | \stix@MathSymbol{\curvearrowright} {\mathrel}{arrows1}{"BE} |
---|
| 922 | \stix@MathSymbol{\barovernorthwestarrow} {\mathord}{arrows1}{"BF} |
---|
| 923 | |
---|
| 924 | \stix@MathSymbol{\barleftarrowrightarrowbar}{\mathord}{arrows1}{"C0} |
---|
| 925 | \stix@MathSymbol{\acwopencirclearrow} {\mathord}{arrows1}{"C1} \stix@MathSymbol{\circlearrowleft} {\mathrel}{arrows1}{"C1} |
---|
| 926 | \stix@MathSymbol{\cwopencirclearrow} {\mathord}{arrows1}{"C2} \stix@MathSymbol{\circlearrowright}{\mathrel}{arrows1}{"C2} |
---|
| 927 | \stix@MathSymbol{\leftharpoonup} {\mathrel}{arrows1}{"C3} |
---|
| 928 | \stix@MathSymbol{\leftharpoondown} {\mathrel}{arrows1}{"C4} |
---|
| 929 | \stix@MathSymbol{\upharpoonright} {\mathrel}{arrows1}{"C5} \let\restriction=\upharpoonright |
---|
| 930 | \stix@MathSymbol{\upharpoonleft} {\mathrel}{arrows1}{"C6} |
---|
| 931 | \stix@MathSymbol{\rightharpoonup} {\mathrel}{arrows1}{"C7} |
---|
| 932 | \stix@MathSymbol{\rightharpoondown} {\mathrel}{arrows1}{"C8} |
---|
| 933 | \stix@MathSymbol{\downharpoonright} {\mathrel}{arrows1}{"C9} |
---|
| 934 | \stix@MathSymbol{\downharpoonleft} {\mathrel}{arrows1}{"CA} |
---|
| 935 | \stix@MathSymbol{\rightleftarrows} {\mathrel}{arrows1}{"CB} |
---|
| 936 | \stix@MathSymbol{\updownarrows} {\mathrel}{arrows1}{"CC} |
---|
| 937 | \stix@MathSymbol{\leftrightarrows} {\mathrel}{arrows1}{"CD} |
---|
| 938 | \stix@MathSymbol{\leftleftarrows} {\mathrel}{arrows1}{"CE} |
---|
| 939 | \stix@MathSymbol{\upuparrows} {\mathrel}{arrows1}{"CF} |
---|
| 940 | |
---|
| 941 | \stix@MathSymbol{\rightrightarrows} {\mathrel}{arrows1}{"D0} |
---|
| 942 | \stix@MathSymbol{\downdownarrows} {\mathrel}{arrows1}{"D1} |
---|
| 943 | \stix@MathSymbol{\leftrightharpoons} {\mathrel}{arrows1}{"D2} |
---|
| 944 | \stix@MathSymbol{\rightleftharpoons} {\mathrel}{arrows1}{"D3} |
---|
| 945 | \stix@MathSymbol{\nLeftarrow} {\mathrel}{arrows1}{"D4} |
---|
| 946 | \stix@MathSymbol{\nLeftrightarrow} {\mathrel}{arrows1}{"D5} |
---|
| 947 | \stix@MathSymbol{\nRightarrow} {\mathrel}{arrows1}{"D6} |
---|
| 948 | \stix@MathSymbol{\Leftarrow} {\mathrel}{arrows1}{"D7} |
---|
| 949 | \stix@MathSymbol{\Rightarrow} {\mathrel}{arrows1}{"D9} |
---|
| 950 | \stix@MathSymbol{\Leftrightarrow} {\mathrel}{arrows1}{"DB} |
---|
| 951 | \stix@MathSymbol{\Nwarrow} {\mathrel}{arrows1}{"DD} |
---|
| 952 | \stix@MathSymbol{\Nearrow} {\mathrel}{arrows1}{"DE} |
---|
| 953 | \stix@MathSymbol{\Searrow} {\mathrel}{arrows1}{"DF} |
---|
| 954 | |
---|
| 955 | \stix@MathSymbol{\Swarrow} {\mathrel}{arrows1}{"E0} |
---|
| 956 | \stix@MathSymbol{\Lleftarrow} {\mathrel}{arrows1}{"E1} |
---|
| 957 | \stix@MathSymbol{\Rrightarrow} {\mathrel}{arrows1}{"E2} |
---|
| 958 | \stix@MathSymbol{\leftsquigarrow} {\mathrel}{arrows1}{"E3} |
---|
| 959 | \stix@MathSymbol{\rightsquigarrow} {\mathrel}{arrows1}{"E4} \let\leadsto=\rightsquigarrow |
---|
| 960 | \stix@MathSymbol{\nHuparrow} {\mathord}{arrows1}{"E5} |
---|
| 961 | \stix@MathSymbol{\nHdownarrow} {\mathord}{arrows1}{"E6} |
---|
| 962 | \stix@MathSymbol{\leftdasharrow} {\mathord}{arrows1}{"E7} |
---|
| 963 | \stix@MathSymbol{\updasharrow} {\mathord}{arrows1}{"E8} |
---|
| 964 | \stix@MathSymbol{\rightdasharrow} {\mathord}{arrows1}{"E9} |
---|
| 965 | \stix@MathSymbol{\downdasharrow} {\mathord}{arrows1}{"EA} |
---|
| 966 | \stix@MathSymbol{\barleftarrow} {\mathrel}{arrows1}{"EB} |
---|
| 967 | \stix@MathSymbol{\rightarrowbar} {\mathrel}{arrows1}{"EC} |
---|
| 968 | \stix@MathSymbol{\leftwhitearrow} {\mathord}{arrows1}{"ED} |
---|
| 969 | \stix@MathSymbol{\upwhitearrow} {\mathord}{arrows1}{"EE} |
---|
| 970 | \stix@MathSymbol{\rightwhitearrow} {\mathord}{arrows1}{"EF} |
---|
| 971 | |
---|
| 972 | \stix@MathSymbol{\downwhitearrow} {\mathord}{arrows1}{"F0} |
---|
| 973 | \stix@MathSymbol{\whitearrowupfrombar} {\mathord}{arrows1}{"F1} |
---|
| 974 | \stix@MathSymbol{\circleonrightarrow} {\mathrel}{arrows1}{"F2} |
---|
| 975 | \stix@MathSymbol{\downuparrows} {\mathrel}{arrows1}{"F3} |
---|
| 976 | \stix@MathSymbol{\rightthreearrows} {\mathrel}{arrows1}{"F4} |
---|
| 977 | \stix@MathSymbol{\nvleftarrow} {\mathrel}{arrows1}{"F5} |
---|
| 978 | \stix@MathSymbol{\nvrightarrow} {\mathrel}{arrows1}{"F6} |
---|
| 979 | \stix@MathSymbol{\nvleftrightarrow} {\mathrel}{arrows1}{"F7} |
---|
| 980 | \stix@MathSymbol{\nVleftarrow} {\mathrel}{arrows1}{"F8} |
---|
| 981 | \stix@MathSymbol{\nVrightarrow} {\mathrel}{arrows1}{"F9} |
---|
| 982 | \stix@MathSymbol{\nVleftrightarrow} {\mathrel}{arrows1}{"FA} |
---|
| 983 | \stix@MathSymbol{\leftarrowtriangle} {\mathrel}{arrows1}{"FB} |
---|
| 984 | \stix@MathSymbol{\rightarrowtriangle} {\mathrel}{arrows1}{"FC} |
---|
| 985 | \stix@MathSymbol{\leftrightarrowtriangle} {\mathrel}{arrows1}{"FD} |
---|
| 986 | |
---|
| 987 | \stix@MathSymbol{\leftarrowonoplus} {\mathrel}{arrows2}{"2A} |
---|
| 988 | \stix@MathSymbol{\longleftsquigarrow} {\mathrel}{arrows2}{"2B} |
---|
| 989 | \stix@MathSymbol{\nvtwoheadleftarrow} {\mathrel}{arrows2}{"2C} |
---|
| 990 | \stix@MathSymbol{\nVtwoheadleftarrow} {\mathrel}{arrows2}{"2D} |
---|
| 991 | \stix@MathSymbol{\twoheadmapsfrom} {\mathrel}{arrows2}{"2E} |
---|
| 992 | \stix@MathSymbol{\twoheadleftdbkarrow} {\mathrel}{arrows2}{"2F} |
---|
| 993 | \stix@MathSymbol{\leftdotarrow} {\mathrel}{arrows2}{"3A} |
---|
| 994 | \stix@MathSymbol{\nvleftarrowtail} {\mathrel}{arrows2}{"3B} |
---|
| 995 | \stix@MathSymbol{\nVleftarrowtail} {\mathrel}{arrows2}{"3C} |
---|
| 996 | \stix@MathSymbol{\twoheadleftarrowtail} {\mathrel}{arrows2}{"3D} |
---|
| 997 | \stix@MathSymbol{\nvtwoheadleftarrowtail} {\mathrel}{arrows2}{"3E} |
---|
| 998 | \stix@MathSymbol{\nVtwoheadleftarrowtail} {\mathrel}{arrows2}{"3F} |
---|
| 999 | \stix@MathSymbol{\leftarrowx} {\mathrel}{arrows2}{"40} |
---|
| 1000 | \stix@MathSymbol{\leftcurvedarrow} {\mathrel}{arrows2}{"5B} |
---|
| 1001 | \stix@MathSymbol{\equalleftarrow} {\mathrel}{arrows2}{"5C} |
---|
| 1002 | \stix@MathSymbol{\bsimilarleftarrow} {\mathrel}{arrows2}{"5D} |
---|
| 1003 | \stix@MathSymbol{\leftarrowbackapprox} {\mathrel}{arrows2}{"5E} |
---|
| 1004 | \stix@MathSymbol{\rightarrowgtr} {\mathrel}{arrows2}{"5F} |
---|
| 1005 | \stix@MathSymbol{\rightarrowsupset} {\mathrel}{arrows2}{"60} |
---|
| 1006 | \stix@MathSymbol{\LLeftarrow} {\mathrel}{arrows2}{"7D} |
---|
| 1007 | \stix@MathSymbol{\RRightarrow} {\mathrel}{arrows2}{"7E} |
---|
| 1008 | |
---|
| 1009 | \stix@MathSymbol{\nvtwoheadrightarrow} {\mathrel}{arrows2}{"99} |
---|
| 1010 | \stix@MathSymbol{\nVtwoheadrightarrow} {\mathrel}{arrows2}{"9A} |
---|
| 1011 | \stix@MathSymbol{\nvLeftarrow} {\mathrel}{arrows2}{"9B} |
---|
| 1012 | \stix@MathSymbol{\nvRightarrow} {\mathrel}{arrows2}{"9C} |
---|
| 1013 | \stix@MathSymbol{\nvLeftrightarrow} {\mathrel}{arrows2}{"9D} |
---|
| 1014 | \stix@MathSymbol{\twoheadmapsto} {\mathrel}{arrows2}{"9E} |
---|
| 1015 | \stix@MathSymbol{\Mapsfrom} {\mathrel}{arrows2}{"9F} |
---|
| 1016 | |
---|
| 1017 | \stix@MathSymbol{\Mapsto} {\mathrel}{arrows2}{"A0} |
---|
| 1018 | \stix@MathSymbol{\downarrowbarred} {\mathrel}{arrows2}{"A1} |
---|
| 1019 | \stix@MathSymbol{\uparrowbarred} {\mathrel}{arrows2}{"A2} |
---|
| 1020 | \stix@MathSymbol{\circleonleftarrow} {\mathrel}{arrows2}{"A3} |
---|
| 1021 | \stix@MathSymbol{\leftthreearrows} {\mathrel}{arrows2}{"A4} |
---|
| 1022 | \stix@MathSymbol{\leftbkarrow} {\mathrel}{arrows2}{"A5} |
---|
| 1023 | \stix@MathSymbol{\rightbkarrow} {\mathrel}{arrows2}{"A6} |
---|
| 1024 | \stix@MathSymbol{\leftdbkarrow} {\mathrel}{arrows2}{"A7} \let\dashleftarrow=\leftdbkarrow |
---|
| 1025 | \stix@MathSymbol{\dbkarow} {\mathrel}{arrows2}{"A8} \let\dashrightarrow=\dbkarow \let\dasharrow=\dbkarow |
---|
| 1026 | \stix@MathSymbol{\drbkarow} {\mathrel}{arrows2}{"A9} |
---|
| 1027 | \stix@MathSymbol{\rightdotarrow} {\mathrel}{arrows2}{"AA} |
---|
| 1028 | \stix@MathSymbol{\baruparrow} {\mathrel}{arrows2}{"AB} |
---|
| 1029 | \stix@MathSymbol{\downarrowbar} {\mathrel}{arrows2}{"AC} |
---|
| 1030 | \stix@MathSymbol{\nvrightarrowtail} {\mathrel}{arrows2}{"AD} |
---|
| 1031 | \stix@MathSymbol{\nVrightarrowtail} {\mathrel}{arrows2}{"AE} |
---|
| 1032 | \stix@MathSymbol{\twoheadrightarrowtail} {\mathrel}{arrows2}{"AF} |
---|
| 1033 | |
---|
| 1034 | \stix@MathSymbol{\nvtwoheadrightarrowtail} {\mathrel}{arrows2}{"B0} |
---|
| 1035 | \stix@MathSymbol{\nVtwoheadrightarrowtail} {\mathrel}{arrows2}{"B1} |
---|
| 1036 | \stix@MathSymbol{\lefttail} {\mathrel}{arrows2}{"B2} |
---|
| 1037 | \stix@MathSymbol{\righttail} {\mathrel}{arrows2}{"B3} |
---|
| 1038 | \stix@MathSymbol{\leftdbltail} {\mathrel}{arrows2}{"B4} |
---|
| 1039 | \stix@MathSymbol{\rightdbltail} {\mathrel}{arrows2}{"B5} |
---|
| 1040 | \stix@MathSymbol{\diamondleftarrow} {\mathrel}{arrows2}{"B6} |
---|
| 1041 | \stix@MathSymbol{\rightarrowdiamond} {\mathrel}{arrows2}{"B7} |
---|
| 1042 | \stix@MathSymbol{\diamondleftarrowbar} {\mathrel}{arrows2}{"B8} |
---|
| 1043 | \stix@MathSymbol{\barrightarrowdiamond} {\mathrel}{arrows2}{"B9} |
---|
| 1044 | \stix@MathSymbol{\nwsearrow} {\mathrel}{arrows2}{"BA} |
---|
| 1045 | \stix@MathSymbol{\neswarrow} {\mathrel}{arrows2}{"BB} |
---|
| 1046 | \stix@MathSymbol{\hknwarrow} {\mathrel}{arrows2}{"BC} |
---|
| 1047 | \stix@MathSymbol{\hknearrow} {\mathrel}{arrows2}{"BD} |
---|
| 1048 | \stix@MathSymbol{\hksearow} {\mathrel}{arrows2}{"BE} |
---|
| 1049 | \stix@MathSymbol{\hkswarow} {\mathrel}{arrows2}{"BF} |
---|
| 1050 | |
---|
| 1051 | \stix@MathSymbol{\tona} {\mathrel}{arrows2}{"C0} |
---|
| 1052 | \stix@MathSymbol{\toea} {\mathrel}{arrows2}{"C1} |
---|
| 1053 | \stix@MathSymbol{\tosa} {\mathrel}{arrows2}{"C2} |
---|
| 1054 | \stix@MathSymbol{\towa} {\mathrel}{arrows2}{"C3} |
---|
| 1055 | \stix@MathSymbol{\rdiagovfdiag} {\mathord}{arrows2}{"C4} |
---|
| 1056 | \stix@MathSymbol{\fdiagovrdiag} {\mathord}{arrows2}{"C5} |
---|
| 1057 | \stix@MathSymbol{\seovnearrow} {\mathord}{arrows2}{"C6} |
---|
| 1058 | \stix@MathSymbol{\neovsearrow} {\mathord}{arrows2}{"C7} |
---|
| 1059 | \stix@MathSymbol{\fdiagovnearrow} {\mathord}{arrows2}{"C8} |
---|
| 1060 | \stix@MathSymbol{\rdiagovsearrow} {\mathord}{arrows2}{"C9} |
---|
| 1061 | \stix@MathSymbol{\neovnwarrow} {\mathord}{arrows2}{"CA} |
---|
| 1062 | \stix@MathSymbol{\nwovnearrow} {\mathord}{arrows2}{"CB} |
---|
| 1063 | \stix@MathSymbol{\rightcurvedarrow} {\mathrel}{arrows2}{"CC} |
---|
| 1064 | \stix@MathSymbol{\uprightcurvearrow} {\mathord}{arrows2}{"CD} |
---|
| 1065 | \stix@MathSymbol{\downrightcurvedarrow} {\mathord}{arrows2}{"CE} |
---|
| 1066 | \stix@MathSymbol{\leftdowncurvedarrow} {\mathrel}{arrows2}{"CF} |
---|
| 1067 | |
---|
| 1068 | \stix@MathSymbol{\rightdowncurvedarrow} {\mathrel}{arrows2}{"D0} |
---|
| 1069 | \stix@MathSymbol{\cwrightarcarrow} {\mathrel}{arrows2}{"D1} |
---|
| 1070 | \stix@MathSymbol{\acwleftarcarrow} {\mathrel}{arrows2}{"D2} |
---|
| 1071 | \stix@MathSymbol{\acwoverarcarrow} {\mathrel}{arrows2}{"D3} |
---|
| 1072 | \stix@MathSymbol{\acwunderarcarrow} {\mathrel}{arrows2}{"D4} |
---|
| 1073 | \stix@MathSymbol{\curvearrowrightminus} {\mathrel}{arrows2}{"D5} |
---|
| 1074 | \stix@MathSymbol{\curvearrowleftplus} {\mathrel}{arrows2}{"D6} |
---|
| 1075 | \stix@MathSymbol{\cwundercurvearrow} {\mathrel}{arrows2}{"D7} |
---|
| 1076 | \stix@MathSymbol{\ccwundercurvearrow} {\mathrel}{arrows2}{"D8} |
---|
| 1077 | \stix@MathSymbol{\acwcirclearrow} {\mathrel}{arrows2}{"D9} |
---|
| 1078 | \stix@MathSymbol{\cwcirclearrow} {\mathrel}{arrows2}{"DA} |
---|
| 1079 | \stix@MathSymbol{\rightarrowshortleftarrow} {\mathrel}{arrows2}{"DB} |
---|
| 1080 | \stix@MathSymbol{\leftarrowshortrightarrow} {\mathrel}{arrows2}{"DC} |
---|
| 1081 | \stix@MathSymbol{\shortrightarrowleftarrow} {\mathrel}{arrows2}{"DD} |
---|
| 1082 | \stix@MathSymbol{\rightarrowplus} {\mathrel}{arrows2}{"DE} |
---|
| 1083 | \stix@MathSymbol{\leftarrowplus} {\mathrel}{arrows2}{"DF} |
---|
| 1084 | |
---|
| 1085 | \stix@MathSymbol{\rightarrowx} {\mathrel}{arrows2}{"E0} |
---|
| 1086 | \stix@MathSymbol{\leftrightarrowcircle} {\mathrel}{arrows2}{"E1} |
---|
| 1087 | \stix@MathSymbol{\twoheaduparrowcircle} {\mathrel}{arrows2}{"E2} |
---|
| 1088 | \stix@MathSymbol{\leftrightharpoonupdown} {\mathrel}{arrows2}{"E3} |
---|
| 1089 | \stix@MathSymbol{\leftrightharpoondownup} {\mathrel}{arrows2}{"E4} |
---|
| 1090 | \stix@MathSymbol{\updownharpoonrightleft} {\mathrel}{arrows2}{"E5} |
---|
| 1091 | \stix@MathSymbol{\updownharpoonleftright} {\mathrel}{arrows2}{"E6} |
---|
| 1092 | \stix@MathSymbol{\leftrightharpoonupup} {\mathrel}{arrows2}{"E7} |
---|
| 1093 | \stix@MathSymbol{\updownharpoonrightright} {\mathrel}{arrows2}{"E8} |
---|
| 1094 | \stix@MathSymbol{\leftrightharpoondowndown} {\mathrel}{arrows2}{"E9} |
---|
| 1095 | \stix@MathSymbol{\updownharpoonleftleft} {\mathrel}{arrows2}{"EA} |
---|
| 1096 | \stix@MathSymbol{\barleftharpoonup} {\mathrel}{arrows2}{"EB} |
---|
| 1097 | \stix@MathSymbol{\rightharpoonupbar} {\mathrel}{arrows2}{"EC} |
---|
| 1098 | \stix@MathSymbol{\barupharpoonright} {\mathrel}{arrows2}{"ED} |
---|
| 1099 | \stix@MathSymbol{\downharpoonrightbar} {\mathrel}{arrows2}{"EE} |
---|
| 1100 | \stix@MathSymbol{\barleftharpoondown} {\mathrel}{arrows2}{"EF} |
---|
| 1101 | |
---|
| 1102 | \stix@MathSymbol{\rightharpoondownbar} {\mathrel}{arrows2}{"F0} |
---|
| 1103 | \stix@MathSymbol{\barupharpoonleft} {\mathrel}{arrows2}{"F1} |
---|
| 1104 | \stix@MathSymbol{\downharpoonleftbar} {\mathrel}{arrows2}{"F2} |
---|
| 1105 | \stix@MathSymbol{\leftharpoonupbar} {\mathrel}{arrows2}{"F3} |
---|
| 1106 | \stix@MathSymbol{\barrightharpoonup} {\mathrel}{arrows2}{"F4} |
---|
| 1107 | \stix@MathSymbol{\upharpoonrightbar} {\mathrel}{arrows2}{"F5} |
---|
| 1108 | \stix@MathSymbol{\bardownharpoonright} {\mathrel}{arrows2}{"F6} |
---|
| 1109 | \stix@MathSymbol{\leftharpoondownbar} {\mathrel}{arrows2}{"F7} |
---|
| 1110 | \stix@MathSymbol{\barrightharpoondown} {\mathrel}{arrows2}{"F8} |
---|
| 1111 | \stix@MathSymbol{\upharpoonleftbar} {\mathrel}{arrows2}{"F9} |
---|
| 1112 | \stix@MathSymbol{\bardownharpoonleft} {\mathrel}{arrows2}{"FA} |
---|
| 1113 | \stix@MathSymbol{\leftharpoonsupdown} {\mathrel}{arrows2}{"FB} |
---|
| 1114 | \stix@MathSymbol{\upharpoonsleftright} {\mathrel}{arrows2}{"FC} |
---|
| 1115 | \stix@MathSymbol{\rightharpoonsupdown} {\mathrel}{arrows2}{"FD} |
---|
| 1116 | \stix@MathSymbol{\downharpoonsleftright} {\mathrel}{arrows2}{"FE} |
---|
| 1117 | \stix@MathSymbol{\leftrightharpoonsup} {\mathrel}{arrows2}{"FF} |
---|
| 1118 | |
---|
| 1119 | \stix@MathSymbol{\cwgapcirclearrow} {\mathrel}{arrows3}{"00} |
---|
| 1120 | \stix@MathSymbol{\rightarrowonoplus} {\mathrel}{arrows3}{"01} |
---|
| 1121 | \stix@MathSymbol{\longleftarrow} {\mathrel}{arrows3}{"02} |
---|
| 1122 | \stix@MathSymbol{\longrightarrow} {\mathrel}{arrows3}{"03} |
---|
| 1123 | \stix@MathSymbol{\longleftrightarrow} {\mathrel}{arrows3}{"04} |
---|
| 1124 | \stix@MathSymbol{\Longleftarrow} {\mathrel}{arrows3}{"05} |
---|
| 1125 | \stix@MathSymbol{\Longrightarrow} {\mathrel}{arrows3}{"06} |
---|
| 1126 | \stix@MathSymbol{\Longleftrightarrow} {\mathrel}{arrows3}{"07} |
---|
| 1127 | \stix@MathSymbol{\longmapsfrom} {\mathrel}{arrows3}{"08} |
---|
| 1128 | \stix@MathSymbol{\longmapsto} {\mathrel}{arrows3}{"09} |
---|
| 1129 | \stix@MathSymbol{\Longmapsfrom} {\mathrel}{arrows3}{"0A} |
---|
| 1130 | \stix@MathSymbol{\Longmapsto} {\mathrel}{arrows3}{"0B} |
---|
| 1131 | \stix@MathSymbol{\longrightsquigarrow} {\mathrel}{arrows3}{"0C} |
---|
| 1132 | \stix@MathSymbol{\acwgapcirclearrow} {\mathrel}{arrows3}{"0D} |
---|
| 1133 | \stix@MathSymbol{\bsimilarrightarrow} {\mathrel}{arrows3}{"0E} |
---|
| 1134 | \stix@MathSymbol{\spadesuit} {\mathord}{arrows3}{"0F} |
---|
| 1135 | |
---|
| 1136 | \stix@MathSymbol{\heartsuit} {\mathord}{arrows3}{"10} |
---|
| 1137 | \stix@MathSymbol{\diamondsuit} {\mathord}{arrows3}{"11} |
---|
| 1138 | \stix@MathSymbol{\clubsuit} {\mathord}{arrows3}{"12} |
---|
| 1139 | \stix@MathSymbol{\mathparagraph} {\mathord}{arrows3}{"13} |
---|
| 1140 | \stix@MathSymbol{\mathsection} {\mathord}{arrows3}{"14} |
---|
| 1141 | \stix@MathSymbol{\leftrightharpoonsdown} {\mathrel}{arrows3}{"15} |
---|
| 1142 | \stix@MathSymbol{\rightleftharpoonsup} {\mathrel}{arrows3}{"16} |
---|
| 1143 | \stix@MathSymbol{\rightleftharpoonsdown} {\mathrel}{arrows3}{"17} |
---|
| 1144 | \stix@MathSymbol{\leftharpoonupdash} {\mathrel}{arrows3}{"18} |
---|
| 1145 | \stix@MathSymbol{\dashleftharpoondown} {\mathrel}{arrows3}{"19} |
---|
| 1146 | \stix@MathSymbol{\rightharpoonupdash} {\mathrel}{arrows3}{"1A} |
---|
| 1147 | \stix@MathSymbol{\dashrightharpoondown} {\mathrel}{arrows3}{"1B} |
---|
| 1148 | \stix@MathSymbol{\updownharpoonsleftright} {\mathrel}{arrows3}{"1C} |
---|
| 1149 | \stix@MathSymbol{\downupharpoonsleftright} {\mathrel}{arrows3}{"1D} |
---|
| 1150 | \stix@MathSymbol{\rightimply} {\mathrel}{arrows3}{"1E} |
---|
| 1151 | \stix@MathSymbol{\equalrightarrow} {\mathrel}{arrows3}{"1F} |
---|
| 1152 | |
---|
| 1153 | \stix@MathSymbol{\similarrightarrow} {\mathrel}{arrows3}{"20} |
---|
| 1154 | \stix@MathSymbol{\leftarrowsimilar} {\mathrel}{arrows3}{"21} |
---|
| 1155 | \stix@MathSymbol{\rightarrowsimilar} {\mathrel}{arrows3}{"22} |
---|
| 1156 | \stix@MathSymbol{\rightarrowapprox} {\mathrel}{arrows3}{"23} |
---|
| 1157 | \stix@MathSymbol{\ltlarr} {\mathrel}{arrows3}{"24} |
---|
| 1158 | \stix@MathSymbol{\leftarrowless} {\mathrel}{arrows3}{"25} |
---|
| 1159 | \stix@MathSymbol{\gtrarr} {\mathrel}{arrows3}{"26} |
---|
| 1160 | \stix@MathSymbol{\subrarr} {\mathrel}{arrows3}{"27} |
---|
| 1161 | \stix@MathSymbol{\leftarrowsubset} {\mathrel}{arrows3}{"28} |
---|
| 1162 | \stix@MathSymbol{\suplarr} {\mathrel}{arrows3}{"29} |
---|
| 1163 | \stix@MathSymbol{\leftfishtail} {\mathrel}{arrows3}{"2A} |
---|
| 1164 | \stix@MathSymbol{\rightfishtail} {\mathrel}{arrows3}{"2B} |
---|
| 1165 | \stix@MathSymbol{\upfishtail} {\mathrel}{arrows3}{"2C} |
---|
| 1166 | \stix@MathSymbol{\downfishtail} {\mathrel}{arrows3}{"2D} |
---|
| 1167 | \stix@MathSymbol{\varclubsuit} {\mathord}{arrows3}{"2E} |
---|
| 1168 | \stix@MathSymbol{\quarternote} {\mathord}{arrows3}{"2F} |
---|
| 1169 | |
---|
| 1170 | \stix@MathSymbol{\eighthnote} {\mathord}{arrows3}{"3A} |
---|
| 1171 | \stix@MathSymbol{\twonotes} {\mathord}{arrows3}{"3B} |
---|
| 1172 | \stix@MathSymbol{\dicei} {\mathord}{arrows3}{"3C} |
---|
| 1173 | \stix@MathSymbol{\diceii} {\mathord}{arrows3}{"3D} |
---|
| 1174 | \stix@MathSymbol{\diceiii} {\mathord}{arrows3}{"3E} |
---|
| 1175 | \stix@MathSymbol{\diceiv} {\mathord}{arrows3}{"3F} |
---|
| 1176 | \stix@MathSymbol{\dicev} {\mathord}{arrows3}{"40} |
---|
| 1177 | |
---|
| 1178 | \stix@MathSymbol{\dicevi} {\mathord}{arrows3}{"5B} |
---|
| 1179 | \stix@MathSymbol{\circledrightdot} {\mathord}{arrows3}{"5C} |
---|
| 1180 | \stix@MathSymbol{\circledtwodots} {\mathord}{arrows3}{"5D} |
---|
| 1181 | \stix@MathSymbol{\blackcircledrightdot} {\mathord}{arrows3}{"5E} |
---|
| 1182 | \stix@MathSymbol{\blackcircledtwodots} {\mathord}{arrows3}{"5F} |
---|
| 1183 | \stix@MathSymbol{\Hermaphrodite} {\mathord}{arrows3}{"60} |
---|
| 1184 | |
---|
| 1185 | \stix@MathSymbol{\mdwhtcircle} {\mathord}{arrows3}{"7D} |
---|
| 1186 | \stix@MathSymbol{\mdblkcircle} {\mathord}{arrows3}{"7E} |
---|
| 1187 | |
---|
| 1188 | \stix@MathSymbol{\mdsmwhtcircle} {\mathord}{arrows3}{"80} |
---|
| 1189 | \stix@MathSymbol{\neuter} {\mathord}{arrows3}{"81} |
---|
| 1190 | \stix@MathSymbol{\checkmarkmath} {\mathord}{arrows3}{"82} |
---|
| 1191 | \stix@MathSymbol{\varstar} {\mathord}{arrows3}{"85} |
---|
| 1192 | \stix@MathSymbol{\dingasterisk} {\mathord}{arrows3}{"86} |
---|
| 1193 | \stix@MathSymbol{\squareulblack} {\mathord}{arrows3}{"88} |
---|
| 1194 | \stix@MathSymbol{\squarelrblack} {\mathord}{arrows3}{"89} |
---|
| 1195 | \stix@MathSymbol{\boxbar} {\mathbin}{arrows3}{"8A} |
---|
| 1196 | \stix@MathSymbol{\trianglecdot} {\mathord}{arrows3}{"8B} |
---|
| 1197 | \stix@MathSymbol{\triangleleftblack} {\mathord}{arrows3}{"8C} |
---|
| 1198 | \stix@MathSymbol{\trianglerightblack} {\mathord}{arrows3}{"8D} |
---|
| 1199 | \stix@MathSymbol{\lgwhtcircle} {\mathord}{arrows3}{"8E} |
---|
| 1200 | \stix@MathSymbol{\squareulquad} {\mathord}{arrows3}{"8F} |
---|
| 1201 | |
---|
| 1202 | \stix@MathSymbol{\squarellquad} {\mathord}{arrows3}{"90} |
---|
| 1203 | \stix@MathSymbol{\squarelrquad} {\mathord}{arrows3}{"91} |
---|
| 1204 | \stix@MathSymbol{\squareurquad} {\mathord}{arrows3}{"92} |
---|
| 1205 | \stix@MathSymbol{\circleulquad} {\mathord}{arrows3}{"93} |
---|
| 1206 | \stix@MathSymbol{\circlellquad} {\mathord}{arrows3}{"94} |
---|
| 1207 | \stix@MathSymbol{\circlelrquad} {\mathord}{arrows3}{"95} |
---|
| 1208 | \stix@MathSymbol{\circleurquad} {\mathord}{arrows3}{"96} |
---|
| 1209 | \stix@MathSymbol{\ultriangle} {\mathord}{arrows3}{"97} |
---|
| 1210 | \stix@MathSymbol{\urtriangle} {\mathord}{arrows3}{"98} |
---|
| 1211 | \stix@MathSymbol{\lltriangle} {\mathord}{arrows3}{"99} |
---|
| 1212 | \stix@MathSymbol{\mdwhtsquare} {\mathord}{arrows3}{"9A} |
---|
| 1213 | \stix@MathSymbol{\mdblksquare} {\mathord}{arrows3}{"9B} |
---|
| 1214 | \stix@MathSymbol{\mdsmwhtsquare} {\mathord}{arrows3}{"9C} |
---|
| 1215 | \stix@MathSymbol{\mdsmblksquare} {\mathord}{arrows3}{"9D} |
---|
| 1216 | \stix@MathSymbol{\lrtriangle} {\mathord}{arrows3}{"9E} |
---|
| 1217 | \stix@MathSymbol{\bigstar} {\mathord}{arrows3}{"9F} |
---|
| 1218 | |
---|
| 1219 | \stix@MathSymbol{\bigwhitestar} {\mathord}{arrows3}{"A0} |
---|
| 1220 | \stix@MathSymbol{\dottimes} {\mathbin}{arrows3}{"A1} |
---|
| 1221 | \stix@MathSymbol{\timesbar} {\mathbin}{arrows3}{"A2} |
---|
| 1222 | \stix@MathSymbol{\btimes} {\mathbin}{arrows3}{"A3} |
---|
| 1223 | \stix@MathSymbol{\smashtimes} {\mathbin}{arrows3}{"A4} |
---|
| 1224 | \stix@MathSymbol{\otimeslhrim} {\mathbin}{arrows3}{"A5} |
---|
| 1225 | \stix@MathSymbol{\otimesrhrim} {\mathbin}{arrows3}{"A6} |
---|
| 1226 | \stix@MathSymbol{\otimeshat} {\mathbin}{arrows3}{"A7} |
---|
| 1227 | \stix@MathSymbol{\Otimes} {\mathbin}{arrows3}{"A8} |
---|
| 1228 | \stix@MathSymbol{\odiv} {\mathbin}{arrows3}{"A9} |
---|
| 1229 | \stix@MathSymbol{\triangleplus} {\mathbin}{arrows3}{"AA} |
---|
| 1230 | \stix@MathSymbol{\triangleminus} {\mathbin}{arrows3}{"AB} |
---|
| 1231 | \stix@MathSymbol{\triangletimes} {\mathbin}{arrows3}{"AC} |
---|
| 1232 | \stix@MathSymbol{\intprod} {\mathbin}{arrows3}{"AD} |
---|
| 1233 | \stix@MathSymbol{\intprodr} {\mathbin}{arrows3}{"AE} |
---|
| 1234 | \stix@MathSymbol{\fcmp} {\mathbin}{arrows3}{"AF} |
---|
| 1235 | |
---|
| 1236 | \stix@MathSymbol{\amalg} {\mathbin}{arrows3}{"B0} |
---|
| 1237 | \stix@MathSymbol{\capdot} {\mathbin}{arrows3}{"B1} |
---|
| 1238 | \stix@MathSymbol{\uminus} {\mathbin}{arrows3}{"B2} |
---|
| 1239 | \stix@MathSymbol{\barcup} {\mathbin}{arrows3}{"B3} |
---|
| 1240 | \stix@MathSymbol{\barcap} {\mathbin}{arrows3}{"B4} |
---|
| 1241 | \stix@MathSymbol{\capwedge} {\mathbin}{arrows3}{"B5} |
---|
| 1242 | \stix@MathSymbol{\cupvee} {\mathbin}{arrows3}{"B6} |
---|
| 1243 | \stix@MathSymbol{\cupovercap} {\mathbin}{arrows3}{"B7} |
---|
| 1244 | \stix@MathSymbol{\capovercup} {\mathbin}{arrows3}{"B8} |
---|
| 1245 | \stix@MathSymbol{\cupbarcap} {\mathbin}{arrows3}{"B9} |
---|
| 1246 | \stix@MathSymbol{\neg} {\mathord}{operators}{"9B} \let\lnot=\neg |
---|
| 1247 | \stix@MathSymbol{\cdotp} {\mathbin}{operators}{"9C} \let\centerdot=\cdotp |
---|
| 1248 | \stix@MathSymbol{\times} {\mathbin}{operators}{"9D} |
---|
| 1249 | \stix@MathSymbol{\preceq} {\mathrel}{operators}{"9E} |
---|
| 1250 | \stix@MathSymbol{\div} {\mathbin}{operators}{"9F} |
---|
| 1251 | |
---|
| 1252 | \stix@MathSymbol{\Zbar} {\mathord}{operators}{"A0} |
---|
| 1253 | \stix@MathSymbol{\notchar} {\mathrel}{operators}{"A1} |
---|
| 1254 | \stix@MathSymbol{\upbackepsilon} {\mathord}{operators}{"A2} |
---|
| 1255 | \stix@MathSymbol{\dagger} {\mathbin}{operators}{"A3} |
---|
| 1256 | \stix@MathSymbol{\ddagger} {\mathbin}{operators}{"A4} |
---|
| 1257 | \stix@MathSymbol{\smblkcircle} {\mathbin}{operators}{"A5} |
---|
| 1258 | \stix@MathSymbol{\enleadertwodots} {\mathord}{operators}{"A6} |
---|
| 1259 | \stix@MathSymbol{\unicodeellipsis} {\mathord}{operators}{"A7} \def\mathellipsis{\mathinner{\unicodeellipsis}} |
---|
| 1260 | \stix@MathSymbol{\prime} {\mathord}{operators}{"A8} |
---|
| 1261 | \stix@MathSymbol{\dprime} {\mathord}{operators}{"A9} |
---|
| 1262 | \stix@MathSymbol{\trprime} {\mathord}{operators}{"AA} |
---|
| 1263 | \stix@MathSymbol{\backprime} {\mathord}{operators}{"AB} |
---|
| 1264 | \stix@MathSymbol{\backdprime} {\mathord}{operators}{"AC} |
---|
| 1265 | \stix@MathSymbol{\backtrprime} {\mathord}{operators}{"AD} |
---|
| 1266 | \stix@MathSymbol{\caretinsert} {\mathord}{operators}{"AE} |
---|
| 1267 | \stix@MathSymbol{\Exclam} {\mathord}{operators}{"AF} |
---|
| 1268 | |
---|
| 1269 | \stix@MathSymbol{\hyphenbullet} {\mathord}{operators}{"B0} |
---|
| 1270 | \stix@MathSymbol{\fracslash} {\mathbin}{operators}{"B1} |
---|
| 1271 | \stix@MathSymbol{\Question} {\mathord}{operators}{"B2} |
---|
| 1272 | \stix@MathSymbol{\closure} {\mathrel}{operators}{"B3} |
---|
| 1273 | \stix@MathSymbol{\qprime} {\mathord}{operators}{"B4} |
---|
| 1274 | \stix@MathSymbol{\vertoverlay} {\mathrel}{operators}{"B5} |
---|
| 1275 | \stix@MathSymbol{\enclosecircle} {\mathord}{operators}{"B6} |
---|
| 1276 | \stix@MathSymbol{\enclosesquare} {\mathord}{operators}{"B7} |
---|
| 1277 | \stix@MathSymbol{\enclosediamond} {\mathord}{operators}{"B8} |
---|
| 1278 | \stix@MathSymbol{\enclosetriangle} {\mathord}{operators}{"B9} |
---|
| 1279 | \stix@MathSymbol{\Eulerconst} {\mathord}{operators}{"BA} |
---|
| 1280 | \stix@MathSymbol{\mho} {\mathord}{operators}{"BB} |
---|
| 1281 | \stix@MathSymbol{\turnediota} {\mathord}{operators}{"BC} |
---|
| 1282 | \stix@MathSymbol{\Angstrom} {\mathord}{operators}{"BD} |
---|
| 1283 | \stix@MathSymbol{\Finv} {\mathord}{operators}{"BE} |
---|
| 1284 | \stix@MathSymbol{\Game} {\mathord}{operators}{"BF} |
---|
| 1285 | |
---|
| 1286 | \stix@MathSymbol{\sansLturned} {\mathord}{operators}{"C0} |
---|
| 1287 | \stix@MathSymbol{\sansLmirrored} {\mathord}{operators}{"C1} |
---|
| 1288 | \stix@MathSymbol{\Yup} {\mathord}{operators}{"C2} |
---|
| 1289 | \stix@MathSymbol{\PropertyLine} {\mathord}{operators}{"C3} |
---|
| 1290 | \stix@MathSymbol{\upand} {\mathbin}{operators}{"C4} |
---|
| 1291 | \stix@MathSymbol{\forall} {\mathord}{operators}{"C5} |
---|
| 1292 | \stix@MathSymbol{\complement} {\mathord}{operators}{"C6} |
---|
| 1293 | \stix@MathSymbol{\exists} {\mathord}{operators}{"C7} |
---|
| 1294 | \stix@MathSymbol{\nexists} {\mathord}{operators}{"C8} |
---|
| 1295 | \stix@MathSymbol{\varnothing} {\mathord}{operators}{"C9} |
---|
| 1296 | \stix@MathSymbol{\increment} {\mathord}{operators}{"CA} |
---|
| 1297 | \stix@MathSymbol{\in} {\mathrel}{operators}{"CB} |
---|
| 1298 | \stix@MathSymbol{\notin} {\mathrel}{operators}{"CC} |
---|
| 1299 | \stix@MathSymbol{\smallin} {\mathrel}{operators}{"CD} |
---|
| 1300 | \stix@MathSymbol{\ni} {\mathrel}{operators}{"CE} \let\owns=\ni |
---|
| 1301 | \stix@MathSymbol{\nni} {\mathrel}{operators}{"CF} |
---|
| 1302 | |
---|
| 1303 | \stix@MathSymbol{\smallni} {\mathrel}{operators}{"D0} |
---|
| 1304 | \stix@MathSymbol{\QED} {\mathord}{operators}{"D1} |
---|
| 1305 | \stix@MathSymbol{\dotplus} {\mathbin}{operators}{"D2} |
---|
| 1306 | \stix@MathSymbol{\succeq} {\mathrel}{operators}{"D3} |
---|
| 1307 | \stix@MathSymbol{\smallsetminus} {\mathbin}{operators}{"D4} |
---|
| 1308 | \stix@MathSymbol{\vysmwhtcircle} {\mathbin}{operators}{"D5} |
---|
| 1309 | \stix@MathSymbol{\vysmblkcircle} {\mathbin}{operators}{"D6} \let\bullet=\vysmblkcircle |
---|
| 1310 | \stix@MathSymbol{\propto} {\mathrel}{operators}{"D7} |
---|
| 1311 | \stix@MathSymbol{\infty} {\mathord}{operators}{"D8} |
---|
| 1312 | \stix@MathSymbol{\rightangle} {\mathord}{operators}{"D9} |
---|
| 1313 | \stix@MathSymbol{\angle} {\mathord}{operators}{"DA} |
---|
| 1314 | \stix@MathSymbol{\measuredangle} {\mathord}{operators}{"DB} |
---|
| 1315 | \stix@MathSymbol{\sphericalangle} {\mathord}{operators}{"DC} |
---|
| 1316 | \stix@MathSymbol{\mid} {\mathrel}{operators}{"DD} |
---|
| 1317 | \stix@MathSymbol{\nmid} {\mathrel}{operators}{"DE} |
---|
| 1318 | \stix@MathSymbol{\parallel} {\mathrel}{operators}{"DF} |
---|
| 1319 | |
---|
| 1320 | \stix@MathSymbol{\nparallel} {\mathrel}{operators}{"E0} |
---|
| 1321 | \stix@MathSymbol{\wedge} {\mathbin}{operators}{"E1} \let\land=\wedge |
---|
| 1322 | \stix@MathSymbol{\vee} {\mathbin}{operators}{"E2} \let\lor=\vee |
---|
| 1323 | \stix@MathSymbol{\cap} {\mathbin}{operators}{"E3} |
---|
| 1324 | \stix@MathSymbol{\cup} {\mathbin}{operators}{"E4} |
---|
| 1325 | \stix@MathSymbol{\therefore} {\mathord}{operators}{"E5} |
---|
| 1326 | \stix@MathSymbol{\because} {\mathord}{operators}{"E6} |
---|
| 1327 | \stix@MathSymbol{\emptyset} {\mathord}{operators}{"E7} |
---|
| 1328 | \stix@MathSymbol{\Colon} {\mathrel}{operators}{"E8} |
---|
| 1329 | \stix@MathSymbol{\dotminus} {\mathbin}{operators}{"E9} |
---|
| 1330 | \stix@MathSymbol{\dashcolon} {\mathrel}{operators}{"EA} |
---|
| 1331 | \stix@MathSymbol{\dotsminusdots} {\mathrel}{operators}{"EB} |
---|
| 1332 | \stix@MathSymbol{\kernelcontraction} {\mathrel}{operators}{"EC} |
---|
| 1333 | \stix@MathSymbol{\sim} {\mathrel}{operators}{"ED} \stix@MathSymbol{\thicksim}{\mathrel}{bold-operators}{"ED} |
---|
| 1334 | \stix@MathSymbol{\backsim} {\mathrel}{operators}{"EE} |
---|
| 1335 | \stix@MathSymbol{\invlazys} {\mathbin}{operators}{"EF} |
---|
| 1336 | |
---|
| 1337 | \stix@MathSymbol{\sinewave} {\mathord}{operators}{"F0} |
---|
| 1338 | \stix@MathSymbol{\wr} {\mathbin}{operators}{"F1} |
---|
| 1339 | \stix@MathSymbol{\nsim} {\mathrel}{operators}{"F2} |
---|
| 1340 | \stix@MathSymbol{\eqsim} {\mathrel}{operators}{"F3} |
---|
| 1341 | \stix@MathSymbol{\simeq} {\mathrel}{operators}{"F4} |
---|
| 1342 | \stix@MathSymbol{\nsime} {\mathrel}{operators}{"F5} |
---|
| 1343 | \stix@MathSymbol{\cong} {\mathrel}{operators}{"F6} |
---|
| 1344 | \stix@MathSymbol{\simneqq} {\mathrel}{operators}{"F7} |
---|
| 1345 | \stix@MathSymbol{\ncong} {\mathrel}{operators}{"F8} |
---|
| 1346 | \stix@MathSymbol{\approx} {\mathrel}{operators}{"F9} \stix@MathSymbol{\thickapprox}{\mathrel}{bold-operators}{"F9} |
---|
| 1347 | \stix@MathSymbol{\napprox} {\mathrel}{operators}{"FA} |
---|
| 1348 | \stix@MathSymbol{\approxeq} {\mathrel}{operators}{"FB} |
---|
| 1349 | \stix@MathSymbol{\approxident} {\mathrel}{operators}{"FC} |
---|
| 1350 | \stix@MathSymbol{\backcong} {\mathrel}{operators}{"FD} |
---|
| 1351 | \stix@MathSymbol{\asymp} {\mathrel}{operators}{"FE} |
---|
| 1352 | \stix@MathSymbol{\Bumpeq} {\mathrel}{operators}{"FF} |
---|
| 1353 | |
---|
| 1354 | \stix@MathSymbol{\bumpeq} {\mathrel}{integrals}{"80} |
---|
| 1355 | \stix@MathSymbol{\doteq} {\mathrel}{integrals}{"81} |
---|
| 1356 | \stix@MathSymbol{\Doteq} {\mathrel}{integrals}{"82} |
---|
| 1357 | \let\doteqdot=\Doteq |
---|
| 1358 | \stix@MathSymbol{\fallingdotseq} {\mathrel}{integrals}{"83} |
---|
| 1359 | \stix@MathSymbol{\risingdotseq} {\mathrel}{integrals}{"84} |
---|
| 1360 | \stix@MathSymbol{\coloneq} {\mathrel}{integrals}{"85} |
---|
| 1361 | \stix@MathSymbol{\eqcolon} {\mathrel}{integrals}{"86} |
---|
| 1362 | \stix@MathSymbol{\eqcirc} {\mathrel}{integrals}{"87} |
---|
| 1363 | \stix@MathSymbol{\circeq} {\mathrel}{integrals}{"88} |
---|
| 1364 | \stix@MathSymbol{\arceq} {\mathrel}{integrals}{"89} |
---|
| 1365 | \stix@MathSymbol{\wedgeq} {\mathrel}{integrals}{"8A} |
---|
| 1366 | \stix@MathSymbol{\veeeq} {\mathrel}{integrals}{"8B} |
---|
| 1367 | \stix@MathSymbol{\stareq} {\mathrel}{integrals}{"8C} |
---|
| 1368 | \stix@MathSymbol{\triangleq} {\mathrel}{integrals}{"8D} |
---|
| 1369 | \stix@MathSymbol{\eqdef} {\mathrel}{integrals}{"8E} |
---|
| 1370 | \stix@MathSymbol{\measeq} {\mathrel}{integrals}{"8F} |
---|
| 1371 | \stix@MathSymbol{\questeq} {\mathrel}{integrals}{"90} |
---|
| 1372 | \stix@MathSymbol{\ne} {\mathrel}{integrals}{"91} |
---|
| 1373 | \let\neq=\ne |
---|
| 1374 | \stix@MathSymbol{\equiv} {\mathrel}{integrals}{"92} |
---|
| 1375 | \stix@MathSymbol{\nequiv} {\mathrel}{integrals}{"93} |
---|
| 1376 | \stix@MathSymbol{\Equiv} {\mathrel}{integrals}{"65} |
---|
| 1377 | \stix@MathSymbol{\leq} {\mathrel}{integrals}{"66} |
---|
| 1378 | \let\le=\leq |
---|
| 1379 | \stix@MathSymbol{\geq} {\mathrel}{integrals}{"67} |
---|
| 1380 | \let\ge=\geq |
---|
| 1381 | \stix@MathSymbol{\leqq} {\mathrel}{integrals}{"68} |
---|
| 1382 | \stix@MathSymbol{\geqq} {\mathrel}{integrals}{"69} |
---|
| 1383 | \stix@MathSymbol{\lneqq} {\mathrel}{letters}{"40} |
---|
| 1384 | \stix@MathSymbol{\gneqq} {\mathrel}{letters}{"7D} |
---|
| 1385 | \stix@MathSymbol{\ll} {\mathrel}{letters}{"7E} |
---|
| 1386 | \stix@MathSymbol{\gg} {\mathrel}{letters}{"B8} |
---|
| 1387 | \stix@MathSymbol{\between} {\mathrel}{letters}{"B9} |
---|
| 1388 | \stix@MathSymbol{\nasymp} {\mathrel}{letters}{"BA} |
---|
| 1389 | \stix@MathSymbol{\nless} {\mathrel}{letters}{"BB} |
---|
| 1390 | \stix@MathSymbol{\ngtr} {\mathrel}{letters}{"BC} |
---|
| 1391 | \stix@MathSymbol{\nleq} {\mathrel}{letters}{"BD} |
---|
| 1392 | \stix@MathSymbol{\ngeq} {\mathrel}{letters}{"BE} |
---|
| 1393 | \stix@MathSymbol{\lesssim} {\mathrel}{letters}{"BF} |
---|
| 1394 | \stix@MathSymbol{\gtrsim} {\mathrel}{letters}{"C0} |
---|
| 1395 | \stix@MathSymbol{\nlesssim} {\mathrel}{letters}{"C1} |
---|
| 1396 | \stix@MathSymbol{\ngtrsim} {\mathrel}{letters}{"C2} |
---|
| 1397 | \stix@MathSymbol{\lessgtr} {\mathrel}{letters}{"C3} |
---|
| 1398 | \stix@MathSymbol{\gtrless} {\mathrel}{letters}{"C4} |
---|
| 1399 | \stix@MathSymbol{\nlessgtr} {\mathrel}{letters}{"C5} |
---|
| 1400 | \stix@MathSymbol{\ngtrless} {\mathrel}{letters}{"C6} |
---|
| 1401 | \stix@MathSymbol{\prec} {\mathrel}{letters}{"C7} |
---|
| 1402 | \stix@MathSymbol{\succ} {\mathrel}{letters}{"C8} |
---|
| 1403 | \stix@MathSymbol{\preccurlyeq} {\mathrel}{letters}{"C9} |
---|
| 1404 | \stix@MathSymbol{\succcurlyeq} {\mathrel}{letters}{"CA} |
---|
| 1405 | \stix@MathSymbol{\precsim} {\mathrel}{letters}{"CB} |
---|
| 1406 | \stix@MathSymbol{\succsim} {\mathrel}{letters}{"CC} |
---|
| 1407 | \stix@MathSymbol{\nprec} {\mathrel}{letters}{"CD} |
---|
| 1408 | \stix@MathSymbol{\nsucc} {\mathrel}{letters}{"CE} |
---|
| 1409 | \stix@MathSymbol{\subset} {\mathrel}{letters}{"CF} |
---|
| 1410 | \stix@MathSymbol{\supset} {\mathrel}{letters}{"D0} |
---|
| 1411 | \stix@MathSymbol{\nsubset} {\mathrel}{letters}{"D1} |
---|
| 1412 | \stix@MathSymbol{\nsupset} {\mathrel}{letters}{"D2} |
---|
| 1413 | \stix@MathSymbol{\subseteq} {\mathrel}{letters}{"D3} |
---|
| 1414 | \stix@MathSymbol{\supseteq} {\mathrel}{letters}{"D4} |
---|
| 1415 | \stix@MathSymbol{\nsubseteq} {\mathrel}{letters}{"D5} |
---|
| 1416 | \stix@MathSymbol{\nsupseteq} {\mathrel}{letters}{"D6} |
---|
| 1417 | \stix@MathSymbol{\subsetneq} {\mathrel}{letters}{"D7} |
---|
| 1418 | \stix@MathSymbol{\supsetneq} {\mathrel}{letters}{"D8} |
---|
| 1419 | \stix@MathSymbol{\cupleftarrow} {\mathbin}{letters}{"D9} |
---|
| 1420 | \stix@MathSymbol{\cupdot} {\mathbin}{letters}{"DA} |
---|
| 1421 | \stix@MathSymbol{\uplus} {\mathbin}{letters}{"DB} |
---|
| 1422 | \stix@MathSymbol{\sqsubset} {\mathrel}{letters}{"DC} |
---|
| 1423 | \stix@MathSymbol{\sqsupset} {\mathrel}{letters}{"DD} |
---|
| 1424 | \stix@MathSymbol{\sqsubseteq} {\mathrel}{letters}{"DE} |
---|
| 1425 | \stix@MathSymbol{\sqsupseteq} {\mathrel}{letters}{"DF} |
---|
| 1426 | \stix@MathSymbol{\sqcap} {\mathbin}{letters}{"E0} |
---|
| 1427 | \stix@MathSymbol{\sqcup} {\mathbin}{letters}{"E1} |
---|
| 1428 | \stix@MathSymbol{\oplus} {\mathbin}{letters}{"E2} |
---|
| 1429 | \stix@MathSymbol{\ominus} {\mathbin}{letters}{"E3} |
---|
| 1430 | \stix@MathSymbol{\otimes} {\mathbin}{letters}{"E4} |
---|
| 1431 | \stix@MathSymbol{\oslash} {\mathbin}{letters}{"E5} |
---|
| 1432 | \stix@MathSymbol{\odot} {\mathbin}{letters}{"E6} |
---|
| 1433 | \stix@MathSymbol{\circledcirc} {\mathbin}{letters}{"E7} |
---|
| 1434 | \stix@MathSymbol{\circledast} {\mathbin}{letters}{"E8} |
---|
| 1435 | \stix@MathSymbol{\circledequal} {\mathbin}{letters}{"E9} |
---|
| 1436 | \stix@MathSymbol{\circleddash} {\mathbin}{letters}{"EA} |
---|
| 1437 | \stix@MathSymbol{\boxplus} {\mathbin}{letters}{"EB} |
---|
| 1438 | \stix@MathSymbol{\boxminus} {\mathbin}{letters}{"EC} |
---|
| 1439 | \stix@MathSymbol{\boxtimes} {\mathbin}{letters}{"ED} |
---|
| 1440 | \stix@MathSymbol{\boxdot} {\mathbin}{letters}{"EE} |
---|
| 1441 | \stix@MathSymbol{\vdash} {\mathrel}{letters}{"EF} |
---|
| 1442 | \stix@MathSymbol{\dashv} {\mathrel}{letters}{"F0} |
---|
| 1443 | \stix@MathSymbol{\top} {\mathord}{letters}{"F1} |
---|
| 1444 | \stix@MathSymbol{\bot} {\mathord}{letters}{"F2} |
---|
| 1445 | \stix@MathSymbol{\assert} {\mathrel}{letters}{"F3} |
---|
| 1446 | \stix@MathSymbol{\models} {\mathrel}{letters}{"F4} |
---|
| 1447 | \stix@MathSymbol{\vDash} {\mathrel}{letters}{"F5} |
---|
| 1448 | \stix@MathSymbol{\Vdash} {\mathrel}{letters}{"F6} |
---|
| 1449 | \stix@MathSymbol{\Vvdash} {\mathrel}{letters}{"F7} |
---|
| 1450 | \stix@MathSymbol{\VDash} {\mathrel}{letters}{"F8} |
---|
| 1451 | \stix@MathSymbol{\nvdash} {\mathrel}{letters}{"F9} |
---|
| 1452 | \stix@MathSymbol{\nvDash} {\mathrel}{letters}{"FA} |
---|
| 1453 | \stix@MathSymbol{\nVdash} {\mathrel}{letters}{"FB} |
---|
| 1454 | \stix@MathSymbol{\nVDash} {\mathrel}{letters}{"FC} |
---|
| 1455 | \stix@MathSymbol{\prurel} {\mathrel}{letters}{"FD} |
---|
| 1456 | \stix@MathSymbol{\scurel} {\mathrel}{letters}{"FE} |
---|
| 1457 | \stix@MathSymbol{\trianglelefteq} {\mathrel}{letters}{"FF} |
---|
| 1458 | \stix@MathSymbol{\unlhd} {\mathbin}{letters}{"FF} |
---|
| 1459 | \stix@MathSymbol{\trianglerighteq} {\mathrel}{symbols}{"00} |
---|
| 1460 | \stix@MathSymbol{\unrhd} {\mathbin}{symbols}{"00} |
---|
| 1461 | \stix@MathSymbol{\origof} {\mathrel}{symbols}{"01} |
---|
| 1462 | \stix@MathSymbol{\imageof} {\mathrel}{symbols}{"02} |
---|
| 1463 | \stix@MathSymbol{\multimap} {\mathrel}{symbols}{"03} |
---|
| 1464 | \stix@MathSymbol{\hermitmatrix} {\mathord}{symbols}{"04} |
---|
| 1465 | \stix@MathSymbol{\intercal} {\mathbin}{symbols}{"05} |
---|
| 1466 | \stix@MathSymbol{\veebar} {\mathbin}{symbols}{"06} |
---|
| 1467 | \stix@MathSymbol{\barwedge} {\mathbin}{symbols}{"07} |
---|
| 1468 | \stix@MathSymbol{\barvee} {\mathbin}{symbols}{"08} |
---|
| 1469 | \stix@MathSymbol{\measuredrightangle} {\mathord}{symbols}{"09} |
---|
| 1470 | \stix@MathSymbol{\varlrtriangle} {\mathord}{symbols}{"0A} |
---|
| 1471 | \stix@MathSymbol{\smwhtdiamond} {\mathbin}{symbols}{"0B} |
---|
| 1472 | \let\diamond=\smwhtdiamond |
---|
| 1473 | \stix@MathSymbol{\cdot} {\mathbin}{symbols}{"0C} |
---|
| 1474 | \stix@MathSymbol{\divideontimes} {\mathbin}{symbols}{"0D} |
---|
| 1475 | \stix@MathSymbol{\bowtie} {\mathrel}{symbols}{"0E} |
---|
| 1476 | \stix@MathSymbol{\ltimes} {\mathbin}{symbols}{"0F} |
---|
| 1477 | \stix@MathSymbol{\rtimes} {\mathbin}{symbols}{"10} |
---|
| 1478 | \stix@MathSymbol{\leftthreetimes} {\mathbin}{symbols}{"11} |
---|
| 1479 | \stix@MathSymbol{\rightthreetimes} {\mathbin}{symbols}{"12} |
---|
| 1480 | \stix@MathSymbol{\backsimeq} {\mathrel}{symbols}{"13} |
---|
| 1481 | \stix@MathSymbol{\curlyvee} {\mathbin}{symbols}{"14} |
---|
| 1482 | \stix@MathSymbol{\curlywedge} {\mathbin}{symbols}{"15} |
---|
| 1483 | \stix@MathSymbol{\Subset} {\mathrel}{symbols}{"16} |
---|
| 1484 | \stix@MathSymbol{\Supset} {\mathrel}{symbols}{"17} |
---|
| 1485 | \stix@MathSymbol{\Cap} {\mathbin}{symbols}{"18} |
---|
| 1486 | \let\doublecap=\Cap |
---|
| 1487 | \stix@MathSymbol{\Cup} {\mathbin}{symbols}{"19} |
---|
| 1488 | \let\doublecup=\Cup |
---|
| 1489 | \stix@MathSymbol{\pitchfork} {\mathrel}{symbols}{"1A} |
---|
| 1490 | \stix@MathSymbol{\equalparallel} {\mathrel}{symbols}{"1B} |
---|
| 1491 | \stix@MathSymbol{\lessdot} {\mathrel}{symbols}{"1C} |
---|
| 1492 | \stix@MathSymbol{\gtrdot} {\mathrel}{symbols}{"1D} |
---|
| 1493 | \stix@MathSymbol{\lll} {\mathrel}{symbols}{"1E} |
---|
| 1494 | \let\llless=\lll |
---|
| 1495 | \stix@MathSymbol{\ggg} {\mathrel}{symbols}{"1F} |
---|
| 1496 | \let\gggtr=\ggg |
---|
| 1497 | \stix@MathSymbol{\lesseqgtr} {\mathrel}{symbols}{"20} |
---|
| 1498 | \stix@MathSymbol{\gtreqless} {\mathrel}{symbols}{"21} |
---|
| 1499 | \stix@MathSymbol{\eqless} {\mathrel}{symbols}{"22} |
---|
| 1500 | \stix@MathSymbol{\eqgtr} {\mathrel}{symbols}{"23} |
---|
| 1501 | \stix@MathSymbol{\curlyeqprec} {\mathrel}{symbols}{"24} |
---|
| 1502 | \stix@MathSymbol{\curlyeqsucc} {\mathrel}{symbols}{"25} |
---|
| 1503 | \stix@MathSymbol{\npreccurlyeq} {\mathrel}{symbols}{"26} |
---|
| 1504 | \stix@MathSymbol{\nsucccurlyeq} {\mathrel}{symbols}{"27} |
---|
| 1505 | \stix@MathSymbol{\nsqsubseteq} {\mathrel}{symbols}{"28} |
---|
| 1506 | \stix@MathSymbol{\nsqsupseteq} {\mathrel}{symbols}{"29} |
---|
| 1507 | \stix@MathSymbol{\sqsubsetneq} {\mathrel}{symbols}{"2A} |
---|
| 1508 | \stix@MathSymbol{\sqsupsetneq} {\mathrel}{symbols}{"2B} |
---|
| 1509 | \stix@MathSymbol{\lnsim} {\mathrel}{symbols}{"2C} |
---|
| 1510 | \stix@MathSymbol{\gnsim} {\mathrel}{symbols}{"2D} |
---|
| 1511 | \stix@MathSymbol{\precnsim} {\mathrel}{symbols}{"2E} |
---|
| 1512 | \stix@MathSymbol{\succnsim} {\mathrel}{symbols}{"2F} |
---|
| 1513 | \stix@MathSymbol{\nvartriangleleft} {\mathrel}{symbols}{"30} |
---|
| 1514 | \stix@MathSymbol{\nvartriangleright} {\mathrel}{symbols}{"31} |
---|
| 1515 | \stix@MathSymbol{\ntrianglelefteq} {\mathrel}{symbols}{"32} |
---|
| 1516 | \stix@MathSymbol{\ntrianglerighteq} {\mathrel}{symbols}{"33} |
---|
| 1517 | \stix@MathSymbol{\vdotsmath} {\mathrel}{symbols}{"34} |
---|
| 1518 | \DeclareRobustCommand\vdots{% |
---|
| 1519 | \ifmmode\vdotsmath\else% |
---|
| 1520 | {\usefont{LS1}{stixscr}{\f@series}{n}\char"34}% |
---|
| 1521 | \fi} |
---|
| 1522 | \stix@MathSymbol{\unicodecdots} {\mathord}{symbols}{"35} \let\@cdots=\unicodecdots \DeclareRobustCommand\cdots{\mathinner{\unicodecdots}} |
---|
| 1523 | \stix@MathSymbol{\adots} {\mathrel}{symbols}{"36} |
---|
| 1524 | \stix@MathSymbol{\ddots} {\mathrel}{symbols}{"37} |
---|
| 1525 | \stix@MathSymbol{\disin} {\mathrel}{symbols}{"38} |
---|
| 1526 | \stix@MathSymbol{\varisins} {\mathrel}{symbols}{"39} |
---|
| 1527 | \stix@MathSymbol{\isins} {\mathrel}{symbols}{"3A} |
---|
| 1528 | \stix@MathSymbol{\isindot} {\mathrel}{symbols}{"3B} |
---|
| 1529 | \stix@MathSymbol{\varisinobar} {\mathrel}{symbols}{"3C} |
---|
| 1530 | \stix@MathSymbol{\isinobar} {\mathrel}{symbols}{"3D} |
---|
| 1531 | \stix@MathSymbol{\isinvb} {\mathrel}{symbols}{"3E} |
---|
| 1532 | \stix@MathSymbol{\isinE} {\mathrel}{symbols}{"3F} |
---|
| 1533 | \stix@MathSymbol{\nisd} {\mathrel}{symbols}{"40} |
---|
| 1534 | \stix@MathSymbol{\varnis} {\mathrel}{symbols}{"5B} |
---|
| 1535 | \stix@MathSymbol{\nis} {\mathrel}{symbols}{"5C} |
---|
| 1536 | \stix@MathSymbol{\varniobar} {\mathrel}{symbols}{"5D} |
---|
| 1537 | \stix@MathSymbol{\niobar} {\mathrel}{symbols}{"5E} |
---|
| 1538 | \stix@MathSymbol{\bagmember} {\mathrel}{symbols}{"5F} |
---|
| 1539 | \stix@MathSymbol{\diameter} {\mathord}{symbols}{"60} |
---|
| 1540 | \stix@MathSymbol{\house} {\mathord}{symbols}{"7E} |
---|
| 1541 | |
---|
| 1542 | \stix@MathSymbol{\varbarwedge} {\mathbin}{symbols}{"99} |
---|
| 1543 | \stix@MathSymbol{\vardoublebarwedge} {\mathbin}{symbols}{"9A} |
---|
| 1544 | \stix@MathSymbol{\invnot} {\mathord}{symbols}{"9B} |
---|
| 1545 | \stix@MathSymbol{\sqlozenge} {\mathord}{symbols}{"9C} |
---|
| 1546 | \stix@MathSymbol{\profline} {\mathord}{symbols}{"9D} |
---|
| 1547 | \stix@MathSymbol{\profsurf} {\mathord}{symbols}{"9E} |
---|
| 1548 | \stix@MathSymbol{\viewdata} {\mathord}{symbols}{"9F} |
---|
| 1549 | |
---|
| 1550 | \stix@MathSymbol{\turnednot} {\mathord}{symbols}{"A0} |
---|
| 1551 | \stix@MathSymbol{\ulcorner} {\mathopen}{symbols}{"A1} |
---|
| 1552 | \stix@MathSymbol{\urcorner} {\mathclose}{symbols}{"A2} |
---|
| 1553 | \stix@MathSymbol{\llcorner} {\mathopen}{symbols}{"A3} |
---|
| 1554 | \stix@MathSymbol{\lrcorner} {\mathclose}{symbols}{"A4} |
---|
| 1555 | \stix@MathSymbol{\varhexagonlrbonds} {\mathord}{symbols}{"A5} |
---|
| 1556 | \stix@MathSymbol{\conictaper} {\mathord}{symbols}{"A6} |
---|
| 1557 | \stix@MathSymbol{\topbot} {\mathord}{symbols}{"A7} |
---|
| 1558 | \stix@MathSymbol{\obar} {\mathbin}{symbols}{"A8} |
---|
| 1559 | \stix@MathSymbol{\APLnotslash} {\mathrel}{symbols}{"A9} |
---|
| 1560 | \stix@MathSymbol{\APLnotbackslash} {\mathord}{symbols}{"AA} |
---|
| 1561 | \stix@MathSymbol{\APLboxupcaret} {\mathord}{symbols}{"AB} |
---|
| 1562 | \stix@MathSymbol{\APLboxquestion} {\mathord}{symbols}{"AC} |
---|
| 1563 | \stix@MathSymbol{\rangledownzigzagarrow} {\mathord}{symbols}{"AD} |
---|
| 1564 | \stix@MathSymbol{\hexagon} {\mathord}{symbols}{"AE} |
---|
| 1565 | \stix@MathSymbol{\varcarriagereturn} {\mathord}{symbols}{"AF} |
---|
| 1566 | |
---|
| 1567 | \stix@MathSymbol{\trapezium} {\mathord}{symbols}{"B0} |
---|
| 1568 | \stix@MathSymbol{\benzenr} {\mathord}{symbols}{"B1} |
---|
| 1569 | \stix@MathSymbol{\strns} {\mathord}{symbols}{"B2} |
---|
| 1570 | \stix@MathSymbol{\fltns} {\mathord}{symbols}{"B3} |
---|
| 1571 | \stix@MathSymbol{\accurrent} {\mathord}{symbols}{"B4} |
---|
| 1572 | \stix@MathSymbol{\elinters} {\mathord}{symbols}{"B5} |
---|
| 1573 | \stix@MathSymbol{\mathvisiblespace} {\mathord}{symbols}{"B6} |
---|
| 1574 | \stix@MathSymbol{\mdlgblksquare} {\mathord}{symbols}{"B7} \let\blacksquare=\mdlgblksquare |
---|
| 1575 | \stix@MathSymbol{\mdlgwhtsquare} {\mathord}{symbols}{"B8} \let\square=\mdlgwhtsquare \let\Box=\mdlgwhtsquare |
---|
| 1576 | \stix@MathSymbol{\squoval} {\mathord}{symbols}{"B9} |
---|
| 1577 | \stix@MathSymbol{\blackinwhitesquare} {\mathord}{symbols}{"BA} |
---|
| 1578 | \stix@MathSymbol{\squarehfill} {\mathord}{symbols}{"BB} |
---|
| 1579 | \stix@MathSymbol{\squarevfill} {\mathord}{symbols}{"BC} |
---|
| 1580 | \stix@MathSymbol{\squarehvfill} {\mathord}{symbols}{"BD} |
---|
| 1581 | \stix@MathSymbol{\squarenwsefill} {\mathord}{symbols}{"BE} |
---|
| 1582 | \stix@MathSymbol{\squareneswfill} {\mathord}{symbols}{"BF} |
---|
| 1583 | |
---|
| 1584 | \stix@MathSymbol{\squarecrossfill} {\mathord}{symbols}{"C0} |
---|
| 1585 | \stix@MathSymbol{\smblksquare} {\mathord}{symbols}{"C1} |
---|
| 1586 | \stix@MathSymbol{\smwhtsquare} {\mathord}{symbols}{"C2} |
---|
| 1587 | \stix@MathSymbol{\hrectangleblack} {\mathord}{symbols}{"C3} |
---|
| 1588 | \stix@MathSymbol{\hrectangle} {\mathord}{symbols}{"C4} |
---|
| 1589 | \stix@MathSymbol{\vrectangleblack} {\mathord}{symbols}{"C5} |
---|
| 1590 | \stix@MathSymbol{\vrectangle} {\mathord}{symbols}{"C6} |
---|
| 1591 | \stix@MathSymbol{\parallelogramblack} {\mathord}{symbols}{"C7} |
---|
| 1592 | \stix@MathSymbol{\parallelogram} {\mathord}{symbols}{"C8} |
---|
| 1593 | \stix@MathSymbol{\bigblacktriangleup} {\mathord}{symbols}{"C9} |
---|
| 1594 | \stix@MathSymbol{\bigtriangleup} {\mathbin}{symbols}{"CA} \let\varbigtriangleup=\bigtriangleup \let\triangle=\bigtriangleup |
---|
| 1595 | \stix@MathSymbol{\blacktriangle} {\mathord}{symbols}{"CB} |
---|
| 1596 | \stix@MathSymbol{\vartriangle} {\mathrel}{symbols}{"CC} |
---|
| 1597 | \stix@MathSymbol{\blacktriangleright} {\mathord}{symbols}{"CD} |
---|
| 1598 | \stix@MathSymbol{\vartriangleright} {\mathrel}{symbols}{"CE} \stix@MathSymbol{\rhd}{\mathbin}{symbols}{"CE} |
---|
| 1599 | \stix@MathSymbol{\smallblacktriangleright} {\mathord}{symbols}{"CF} |
---|
| 1600 | |
---|
| 1601 | \stix@MathSymbol{\smalltriangleright} {\mathord}{symbols}{"D0} |
---|
| 1602 | \stix@MathSymbol{\blackpointerright} {\mathord}{symbols}{"D1} |
---|
| 1603 | \stix@MathSymbol{\whitepointerright} {\mathord}{symbols}{"D2} |
---|
| 1604 | \stix@MathSymbol{\bigblacktriangledown} {\mathord}{symbols}{"D3} |
---|
| 1605 | \stix@MathSymbol{\bigtriangledown} {\mathord}{symbols}{"D4} \let\varbigtriangledown=\bigtriangledown |
---|
| 1606 | \stix@MathSymbol{\blacktriangledown} {\mathord}{symbols}{"D5} |
---|
| 1607 | \stix@MathSymbol{\triangledown} {\mathord}{symbols}{"D6} |
---|
| 1608 | \stix@MathSymbol{\blacktriangleleft} {\mathord}{symbols}{"D7} |
---|
| 1609 | \stix@MathSymbol{\vartriangleleft} {\mathrel}{symbols}{"D8} \stix@MathSymbol{\lhd}{\mathbin}{symbols}{"D8} |
---|
| 1610 | \stix@MathSymbol{\smallblacktriangleleft} {\mathord}{symbols}{"D9} |
---|
| 1611 | \stix@MathSymbol{\smalltriangleleft} {\mathord}{symbols}{"DA} |
---|
| 1612 | \stix@MathSymbol{\blackpointerleft} {\mathord}{symbols}{"DB} |
---|
| 1613 | \stix@MathSymbol{\whitepointerleft} {\mathord}{symbols}{"DC} |
---|
| 1614 | \stix@MathSymbol{\mdlgblkdiamond} {\mathord}{symbols}{"DD} |
---|
| 1615 | \stix@MathSymbol{\mdlgwhtdiamond} {\mathord}{symbols}{"DE} |
---|
| 1616 | \stix@MathSymbol{\blackinwhitediamond} {\mathord}{symbols}{"DF} |
---|
| 1617 | |
---|
| 1618 | \stix@MathSymbol{\fisheye} {\mathord}{symbols}{"E0} |
---|
| 1619 | \stix@MathSymbol{\mdlgwhtlozenge} {\mathord}{symbols}{"E1} \let\lozenge=\mdlgwhtlozenge \let\Diamond=\mdlgwhtlozenge |
---|
| 1620 | \stix@MathSymbol{\mdlgwhtcircle} {\mathbin}{symbols}{"E2} \let\bigcirc=\mdlgwhtcircle |
---|
| 1621 | \stix@MathSymbol{\dottedcircle} {\mathord}{symbols}{"E3} |
---|
| 1622 | \stix@MathSymbol{\circlevertfill} {\mathord}{symbols}{"E4} |
---|
| 1623 | \stix@MathSymbol{\bullseye} {\mathord}{symbols}{"E5} |
---|
| 1624 | \stix@MathSymbol{\mdlgblkcircle} {\mathord}{symbols}{"E6} |
---|
| 1625 | \stix@MathSymbol{\circlelefthalfblack} {\mathord}{symbols}{"E7} |
---|
| 1626 | \stix@MathSymbol{\circlerighthalfblack} {\mathord}{symbols}{"E8} |
---|
| 1627 | \stix@MathSymbol{\circlebottomhalfblack} {\mathord}{symbols}{"E9} |
---|
| 1628 | \stix@MathSymbol{\circletophalfblack} {\mathord}{symbols}{"EA} |
---|
| 1629 | \stix@MathSymbol{\circleurquadblack} {\mathord}{symbols}{"EB} |
---|
| 1630 | \stix@MathSymbol{\blackcircleulquadwhite} {\mathord}{symbols}{"EC} |
---|
| 1631 | \stix@MathSymbol{\blacklefthalfcircle} {\mathord}{symbols}{"ED} |
---|
| 1632 | \stix@MathSymbol{\blackrighthalfcircle} {\mathord}{symbols}{"EE} |
---|
| 1633 | \stix@MathSymbol{\inversebullet} {\mathord}{symbols}{"EF} |
---|
| 1634 | |
---|
| 1635 | \stix@MathSymbol{\inversewhitecircle} {\mathord}{symbols}{"F0} |
---|
| 1636 | \stix@MathSymbol{\invwhiteupperhalfcircle} {\mathord}{symbols}{"F1} |
---|
| 1637 | \stix@MathSymbol{\invwhitelowerhalfcircle} {\mathord}{symbols}{"F2} |
---|
| 1638 | \stix@MathSymbol{\ularc} {\mathord}{symbols}{"F3} |
---|
| 1639 | \stix@MathSymbol{\urarc} {\mathord}{symbols}{"F4} |
---|
| 1640 | \stix@MathSymbol{\lrarc} {\mathord}{symbols}{"F5} |
---|
| 1641 | \stix@MathSymbol{\llarc} {\mathord}{symbols}{"F6} |
---|
| 1642 | \stix@MathSymbol{\topsemicircle} {\mathord}{symbols}{"F7} |
---|
| 1643 | \stix@MathSymbol{\botsemicircle} {\mathord}{symbols}{"F8} |
---|
| 1644 | \stix@MathSymbol{\lrblacktriangle} {\mathord}{symbols}{"F9} |
---|
| 1645 | \stix@MathSymbol{\llblacktriangle} {\mathord}{symbols}{"FA} |
---|
| 1646 | \stix@MathSymbol{\ulblacktriangle} {\mathord}{symbols}{"FB} |
---|
| 1647 | \stix@MathSymbol{\urblacktriangle} {\mathord}{symbols}{"FC} |
---|
| 1648 | \stix@MathSymbol{\smwhtcircle} {\mathord}{symbols}{"FD} \let\circ=\smwhtcircle |
---|
| 1649 | \stix@MathSymbol{\squareleftblack} {\mathord}{symbols}{"FE} |
---|
| 1650 | \stix@MathSymbol{\squarerightblack} {\mathord}{symbols}{"FF} |
---|
| 1651 | \stix@MathSymbol{\acidfree} {\mathord} {symbols2}{"00} |
---|
| 1652 | \stix@MathSymbol{\draftingarrow} {\mathord} {symbols2}{"01} |
---|
| 1653 | \stix@MathSymbol{\threedangle} {\mathord} {symbols2}{"02} |
---|
| 1654 | \stix@MathSymbol{\whiteinwhitetriangle} {\mathord} {symbols2}{"03} |
---|
| 1655 | \stix@MathSymbol{\perp} {\mathrel} {symbols2}{"04} |
---|
| 1656 | \stix@MathSymbol{\subsetcirc} {\mathord} {symbols2}{"05} |
---|
| 1657 | \stix@MathSymbol{\supsetcirc} {\mathord} {symbols2}{"06} |
---|
| 1658 | \stix@MathSymbol{\lbag} {\mathopen} {symbols2}{"07} |
---|
| 1659 | \stix@MathSymbol{\rbag} {\mathclose}{symbols2}{"08} |
---|
| 1660 | \stix@MathSymbol{\veedot} {\mathbin} {symbols2}{"09} |
---|
| 1661 | \stix@MathSymbol{\bsolhsub} {\mathrel} {symbols2}{"0A} |
---|
| 1662 | \stix@MathSymbol{\suphsol} {\mathrel} {symbols2}{"0B} |
---|
| 1663 | \stix@MathSymbol{\diamondcdot} {\mathord} {symbols2}{"0C} |
---|
| 1664 | \stix@MathSymbol{\wedgedot} {\mathbin} {symbols2}{"0D} |
---|
| 1665 | \stix@MathSymbol{\upin} {\mathrel} {symbols2}{"0E} |
---|
| 1666 | \stix@MathSymbol{\pullback} {\mathrel} {symbols2}{"0F} |
---|
| 1667 | \stix@MathSymbol{\pushout} {\mathrel} {symbols2}{"10} |
---|
| 1668 | \stix@MathSymbol{\leftouterjoin} {\mathop} {symbols2}{"11} |
---|
| 1669 | \stix@MathSymbol{\rightouterjoin} {\mathop} {symbols2}{"12} |
---|
| 1670 | \stix@MathSymbol{\fullouterjoin} {\mathop} {symbols2}{"13} |
---|
| 1671 | \stix@MathSymbol{\bigbot} {\mathop} {symbols2}{"14} |
---|
| 1672 | \stix@MathSymbol{\bigtop} {\mathop} {symbols2}{"15} |
---|
| 1673 | \stix@MathSymbol{\DashVDash} {\mathrel} {symbols2}{"16} |
---|
| 1674 | \stix@MathSymbol{\dashVdash} {\mathrel} {symbols2}{"17} |
---|
| 1675 | \stix@MathSymbol{\multimapinv} {\mathrel} {symbols2}{"18} |
---|
| 1676 | \stix@MathSymbol{\vlongdash} {\mathrel} {symbols2}{"19} |
---|
| 1677 | \stix@MathSymbol{\longdashv} {\mathrel} {symbols2}{"1A} |
---|
| 1678 | \stix@MathSymbol{\cirbot} {\mathrel} {symbols2}{"1B} |
---|
| 1679 | \stix@MathSymbol{\lozengeminus} {\mathbin} {symbols2}{"1C} |
---|
| 1680 | \stix@MathSymbol{\concavediamond} {\mathbin} {symbols2}{"1D} |
---|
| 1681 | \stix@MathSymbol{\concavediamondtickleft} {\mathbin} {symbols2}{"1E} |
---|
| 1682 | \stix@MathSymbol{\concavediamondtickright} {\mathbin} {symbols2}{"1F} |
---|
| 1683 | \stix@MathSymbol{\whitesquaretickleft} {\mathbin} {symbols2}{"20} |
---|
| 1684 | \stix@MathSymbol{\whitesquaretickright} {\mathbin} {symbols2}{"21} |
---|
| 1685 | \stix@MathSymbol{\Lbrbrak} {\mathopen} {symbols2}{"22} |
---|
| 1686 | \stix@MathSymbol{\Rbrbrak} {\mathclose}{symbols2}{"23} |
---|
| 1687 | \stix@MathSymbol{\mdsmblkcircle} {\mathord} {symbols2}{"24} |
---|
| 1688 | \stix@MathSymbol{\typecolon} {\mathbin} {symbols2}{"25} |
---|
| 1689 | \stix@MathSymbol{\llparenthesis} {\mathopen} {symbols2}{"26} |
---|
| 1690 | \stix@MathSymbol{\rrparenthesis} {\mathclose}{symbols2}{"27} |
---|
| 1691 | \stix@MathSymbol{\llangle} {\mathopen} {symbols2}{"28} |
---|
| 1692 | \stix@MathSymbol{\rrangle} {\mathclose}{symbols2}{"29} |
---|
| 1693 | \stix@MathSymbol{\lbrackubar} {\mathopen} {symbols2}{"2A} |
---|
| 1694 | \stix@MathSymbol{\rbrackubar} {\mathclose}{symbols2}{"2B} |
---|
| 1695 | \stix@MathSymbol{\lbrackultick} {\mathopen} {symbols2}{"2C} |
---|
| 1696 | \stix@MathSymbol{\rbracklrtick} {\mathclose}{symbols2}{"2D} |
---|
| 1697 | \stix@MathSymbol{\lbracklltick} {\mathopen} {symbols2}{"2E} |
---|
| 1698 | \stix@MathSymbol{\rbrackurtick} {\mathclose}{symbols2}{"2F} |
---|
| 1699 | \stix@MathSymbol{\langledot} {\mathopen} {symbols2}{"30} |
---|
| 1700 | \stix@MathSymbol{\rangledot} {\mathclose}{symbols2}{"31} |
---|
| 1701 | \stix@MathSymbol{\lparenless} {\mathopen} {symbols2}{"32} |
---|
| 1702 | \stix@MathSymbol{\rparengtr} {\mathclose}{symbols2}{"33} |
---|
| 1703 | \stix@MathSymbol{\Lparengtr} {\mathopen} {symbols2}{"34} |
---|
| 1704 | \stix@MathSymbol{\Rparenless} {\mathclose}{symbols2}{"35} |
---|
| 1705 | \stix@MathSymbol{\lblkbrbrak} {\mathopen} {symbols2}{"36} |
---|
| 1706 | \stix@MathSymbol{\rblkbrbrak} {\mathclose}{symbols2}{"37} |
---|
| 1707 | \stix@MathSymbol{\fourvdots} {\mathord} {symbols2}{"38} |
---|
| 1708 | \stix@MathSymbol{\vzigzag} {\mathord} {symbols2}{"39} |
---|
| 1709 | \stix@MathSymbol{\measuredangleleft} {\mathord} {symbols2}{"3A} |
---|
| 1710 | \stix@MathSymbol{\rightanglesqr} {\mathord} {symbols2}{"3B} |
---|
| 1711 | \stix@MathSymbol{\rightanglemdot} {\mathord} {symbols2}{"3C} |
---|
| 1712 | \stix@MathSymbol{\angles} {\mathord} {symbols2}{"3D} |
---|
| 1713 | \stix@MathSymbol{\angdnr} {\mathord} {symbols2}{"3E} |
---|
| 1714 | \stix@MathSymbol{\gtlpar} {\mathord} {symbols2}{"3F} |
---|
| 1715 | \stix@MathSymbol{\sphericalangleup} {\mathord} {symbols2}{"40} |
---|
| 1716 | \stix@MathSymbol{\turnangle} {\mathord} {symbols2}{"5B} |
---|
| 1717 | \stix@MathSymbol{\revangle} {\mathord} {symbols2}{"5C} |
---|
| 1718 | \stix@MathSymbol{\angleubar} {\mathord} {symbols2}{"5D} |
---|
| 1719 | \stix@MathSymbol{\revangleubar} {\mathord} {symbols2}{"5E} |
---|
| 1720 | \stix@MathSymbol{\wideangledown} {\mathord} {symbols2}{"5F} |
---|
| 1721 | \stix@MathSymbol{\wideangleup} {\mathord} {symbols2}{"60} |
---|
| 1722 | \stix@MathSymbol{\measanglerutone} {\mathord} {symbols2}{"7D} |
---|
| 1723 | \stix@MathSymbol{\measanglelutonw} {\mathord} {symbols2}{"7E} |
---|
| 1724 | |
---|
| 1725 | \stix@MathSymbol{\measanglerdtose} {\mathord} {symbols2}{"99} |
---|
| 1726 | \stix@MathSymbol{\measangleldtosw} {\mathord} {symbols2}{"9A} |
---|
| 1727 | \stix@MathSymbol{\measangleurtone} {\mathord} {symbols2}{"9B} |
---|
| 1728 | \stix@MathSymbol{\measangleultonw} {\mathord} {symbols2}{"9C} |
---|
| 1729 | \stix@MathSymbol{\measangledrtose} {\mathord} {symbols2}{"9D} |
---|
| 1730 | \stix@MathSymbol{\measangledltosw} {\mathord} {symbols2}{"9E} |
---|
| 1731 | \stix@MathSymbol{\revemptyset} {\mathord} {symbols2}{"9F} |
---|
| 1732 | |
---|
| 1733 | \stix@MathSymbol{\emptysetobar} {\mathord} {symbols2}{"A0} |
---|
| 1734 | \stix@MathSymbol{\emptysetocirc} {\mathord} {symbols2}{"A1} |
---|
| 1735 | \stix@MathSymbol{\emptysetoarr} {\mathord} {symbols2}{"A2} |
---|
| 1736 | \stix@MathSymbol{\emptysetoarrl} {\mathord} {symbols2}{"A3} |
---|
| 1737 | \stix@MathSymbol{\circlehbar} {\mathbin} {symbols2}{"A4} |
---|
| 1738 | \stix@MathSymbol{\circledvert} {\mathbin} {symbols2}{"A5} |
---|
| 1739 | \stix@MathSymbol{\circledparallel} {\mathbin} {symbols2}{"A6} |
---|
| 1740 | \stix@MathSymbol{\obslash} {\mathbin} {symbols2}{"A7} |
---|
| 1741 | \stix@MathSymbol{\operp} {\mathbin} {symbols2}{"A8} |
---|
| 1742 | \stix@MathSymbol{\obot} {\mathord} {symbols2}{"A9} |
---|
| 1743 | \stix@MathSymbol{\olcross} {\mathord} {symbols2}{"AA} |
---|
| 1744 | \stix@MathSymbol{\odotslashdot} {\mathord} {symbols2}{"AB} |
---|
| 1745 | \stix@MathSymbol{\uparrowoncircle} {\mathord} {symbols2}{"AC} |
---|
| 1746 | \stix@MathSymbol{\circledwhitebullet} {\mathord} {symbols2}{"AD} |
---|
| 1747 | \stix@MathSymbol{\circledbullet} {\mathord} {symbols2}{"AE} |
---|
| 1748 | \stix@MathSymbol{\olessthan} {\mathbin} {symbols2}{"AF} |
---|
| 1749 | |
---|
| 1750 | \stix@MathSymbol{\ogreaterthan} {\mathbin} {symbols2}{"B0} |
---|
| 1751 | \stix@MathSymbol{\cirscir} {\mathord} {symbols2}{"B1} |
---|
| 1752 | \stix@MathSymbol{\cirE} {\mathord} {symbols2}{"B2} |
---|
| 1753 | \stix@MathSymbol{\boxdiag} {\mathbin} {symbols2}{"B3} |
---|
| 1754 | \stix@MathSymbol{\boxbslash} {\mathbin} {symbols2}{"B4} |
---|
| 1755 | \stix@MathSymbol{\boxast} {\mathbin} {symbols2}{"B5} |
---|
| 1756 | \stix@MathSymbol{\boxcircle} {\mathbin} {symbols2}{"B6} |
---|
| 1757 | \stix@MathSymbol{\boxbox} {\mathbin} {symbols2}{"B7} |
---|
| 1758 | \stix@MathSymbol{\boxonbox} {\mathord} {symbols2}{"B8} |
---|
| 1759 | \stix@MathSymbol{\triangleodot} {\mathord} {symbols2}{"B9} |
---|
| 1760 | \stix@MathSymbol{\triangleubar} {\mathord} {symbols2}{"BA} |
---|
| 1761 | \stix@MathSymbol{\triangles} {\mathord} {symbols2}{"BB} |
---|
| 1762 | \stix@MathSymbol{\triangleserifs} {\mathbin} {symbols2}{"BC} |
---|
| 1763 | \stix@MathSymbol{\rtriltri} {\mathrel} {symbols2}{"BD} |
---|
| 1764 | \stix@MathSymbol{\ltrivb} {\mathrel} {symbols2}{"BE} |
---|
| 1765 | \stix@MathSymbol{\vbrtri} {\mathrel} {symbols2}{"BF} |
---|
| 1766 | |
---|
| 1767 | \stix@MathSymbol{\lfbowtie} {\mathrel} {symbols2}{"C0} |
---|
| 1768 | \stix@MathSymbol{\rfbowtie} {\mathrel} {symbols2}{"C1} |
---|
| 1769 | \stix@MathSymbol{\fbowtie} {\mathrel} {symbols2}{"C2} |
---|
| 1770 | \stix@MathSymbol{\lftimes} {\mathrel} {symbols2}{"C3} |
---|
| 1771 | \stix@MathSymbol{\rftimes} {\mathrel} {symbols2}{"C4} |
---|
| 1772 | \stix@MathSymbol{\hourglass} {\mathbin} {symbols2}{"C5} |
---|
| 1773 | \stix@MathSymbol{\blackhourglass} {\mathbin} {symbols2}{"C6} |
---|
| 1774 | \stix@MathSymbol{\lvzigzag} {\mathopen} {symbols2}{"C7} |
---|
| 1775 | \stix@MathSymbol{\rvzigzag} {\mathclose}{symbols2}{"C8} |
---|
| 1776 | \stix@MathSymbol{\Lvzigzag} {\mathopen} {symbols2}{"C9} |
---|
| 1777 | \stix@MathSymbol{\Rvzigzag} {\mathclose}{symbols2}{"CA} |
---|
| 1778 | \stix@MathSymbol{\iinfin} {\mathord} {symbols2}{"CB} |
---|
| 1779 | \stix@MathSymbol{\tieinfty} {\mathord} {symbols2}{"CC} |
---|
| 1780 | \stix@MathSymbol{\nvinfty} {\mathord} {symbols2}{"CD} |
---|
| 1781 | \stix@MathSymbol{\dualmap} {\mathrel} {symbols2}{"CE} |
---|
| 1782 | \stix@MathSymbol{\laplac} {\mathord} {symbols2}{"CF} |
---|
| 1783 | |
---|
| 1784 | \stix@MathSymbol{\lrtriangleeq} {\mathrel} {symbols2}{"D0} |
---|
| 1785 | \stix@MathSymbol{\shuffle} {\mathbin} {symbols2}{"D1} |
---|
| 1786 | \stix@MathSymbol{\eparsl} {\mathrel} {symbols2}{"D2} |
---|
| 1787 | \stix@MathSymbol{\smeparsl} {\mathrel} {symbols2}{"D3} |
---|
| 1788 | \stix@MathSymbol{\eqvparsl} {\mathrel} {symbols2}{"D4} |
---|
| 1789 | \stix@MathSymbol{\gleichstark} {\mathrel} {symbols2}{"D5} |
---|
| 1790 | \stix@MathSymbol{\thermod} {\mathord} {symbols2}{"D6} |
---|
| 1791 | \stix@MathSymbol{\downtriangleleftblack} {\mathord} {symbols2}{"D7} |
---|
| 1792 | \stix@MathSymbol{\downtrianglerightblack} {\mathord} {symbols2}{"D8} |
---|
| 1793 | \stix@MathSymbol{\blackdiamonddownarrow} {\mathord} {symbols2}{"D9} |
---|
| 1794 | \stix@MathSymbol{\blacklozenge} {\mathord} {symbols2}{"DA} \stix@MathSymbol{\mdlgblklozenge}{\mathbin}{symbols2}{"DA} |
---|
| 1795 | \stix@MathSymbol{\circledownarrow} {\mathord} {symbols2}{"DB} |
---|
| 1796 | \stix@MathSymbol{\blackcircledownarrow} {\mathord} {symbols2}{"DC} |
---|
| 1797 | \stix@MathSymbol{\errbarsquare} {\mathord} {symbols2}{"DD} |
---|
| 1798 | \stix@MathSymbol{\errbarblacksquare} {\mathord} {symbols2}{"DE} |
---|
| 1799 | \stix@MathSymbol{\errbardiamond} {\mathord} {symbols2}{"DF} |
---|
| 1800 | |
---|
| 1801 | \stix@MathSymbol{\errbarblackdiamond} {\mathord} {symbols2}{"E0} |
---|
| 1802 | \stix@MathSymbol{\errbarcircle} {\mathord} {symbols2}{"E1} |
---|
| 1803 | \stix@MathSymbol{\errbarblackcircle} {\mathord} {symbols2}{"E2} |
---|
| 1804 | \stix@MathSymbol{\ruledelayed} {\mathrel} {symbols2}{"E3} |
---|
| 1805 | \stix@MathSymbol{\setminus} {\mathbin} {symbols2}{"E4} |
---|
| 1806 | \stix@MathSymbol{\dsol} {\mathbin} {symbols2}{"E5} |
---|
| 1807 | \stix@MathSymbol{\rsolbar} {\mathbin} {symbols2}{"E6} |
---|
| 1808 | \stix@MathSymbol{\doubleplus} {\mathbin} {symbols2}{"E7} |
---|
| 1809 | \stix@MathSymbol{\tripleplus} {\mathbin} {symbols2}{"E8} |
---|
| 1810 | \stix@MathSymbol{\lcurvyangle} {\mathopen} {symbols2}{"E9} |
---|
| 1811 | \stix@MathSymbol{\rcurvyangle} {\mathclose}{symbols2}{"EA} |
---|
| 1812 | \stix@MathSymbol{\tplus} {\mathbin} {symbols2}{"EB} |
---|
| 1813 | \stix@MathSymbol{\tminus} {\mathbin} {symbols2}{"EC} |
---|
| 1814 | \stix@MathSymbol{\Join} {\mathop} {symbols2}{"ED} |
---|
| 1815 | \stix@MathSymbol{\bigtriangleleft} {\mathop} {symbols2}{"EE} |
---|
| 1816 | \stix@MathSymbol{\zcmp} {\mathop} {symbols2}{"EF} |
---|
| 1817 | |
---|
| 1818 | \stix@MathSymbol{\zpipe} {\mathop} {symbols2}{"F0} |
---|
| 1819 | \stix@MathSymbol{\zproject} {\mathop} {symbols2}{"F1} |
---|
| 1820 | \stix@MathSymbol{\ringplus} {\mathbin} {symbols2}{"F2} |
---|
| 1821 | \stix@MathSymbol{\plushat} {\mathbin} {symbols2}{"F3} |
---|
| 1822 | \stix@MathSymbol{\simplus} {\mathbin} {symbols2}{"F4} |
---|
| 1823 | \stix@MathSymbol{\plusdot} {\mathbin} {symbols2}{"F5} |
---|
| 1824 | \stix@MathSymbol{\plussim} {\mathbin} {symbols2}{"F6} |
---|
| 1825 | \stix@MathSymbol{\plussubtwo} {\mathbin} {symbols2}{"F7} |
---|
| 1826 | \stix@MathSymbol{\plustrif} {\mathbin} {symbols2}{"F8} |
---|
| 1827 | \stix@MathSymbol{\commaminus} {\mathbin} {symbols2}{"F9} |
---|
| 1828 | \stix@MathSymbol{\minusdot} {\mathbin} {symbols2}{"FA} |
---|
| 1829 | \stix@MathSymbol{\minusfdots} {\mathbin} {symbols2}{"FB} |
---|
| 1830 | \stix@MathSymbol{\minusrdots} {\mathbin} {symbols2}{"FC} |
---|
| 1831 | \stix@MathSymbol{\opluslhrim} {\mathbin} {symbols2}{"FD} |
---|
| 1832 | \stix@MathSymbol{\oplusrhrim} {\mathbin} {symbols2}{"FE} |
---|
| 1833 | \stix@MathSymbol{\vectimes} {\mathbin} {symbols2}{"FF} |
---|
| 1834 | \stix@MathSymbol{\succneq} {\mathrel}{symbols3}{"26} |
---|
| 1835 | \stix@MathSymbol{\preceqq} {\mathrel}{symbols3}{"27} |
---|
| 1836 | \stix@MathSymbol{\succeqq} {\mathrel}{symbols3}{"28} |
---|
| 1837 | \stix@MathSymbol{\precneqq} {\mathrel}{symbols3}{"29} |
---|
| 1838 | \stix@MathSymbol{\succneqq} {\mathrel}{symbols3}{"2A} |
---|
| 1839 | \stix@MathSymbol{\precapprox} {\mathrel}{symbols3}{"2B} |
---|
| 1840 | \stix@MathSymbol{\succapprox} {\mathrel}{symbols3}{"2C} |
---|
| 1841 | \stix@MathSymbol{\precnapprox} {\mathrel}{symbols3}{"2D} |
---|
| 1842 | \stix@MathSymbol{\succnapprox} {\mathrel}{symbols3}{"2E} |
---|
| 1843 | \stix@MathSymbol{\Prec} {\mathrel}{symbols3}{"2F} |
---|
| 1844 | \stix@MathSymbol{\Succ} {\mathrel}{symbols3}{"3A} |
---|
| 1845 | \stix@MathSymbol{\subsetdot} {\mathrel}{symbols3}{"3B} |
---|
| 1846 | \stix@MathSymbol{\supsetdot} {\mathrel}{symbols3}{"3C} |
---|
| 1847 | \stix@MathSymbol{\subsetplus} {\mathrel}{symbols3}{"3D} |
---|
| 1848 | \stix@MathSymbol{\supsetplus} {\mathrel}{symbols3}{"3E} |
---|
| 1849 | \stix@MathSymbol{\submult} {\mathrel}{symbols3}{"3F} |
---|
| 1850 | \stix@MathSymbol{\supmult} {\mathrel}{symbols3}{"40} |
---|
| 1851 | \stix@MathSymbol{\subedot} {\mathrel}{symbols3}{"5B} |
---|
| 1852 | \stix@MathSymbol{\supedot} {\mathrel}{symbols3}{"5C} |
---|
| 1853 | \stix@MathSymbol{\subseteqq} {\mathrel}{symbols3}{"5D} |
---|
| 1854 | \stix@MathSymbol{\supseteqq} {\mathrel}{symbols3}{"5E} |
---|
| 1855 | \stix@MathSymbol{\subsim} {\mathrel}{symbols3}{"5F} |
---|
| 1856 | \stix@MathSymbol{\supsim} {\mathrel}{symbols3}{"60} |
---|
| 1857 | \stix@MathSymbol{\subsetapprox} {\mathrel}{symbols3}{"7D} |
---|
| 1858 | \stix@MathSymbol{\supsetapprox} {\mathrel}{symbols3}{"7E} |
---|
| 1859 | |
---|
| 1860 | \stix@MathSymbol{\Bbbk} {\mathord}{symbols3}{`k} |
---|
| 1861 | |
---|
| 1862 | \stix@MathSymbol{\capbarcup} {\mathbin}{symbols3}{"99} |
---|
| 1863 | \stix@MathSymbol{\twocups} {\mathbin}{symbols3}{"9A} |
---|
| 1864 | \stix@MathSymbol{\twocaps} {\mathbin}{symbols3}{"9B} |
---|
| 1865 | \stix@MathSymbol{\closedvarcup} {\mathbin}{symbols3}{"9C} |
---|
| 1866 | \stix@MathSymbol{\closedvarcap} {\mathbin}{symbols3}{"9D} |
---|
| 1867 | \stix@MathSymbol{\Sqcap} {\mathbin}{symbols3}{"9E} |
---|
| 1868 | \stix@MathSymbol{\Sqcup} {\mathbin}{symbols3}{"9F} |
---|
| 1869 | |
---|
| 1870 | \stix@MathSymbol{\closedvarcupsmashprod} {\mathbin}{symbols3}{"A0} |
---|
| 1871 | \stix@MathSymbol{\wedgeodot} {\mathbin}{symbols3}{"A1} |
---|
| 1872 | \stix@MathSymbol{\veeodot} {\mathbin}{symbols3}{"A2} |
---|
| 1873 | \stix@MathSymbol{\Wedge} {\mathbin}{symbols3}{"A3} |
---|
| 1874 | \stix@MathSymbol{\Vee} {\mathbin}{symbols3}{"A4} |
---|
| 1875 | \stix@MathSymbol{\wedgeonwedge} {\mathbin}{symbols3}{"A5} |
---|
| 1876 | \stix@MathSymbol{\veeonvee} {\mathbin}{symbols3}{"A6} |
---|
| 1877 | \stix@MathSymbol{\bigslopedvee} {\mathbin}{symbols3}{"A7} |
---|
| 1878 | \stix@MathSymbol{\bigslopedwedge} {\mathbin}{symbols3}{"A8} |
---|
| 1879 | \stix@MathSymbol{\veeonwedge} {\mathrel}{symbols3}{"A9} |
---|
| 1880 | \stix@MathSymbol{\wedgemidvert} {\mathbin}{symbols3}{"AA} |
---|
| 1881 | \stix@MathSymbol{\veemidvert} {\mathbin}{symbols3}{"AB} |
---|
| 1882 | \stix@MathSymbol{\midbarwedge} {\mathbin}{symbols3}{"AC} |
---|
| 1883 | \stix@MathSymbol{\midbarvee} {\mathbin}{symbols3}{"AD} |
---|
| 1884 | \stix@MathSymbol{\doublebarwedge} {\mathbin}{symbols3}{"AE} |
---|
| 1885 | \stix@MathSymbol{\wedgebar} {\mathbin}{symbols3}{"AF} |
---|
| 1886 | |
---|
| 1887 | \stix@MathSymbol{\wedgedoublebar} {\mathbin}{symbols3}{"B0} |
---|
| 1888 | \stix@MathSymbol{\varveebar} {\mathbin}{symbols3}{"B1} |
---|
| 1889 | \stix@MathSymbol{\doublebarvee} {\mathbin}{symbols3}{"B2} |
---|
| 1890 | \stix@MathSymbol{\veedoublebar} {\mathbin}{symbols3}{"B3} |
---|
| 1891 | \stix@MathSymbol{\dsub} {\mathbin}{symbols3}{"B4} |
---|
| 1892 | \stix@MathSymbol{\rsub} {\mathbin}{symbols3}{"B5} |
---|
| 1893 | \stix@MathSymbol{\eqdot} {\mathrel}{symbols3}{"B6} |
---|
| 1894 | \stix@MathSymbol{\dotequiv} {\mathrel}{symbols3}{"B7} |
---|
| 1895 | \stix@MathSymbol{\equivVert} {\mathrel}{symbols3}{"B8} |
---|
| 1896 | \stix@MathSymbol{\equivVvert} {\mathrel}{symbols3}{"B9} |
---|
| 1897 | \stix@MathSymbol{\dotsim} {\mathrel}{symbols3}{"BA} |
---|
| 1898 | \stix@MathSymbol{\simrdots} {\mathrel}{symbols3}{"BB} |
---|
| 1899 | \stix@MathSymbol{\simminussim} {\mathrel}{symbols3}{"BC} |
---|
| 1900 | \stix@MathSymbol{\congdot} {\mathrel}{symbols3}{"BD} |
---|
| 1901 | \stix@MathSymbol{\asteq} {\mathrel}{symbols3}{"BE} |
---|
| 1902 | \stix@MathSymbol{\hatapprox} {\mathrel}{symbols3}{"BF} |
---|
| 1903 | |
---|
| 1904 | \stix@MathSymbol{\approxeqq} {\mathrel}{symbols3}{"C0} |
---|
| 1905 | \stix@MathSymbol{\eqqplus} {\mathbin}{symbols3}{"C1} |
---|
| 1906 | \stix@MathSymbol{\pluseqq} {\mathbin}{symbols3}{"C2} |
---|
| 1907 | \stix@MathSymbol{\eqqsim} {\mathrel}{symbols3}{"C3} |
---|
| 1908 | \stix@MathSymbol{\Coloneq} {\mathrel}{symbols3}{"C4} |
---|
| 1909 | \stix@MathSymbol{\eqeq} {\mathrel}{symbols3}{"C5} |
---|
| 1910 | \stix@MathSymbol{\eqeqeq} {\mathrel}{symbols3}{"C6} |
---|
| 1911 | \stix@MathSymbol{\ddotseq} {\mathrel}{symbols3}{"C7} |
---|
| 1912 | \stix@MathSymbol{\equivDD} {\mathrel}{symbols3}{"C8} |
---|
| 1913 | \stix@MathSymbol{\ltcir} {\mathrel}{symbols3}{"C9} |
---|
| 1914 | \stix@MathSymbol{\gtcir} {\mathrel}{symbols3}{"CA} |
---|
| 1915 | \stix@MathSymbol{\ltquest} {\mathrel}{symbols3}{"CB} |
---|
| 1916 | \stix@MathSymbol{\gtquest} {\mathrel}{symbols3}{"CC} |
---|
| 1917 | \stix@MathSymbol{\leqslant} {\mathrel}{symbols3}{"CD} |
---|
| 1918 | \stix@MathSymbol{\geqslant} {\mathrel}{symbols3}{"CE} |
---|
| 1919 | \stix@MathSymbol{\lesdot} {\mathrel}{symbols3}{"CF} |
---|
| 1920 | |
---|
| 1921 | \stix@MathSymbol{\gesdot} {\mathrel}{symbols3}{"D0} |
---|
| 1922 | \stix@MathSymbol{\lesdoto} {\mathrel}{symbols3}{"D1} |
---|
| 1923 | \stix@MathSymbol{\gesdoto} {\mathrel}{symbols3}{"D2} |
---|
| 1924 | \stix@MathSymbol{\lesdotor} {\mathrel}{symbols3}{"D3} |
---|
| 1925 | \stix@MathSymbol{\gesdotol} {\mathrel}{symbols3}{"D4} |
---|
| 1926 | \stix@MathSymbol{\lessapprox} {\mathrel}{symbols3}{"D5} |
---|
| 1927 | \stix@MathSymbol{\gtrapprox} {\mathrel}{symbols3}{"D6} |
---|
| 1928 | \stix@MathSymbol{\lneq} {\mathrel}{symbols3}{"D7} |
---|
| 1929 | \stix@MathSymbol{\gneq} {\mathrel}{symbols3}{"D8} |
---|
| 1930 | \stix@MathSymbol{\lnapprox} {\mathrel}{symbols3}{"D9} |
---|
| 1931 | \stix@MathSymbol{\gnapprox} {\mathrel}{symbols3}{"DA} |
---|
| 1932 | \stix@MathSymbol{\lesseqqgtr} {\mathrel}{symbols3}{"DB} |
---|
| 1933 | \stix@MathSymbol{\gtreqqless} {\mathrel}{symbols3}{"DC} |
---|
| 1934 | \stix@MathSymbol{\lsime} {\mathrel}{symbols3}{"DD} |
---|
| 1935 | \stix@MathSymbol{\gsime} {\mathrel}{symbols3}{"DE} |
---|
| 1936 | \stix@MathSymbol{\lsimg} {\mathrel}{symbols3}{"DF} |
---|
| 1937 | |
---|
| 1938 | \stix@MathSymbol{\gsiml} {\mathrel}{symbols3}{"E0} |
---|
| 1939 | \stix@MathSymbol{\lgE} {\mathrel}{symbols3}{"E1} |
---|
| 1940 | \stix@MathSymbol{\glE} {\mathrel}{symbols3}{"E2} |
---|
| 1941 | \stix@MathSymbol{\lesges} {\mathrel}{symbols3}{"E3} |
---|
| 1942 | \stix@MathSymbol{\gesles} {\mathrel}{symbols3}{"E4} |
---|
| 1943 | \stix@MathSymbol{\eqslantless} {\mathrel}{symbols3}{"E5} |
---|
| 1944 | \stix@MathSymbol{\eqslantgtr} {\mathrel}{symbols3}{"E6} |
---|
| 1945 | \stix@MathSymbol{\elsdot} {\mathrel}{symbols3}{"E7} |
---|
| 1946 | \stix@MathSymbol{\egsdot} {\mathrel}{symbols3}{"E8} |
---|
| 1947 | \stix@MathSymbol{\eqqless} {\mathrel}{symbols3}{"E9} |
---|
| 1948 | \stix@MathSymbol{\eqqgtr} {\mathrel}{symbols3}{"EA} |
---|
| 1949 | \stix@MathSymbol{\eqqslantless} {\mathrel}{symbols3}{"EB} |
---|
| 1950 | \stix@MathSymbol{\eqqslantgtr} {\mathrel}{symbols3}{"EC} |
---|
| 1951 | \stix@MathSymbol{\simless} {\mathrel}{symbols3}{"ED} |
---|
| 1952 | \stix@MathSymbol{\simgtr} {\mathrel}{symbols3}{"EE} |
---|
| 1953 | \stix@MathSymbol{\simlE} {\mathrel}{symbols3}{"EF} |
---|
| 1954 | |
---|
| 1955 | \stix@MathSymbol{\simgE} {\mathrel}{symbols3}{"F0} |
---|
| 1956 | \stix@MathSymbol{\Lt} {\mathrel}{symbols3}{"F1} |
---|
| 1957 | \stix@MathSymbol{\Gt} {\mathrel}{symbols3}{"F2} |
---|
| 1958 | \stix@MathSymbol{\partialmeetcontraction} {\mathrel}{symbols3}{"F3} |
---|
| 1959 | \stix@MathSymbol{\glj} {\mathrel}{symbols3}{"F4} |
---|
| 1960 | \stix@MathSymbol{\gla} {\mathrel}{symbols3}{"F5} |
---|
| 1961 | \stix@MathSymbol{\ltcc} {\mathrel}{symbols3}{"F6} |
---|
| 1962 | \stix@MathSymbol{\gtcc} {\mathrel}{symbols3}{"F7} |
---|
| 1963 | \stix@MathSymbol{\lescc} {\mathrel}{symbols3}{"F8} |
---|
| 1964 | \stix@MathSymbol{\gescc} {\mathrel}{symbols3}{"F9} |
---|
| 1965 | \stix@MathSymbol{\smt} {\mathrel}{symbols3}{"FA} |
---|
| 1966 | \stix@MathSymbol{\lat} {\mathrel}{symbols3}{"FB} |
---|
| 1967 | \stix@MathSymbol{\smte} {\mathrel}{symbols3}{"FC} |
---|
| 1968 | \stix@MathSymbol{\late} {\mathrel}{symbols3}{"FD} |
---|
| 1969 | \stix@MathSymbol{\bumpeqq} {\mathrel}{symbols3}{"FE} |
---|
| 1970 | \stix@MathSymbol{\precneq} {\mathrel}{symbols3}{"FF} |
---|
| 1971 | \stix@MathSymbol{\ngeqq} {\mathrel}{symbols4}{"02} |
---|
| 1972 | \stix@MathSymbol{\ngeqslant} {\mathrel}{symbols4}{"03} |
---|
| 1973 | \stix@MathSymbol{\nleqslant} {\mathrel}{symbols4}{"04} |
---|
| 1974 | \stix@MathSymbol{\nleqq} {\mathrel}{symbols4}{"05} |
---|
| 1975 | \stix@MathSymbol{\nsubseteqq} {\mathrel}{symbols4}{"06} |
---|
| 1976 | \stix@MathSymbol{\nsupseteqq} {\mathrel}{symbols4}{"07} |
---|
| 1977 | |
---|
| 1978 | \stix@MathSymbol{\mathsterling} {\mathord}{symbols4}{"7D} |
---|
| 1979 | |
---|
| 1980 | \stix@MathSymbol{\ncongdot} {\mathrel}{symbols4}{"09} |
---|
| 1981 | \stix@MathSymbol{\napproxeqq} {\mathrel}{symbols4}{"0A} |
---|
| 1982 | \stix@MathSymbol{\nll} {\mathrel}{symbols4}{"0B} |
---|
| 1983 | \stix@MathSymbol{\ngg} {\mathrel}{symbols4}{"0C} |
---|
| 1984 | \stix@MathSymbol{\nsqsubset} {\mathrel}{symbols4}{"1A} |
---|
| 1985 | \stix@MathSymbol{\npreceq} {\mathrel}{symbols4}{"16} |
---|
| 1986 | \stix@MathSymbol{\nsucceq} {\mathrel}{symbols4}{"19} |
---|
| 1987 | \stix@MathSymbol{\nsqsupset} {\mathrel}{symbols4}{"1B} |
---|
| 1988 | \stix@MathSymbol{\nBumpeq} {\mathrel}{symbols4}{"1C} |
---|
| 1989 | \stix@MathSymbol{\nbumpeq} {\mathrel}{symbols4}{"1F} |
---|
| 1990 | \stix@MathSymbol{\neqsim} {\mathrel}{symbols4}{"20} |
---|
| 1991 | \stix@MathSymbol{\nvarisinobar} {\mathrel}{symbols4}{"21} |
---|
| 1992 | \stix@MathSymbol{\nvarniobar} {\mathrel}{symbols4}{"22} |
---|
| 1993 | \stix@MathSymbol{\neqslantless} {\mathrel}{symbols4}{"25} |
---|
| 1994 | \stix@MathSymbol{\neqslantgtr} {\mathrel}{symbols4}{"26} |
---|
| 1995 | |
---|
| 1996 | \stix@MathSymbol{\subsetneqq} {\mathrel}{symbols4}{"99} |
---|
| 1997 | \stix@MathSymbol{\supsetneqq} {\mathrel}{symbols4}{"9A} |
---|
| 1998 | \stix@MathSymbol{\lsqhook} {\mathrel}{symbols4}{"9B} |
---|
| 1999 | \stix@MathSymbol{\rsqhook} {\mathrel}{symbols4}{"9C} |
---|
| 2000 | \stix@MathSymbol{\csub} {\mathrel}{symbols4}{"9D} |
---|
| 2001 | \stix@MathSymbol{\csup} {\mathrel}{symbols4}{"9E} |
---|
| 2002 | \stix@MathSymbol{\csube} {\mathrel}{symbols4}{"9F} |
---|
| 2003 | |
---|
| 2004 | \stix@MathSymbol{\csupe} {\mathrel}{symbols4}{"A0} |
---|
| 2005 | \stix@MathSymbol{\subsup} {\mathrel}{symbols4}{"A1} |
---|
| 2006 | \stix@MathSymbol{\supsub} {\mathrel}{symbols4}{"A2} |
---|
| 2007 | \stix@MathSymbol{\subsub} {\mathrel}{symbols4}{"A3} |
---|
| 2008 | \stix@MathSymbol{\supsup} {\mathrel}{symbols4}{"A4} |
---|
| 2009 | \stix@MathSymbol{\suphsub} {\mathrel}{symbols4}{"A5} |
---|
| 2010 | \stix@MathSymbol{\supdsub} {\mathrel}{symbols4}{"A6} |
---|
| 2011 | \stix@MathSymbol{\forkv} {\mathrel}{symbols4}{"A7} |
---|
| 2012 | \stix@MathSymbol{\topfork} {\mathrel}{symbols4}{"A8} |
---|
| 2013 | \stix@MathSymbol{\mlcp} {\mathrel}{symbols4}{"A9} |
---|
| 2014 | \stix@MathSymbol{\forks} {\mathrel}{symbols4}{"AA} |
---|
| 2015 | \stix@MathSymbol{\forksnot} {\mathrel}{symbols4}{"AB} |
---|
| 2016 | \stix@MathSymbol{\shortlefttack} {\mathrel}{symbols4}{"AC} |
---|
| 2017 | \stix@MathSymbol{\shortdowntack} {\mathrel}{symbols4}{"AD} |
---|
| 2018 | \stix@MathSymbol{\shortuptack} {\mathrel}{symbols4}{"AE} |
---|
| 2019 | \stix@MathSymbol{\perps} {\mathord}{symbols4}{"AF} |
---|
| 2020 | |
---|
| 2021 | \stix@MathSymbol{\vDdash} {\mathrel}{symbols4}{"B0} |
---|
| 2022 | \stix@MathSymbol{\dashV} {\mathrel}{symbols4}{"B1} |
---|
| 2023 | \stix@MathSymbol{\Dashv} {\mathrel}{symbols4}{"B2} |
---|
| 2024 | \stix@MathSymbol{\DashV} {\mathrel}{symbols4}{"B3} |
---|
| 2025 | \stix@MathSymbol{\varVdash} {\mathrel}{symbols4}{"B4} |
---|
| 2026 | \stix@MathSymbol{\Barv} {\mathrel}{symbols4}{"B5} |
---|
| 2027 | \stix@MathSymbol{\vBar} {\mathrel}{symbols4}{"B6} |
---|
| 2028 | \stix@MathSymbol{\vBarv} {\mathrel}{symbols4}{"B7} |
---|
| 2029 | \stix@MathSymbol{\barV} {\mathrel}{symbols4}{"B8} |
---|
| 2030 | \stix@MathSymbol{\Vbar} {\mathrel}{symbols4}{"B9} |
---|
| 2031 | \stix@MathSymbol{\Not} {\mathrel}{symbols4}{"BA} |
---|
| 2032 | \stix@MathSymbol{\bNot} {\mathrel}{symbols4}{"BB} |
---|
| 2033 | \stix@MathSymbol{\revnmid} {\mathrel}{symbols4}{"BC} |
---|
| 2034 | \stix@MathSymbol{\cirmid} {\mathrel}{symbols4}{"BD} |
---|
| 2035 | \stix@MathSymbol{\midcir} {\mathrel}{symbols4}{"BE} |
---|
| 2036 | \stix@MathSymbol{\topcir} {\mathord}{symbols4}{"BF} |
---|
| 2037 | |
---|
| 2038 | \stix@MathSymbol{\nhpar} {\mathrel}{symbols4}{"C0} |
---|
| 2039 | \stix@MathSymbol{\parsim} {\mathrel}{symbols4}{"C1} |
---|
| 2040 | \stix@MathSymbol{\interleave} {\mathbin}{symbols4}{"C2} |
---|
| 2041 | \stix@MathSymbol{\nhVvert} {\mathbin}{symbols4}{"C3} |
---|
| 2042 | \stix@MathSymbol{\threedotcolon} {\mathbin}{symbols4}{"C4} |
---|
| 2043 | \stix@MathSymbol{\lllnest} {\mathrel}{symbols4}{"C5} |
---|
| 2044 | \stix@MathSymbol{\gggnest} {\mathrel}{symbols4}{"C6} |
---|
| 2045 | \stix@MathSymbol{\leqqslant} {\mathrel}{symbols4}{"C7} |
---|
| 2046 | \stix@MathSymbol{\geqqslant} {\mathrel}{symbols4}{"C8} |
---|
| 2047 | \stix@MathSymbol{\trslash} {\mathbin}{symbols4}{"C9} |
---|
| 2048 | \stix@MathSymbol{\biginterleave} {\mathop} {symbols4}{"CA} |
---|
| 2049 | \stix@MathSymbol{\sslash} {\mathbin}{symbols4}{"CB} |
---|
| 2050 | \stix@MathSymbol{\talloblong} {\mathbin}{symbols4}{"CC} |
---|
| 2051 | \stix@MathSymbol{\squaretopblack} {\mathord}{symbols4}{"CD} |
---|
| 2052 | \stix@MathSymbol{\squarebotblack} {\mathord}{symbols4}{"CE} |
---|
| 2053 | \stix@MathSymbol{\squareurblack} {\mathord}{symbols4}{"CF} |
---|
| 2054 | |
---|
| 2055 | \stix@MathSymbol{\squarellblack} {\mathord}{symbols4}{"D0} |
---|
| 2056 | \stix@MathSymbol{\diamondleftblack} {\mathord}{symbols4}{"D1} |
---|
| 2057 | \stix@MathSymbol{\diamondrightblack} {\mathord}{symbols4}{"D2} |
---|
| 2058 | \stix@MathSymbol{\diamondtopblack} {\mathord}{symbols4}{"D3} |
---|
| 2059 | \stix@MathSymbol{\diamondbotblack} {\mathord}{symbols4}{"D4} |
---|
| 2060 | \stix@MathSymbol{\dottedsquare} {\mathord}{symbols4}{"D5} |
---|
| 2061 | \stix@MathSymbol{\lgblksquare} {\mathord}{symbols4}{"D6} |
---|
| 2062 | \stix@MathSymbol{\lgwhtsquare} {\mathord}{symbols4}{"D7} |
---|
| 2063 | \stix@MathSymbol{\vysmblksquare} {\mathord}{symbols4}{"D8} |
---|
| 2064 | \stix@MathSymbol{\vysmwhtsquare} {\mathord}{symbols4}{"D9} |
---|
| 2065 | \stix@MathSymbol{\pentagonblack} {\mathord}{symbols4}{"DA} |
---|
| 2066 | \stix@MathSymbol{\pentagon} {\mathord}{symbols4}{"DB} |
---|
| 2067 | \stix@MathSymbol{\varhexagon} {\mathord}{symbols4}{"DC} |
---|
| 2068 | \stix@MathSymbol{\varhexagonblack} {\mathord}{symbols4}{"DD} |
---|
| 2069 | \stix@MathSymbol{\hexagonblack} {\mathord}{symbols4}{"DE} |
---|
| 2070 | \stix@MathSymbol{\lgblkcircle} {\mathord}{symbols4}{"DF} |
---|
| 2071 | |
---|
| 2072 | \stix@MathSymbol{\mdblkdiamond} {\mathord}{symbols4}{"E0} |
---|
| 2073 | \stix@MathSymbol{\mdwhtdiamond} {\mathord}{symbols4}{"E1} |
---|
| 2074 | \stix@MathSymbol{\mdblklozenge} {\mathord}{symbols4}{"E2} |
---|
| 2075 | \stix@MathSymbol{\mdwhtlozenge} {\mathord}{symbols4}{"E3} |
---|
| 2076 | \stix@MathSymbol{\smblkdiamond} {\mathord}{symbols4}{"E4} |
---|
| 2077 | \stix@MathSymbol{\smblklozenge} {\mathord}{symbols4}{"E5} |
---|
| 2078 | \stix@MathSymbol{\smwhtlozenge} {\mathord}{symbols4}{"E6} |
---|
| 2079 | \stix@MathSymbol{\blkhorzoval} {\mathord}{symbols4}{"E7} |
---|
| 2080 | \stix@MathSymbol{\whthorzoval} {\mathord}{symbols4}{"E8} |
---|
| 2081 | \stix@MathSymbol{\blkvertoval} {\mathord}{symbols4}{"E9} |
---|
| 2082 | \stix@MathSymbol{\whtvertoval} {\mathord}{symbols4}{"EA} |
---|
| 2083 | \stix@MathSymbol{\medwhitestar} {\mathord}{symbols4}{"EB} |
---|
| 2084 | \stix@MathSymbol{\medblackstar} {\mathord}{symbols4}{"EC} |
---|
| 2085 | \stix@MathSymbol{\smwhitestar} {\mathord}{symbols4}{"ED} |
---|
| 2086 | \stix@MathSymbol{\rightpentagonblack} {\mathord}{symbols4}{"EE} |
---|
| 2087 | \stix@MathSymbol{\rightpentagon} {\mathord}{symbols4}{"EF} |
---|
| 2088 | |
---|
| 2089 | \stix@MathSymbol{\postalmark} {\mathord}{symbols4}{"F0} |
---|
| 2090 | \stix@MathSymbol{\hzigzag} {\mathord}{symbols4}{"F1} |
---|
| 2091 | \stix@MathSymbol{\bbrktbrk} {\mathord}{symbols4}{"F2} |
---|
| 2092 | \stix@MathSymbol{\obrbrak} {\mathord}{symbols4}{"F3} |
---|
| 2093 | \stix@MathSymbol{\ubrbrak} {\mathord}{symbols4}{"F4} |
---|
| 2094 | \stix@MathSymbol{\astrosun} {\mathord}{symbols4}{"F5} |
---|
| 2095 | \stix@MathSymbol{\danger} {\mathord}{symbols4}{"F6} |
---|
| 2096 | \stix@MathSymbol{\blacksmiley} {\mathord}{symbols4}{"F7} |
---|
| 2097 | \stix@MathSymbol{\sun} {\mathord}{symbols4}{"F8} |
---|
| 2098 | \stix@MathSymbol{\rightmoon} {\mathord}{symbols4}{"F9} |
---|
| 2099 | \stix@MathSymbol{\leftmoon} {\mathord}{symbols4}{"FA} |
---|
| 2100 | \stix@MathSymbol{\female} {\mathord}{symbols4}{"FB} |
---|
| 2101 | \stix@MathSymbol{\male} {\mathord}{symbols4}{"FC} |
---|
| 2102 | \stix@MathSymbol{\varspadesuit} {\mathord}{symbols4}{"FD} |
---|
| 2103 | \stix@MathSymbol{\varheartsuit} {\mathord}{symbols4}{"FE} |
---|
| 2104 | \stix@MathSymbol{\vardiamondsuit} {\mathord}{symbols4}{"FF} |
---|
| 2105 | \DeclareMathSizes{10}{10}{7.5}{6} |
---|
| 2106 | \AtBeginDocument{ |
---|
| 2107 | \@ifpackageloaded{amsmath}{ |
---|
| 2108 | \renewcommand{\big}{\bBigg@{1.2}} |
---|
| 2109 | \renewcommand{\Bigg}{\bBigg@{2.7}} |
---|
| 2110 | \let\dotsb@\@cdots |
---|
| 2111 | \let\dotsb\cdots |
---|
| 2112 | \let\dotsm\cdots |
---|
| 2113 | }{ |
---|
| 2114 | \let\ilimits@=\nolimits |
---|
| 2115 | \let\slimits@=\relax |
---|
| 2116 | \let\DOTSI\relax |
---|
| 2117 | } |
---|
| 2118 | } |
---|
| 2119 | \@ifpackageloaded{amsopn}{ |
---|
| 2120 | \begingroup \catcode`\"=12 |
---|
| 2121 | \gdef\newmcodes@{% |
---|
| 2122 | \mathcode`\'="007F\relax% |
---|
| 2123 | \mathcode`\*="003C\relax% |
---|
| 2124 | \mathcode`\.="613A\relax% |
---|
| 2125 | \ifnum\mathcode`\-="002A \else |
---|
| 2126 | \mathchardef\std@minus\mathcode`\-\relax |
---|
| 2127 | \fi |
---|
| 2128 | \mathcode`\-="002A\relax% |
---|
| 2129 | \mathcode`\/="005F\relax% |
---|
| 2130 | \mathcode`\:="603A\relax% |
---|
| 2131 | } |
---|
| 2132 | \endgroup |
---|
| 2133 | }{} |
---|
| 2134 | \DeclareTextSymbol{\i}{LS1}{123} |
---|
| 2135 | \DeclareTextSymbol{\j}{LS1}{124} |
---|
| 2136 | \@namedef{not=}{\ne} |
---|
| 2137 | \@namedef{not>}{\ngtr} |
---|
| 2138 | \@namedef{not<}{\nless} |
---|
| 2139 | \let\ngets\nleftarrow |
---|
| 2140 | \let\nsimeq\nsime |
---|
| 2141 | \let\nforksnot\forks |
---|
| 2142 | \let\nle\nleq |
---|
| 2143 | \let\nge\ngeq |
---|
| 2144 | \DeclareRobustCommand*{\not}[1]{% |
---|
| 2145 | \begingroup \escapechar\m@ne\xdef\@gtempa{not\string#1}\endgroup |
---|
| 2146 | \@ifundefined{\@gtempa}% |
---|
| 2147 | {\not@n@{#1}}% |
---|
| 2148 | {\@nameuse{\@gtempa}}} |
---|
| 2149 | \def\not@n@#1{% |
---|
| 2150 | \begingroup \escapechar\m@ne\xdef\@gtempa{n\string#1}\endgroup |
---|
| 2151 | \@ifundefined{\@gtempa}% |
---|
| 2152 | {\notchar #1}% |
---|
| 2153 | {\@nameuse{\@gtempa}}} |
---|
| 2154 | \def\stix@dotlessi{\ifmmode\imath\else\i\fi} |
---|
| 2155 | \@ifundefined{es@dotlessi}{}{\let\es@dotlessi\stix@dotlessi} |
---|
| 2156 | |
---|
| 2157 | \fi |
---|
| 2158 | \endinput |
---|
| 2159 | %% |
---|
| 2160 | %% End of file `stix.sty'. |
---|