| author | blanchet | 
| Thu, 26 Jun 2014 13:35:07 +0200 | |
| changeset 57362 | 3ae07451a9f5 | 
| parent 55037 | 74dfec1edf8c | 
| child 59974 | b911c8ba0b69 | 
| permissions | -rw-r--r-- | 
| 7979 | 1 | %% | 
| 9726 | 2 | %% definitions of standard Isabelle symbols | 
| 7979 | 3 | %% | 
| 10193 
1d6ae1ef8e64
\isamath and \isatext: more abstract implementation of symbols;
 wenzelm parents: 
9976diff
changeset | 4 | |
| 14971 
18ee74d6bba1
improved comments -- required by 'isatool latex -o syms';
 wenzelm parents: 
14962diff
changeset | 5 | \newcommand{\isasymzero}{\isamath{\mathbf{0}}}  %requires amssymb
 | 
| 17531 | 6 | \newcommand{\isasymone}{\isamath{\mathbf{1}}}  %requires amssymb
 | 
| 7 | \newcommand{\isasymtwo}{\isamath{\mathbf{2}}}  %requires amssymb
 | |
| 8 | \newcommand{\isasymthree}{\isamath{\mathbf{3}}}  %requires amssymb
 | |
| 14971 
18ee74d6bba1
improved comments -- required by 'isatool latex -o syms';
 wenzelm parents: 
14962diff
changeset | 9 | \newcommand{\isasymfour}{\isamath{\mathbf{4}}}  %requires amssymb
 | 
| 
18ee74d6bba1
improved comments -- required by 'isatool latex -o syms';
 wenzelm parents: 
14962diff
changeset | 10 | \newcommand{\isasymfive}{\isamath{\mathbf{5}}}  %requires amssymb
 | 
| 17531 | 11 | \newcommand{\isasymsix}{\isamath{\mathbf{6}}}  %requires amssymb
 | 
| 12 | \newcommand{\isasymseven}{\isamath{\mathbf{7}}}  %requires amssymb
 | |
| 13 | \newcommand{\isasymeight}{\isamath{\mathbf{8}}}  %requires amssymb
 | |
| 14971 
18ee74d6bba1
improved comments -- required by 'isatool latex -o syms';
 wenzelm parents: 
14962diff
changeset | 14 | \newcommand{\isasymnine}{\isamath{\mathbf{9}}}  %requires amssymb
 | 
| 10563 | 15 | \newcommand{\isasymA}{\isamath{\mathcal{A}}}
 | 
| 16 | \newcommand{\isasymB}{\isamath{\mathcal{B}}}
 | |
| 17 | \newcommand{\isasymC}{\isamath{\mathcal{C}}}
 | |
| 18 | \newcommand{\isasymD}{\isamath{\mathcal{D}}}
 | |
| 19 | \newcommand{\isasymE}{\isamath{\mathcal{E}}}
 | |
| 20 | \newcommand{\isasymF}{\isamath{\mathcal{F}}}
 | |
| 21 | \newcommand{\isasymG}{\isamath{\mathcal{G}}}
 | |
| 22 | \newcommand{\isasymH}{\isamath{\mathcal{H}}}
 | |
| 23 | \newcommand{\isasymI}{\isamath{\mathcal{I}}}
 | |
| 24 | \newcommand{\isasymJ}{\isamath{\mathcal{J}}}
 | |
| 25 | \newcommand{\isasymK}{\isamath{\mathcal{K}}}
 | |
| 26 | \newcommand{\isasymL}{\isamath{\mathcal{L}}}
 | |
| 27 | \newcommand{\isasymM}{\isamath{\mathcal{M}}}
 | |
| 28 | \newcommand{\isasymN}{\isamath{\mathcal{N}}}
 | |
| 29 | \newcommand{\isasymO}{\isamath{\mathcal{O}}}
 | |
| 30 | \newcommand{\isasymP}{\isamath{\mathcal{P}}}
 | |
| 31 | \newcommand{\isasymQ}{\isamath{\mathcal{Q}}}
 | |
| 32 | \newcommand{\isasymR}{\isamath{\mathcal{R}}}
 | |
| 33 | \newcommand{\isasymS}{\isamath{\mathcal{S}}}
 | |
| 34 | \newcommand{\isasymT}{\isamath{\mathcal{T}}}
 | |
| 35 | \newcommand{\isasymU}{\isamath{\mathcal{U}}}
 | |
| 36 | \newcommand{\isasymV}{\isamath{\mathcal{V}}}
 | |
| 37 | \newcommand{\isasymW}{\isamath{\mathcal{W}}}
 | |
| 38 | \newcommand{\isasymX}{\isamath{\mathcal{X}}}
 | |
| 39 | \newcommand{\isasymY}{\isamath{\mathcal{Y}}}
 | |
| 40 | \newcommand{\isasymZ}{\isamath{\mathcal{Z}}}
 | |
| 10605 | 41 | \newcommand{\isasyma}{\isamath{\mathrm{a}}}
 | 
| 42 | \newcommand{\isasymb}{\isamath{\mathrm{b}}}
 | |
| 43 | \newcommand{\isasymc}{\isamath{\mathrm{c}}}
 | |
| 44 | \newcommand{\isasymd}{\isamath{\mathrm{d}}}
 | |
| 45 | \newcommand{\isasyme}{\isamath{\mathrm{e}}}
 | |
| 46 | \newcommand{\isasymf}{\isamath{\mathrm{f}}}
 | |
| 47 | \newcommand{\isasymg}{\isamath{\mathrm{g}}}
 | |
| 48 | \newcommand{\isasymh}{\isamath{\mathrm{h}}}
 | |
| 49 | \newcommand{\isasymi}{\isamath{\mathrm{i}}}
 | |
| 50 | \newcommand{\isasymj}{\isamath{\mathrm{j}}}
 | |
| 51 | \newcommand{\isasymk}{\isamath{\mathrm{k}}}
 | |
| 52 | \newcommand{\isasyml}{\isamath{\mathrm{l}}}
 | |
| 53 | \newcommand{\isasymm}{\isamath{\mathrm{m}}}
 | |
| 54 | \newcommand{\isasymn}{\isamath{\mathrm{n}}}
 | |
| 55 | \newcommand{\isasymo}{\isamath{\mathrm{o}}}
 | |
| 56 | \newcommand{\isasymp}{\isamath{\mathrm{p}}}
 | |
| 57 | \newcommand{\isasymq}{\isamath{\mathrm{q}}}
 | |
| 58 | \newcommand{\isasymr}{\isamath{\mathrm{r}}}
 | |
| 59 | \newcommand{\isasyms}{\isamath{\mathrm{s}}}
 | |
| 60 | \newcommand{\isasymt}{\isamath{\mathrm{t}}}
 | |
| 61 | \newcommand{\isasymu}{\isamath{\mathrm{u}}}
 | |
| 62 | \newcommand{\isasymv}{\isamath{\mathrm{v}}}
 | |
| 63 | \newcommand{\isasymw}{\isamath{\mathrm{w}}}
 | |
| 64 | \newcommand{\isasymx}{\isamath{\mathrm{x}}}
 | |
| 65 | \newcommand{\isasymy}{\isamath{\mathrm{y}}}
 | |
| 66 | \newcommand{\isasymz}{\isamath{\mathrm{z}}}
 | |
| 10975 | 67 | \newcommand{\isasymAA}{\isamath{\mathfrak{A}}}  %requires eufrak
 | 
| 68 | \newcommand{\isasymBB}{\isamath{\mathfrak{B}}}  %requires eufrak
 | |
| 69 | \newcommand{\isasymCC}{\isamath{\mathfrak{C}}}  %requires eufrak
 | |
| 70 | \newcommand{\isasymDD}{\isamath{\mathfrak{D}}}  %requires eufrak
 | |
| 71 | \newcommand{\isasymEE}{\isamath{\mathfrak{E}}}  %requires eufrak
 | |
| 72 | \newcommand{\isasymFF}{\isamath{\mathfrak{F}}}  %requires eufrak
 | |
| 73 | \newcommand{\isasymGG}{\isamath{\mathfrak{G}}}  %requires eufrak
 | |
| 74 | \newcommand{\isasymHH}{\isamath{\mathfrak{H}}}  %requires eufrak
 | |
| 75 | \newcommand{\isasymII}{\isamath{\mathfrak{I}}}  %requires eufrak
 | |
| 76 | \newcommand{\isasymJJ}{\isamath{\mathfrak{J}}}  %requires eufrak
 | |
| 77 | \newcommand{\isasymKK}{\isamath{\mathfrak{K}}}  %requires eufrak
 | |
| 78 | \newcommand{\isasymLL}{\isamath{\mathfrak{L}}}  %requires eufrak
 | |
| 79 | \newcommand{\isasymMM}{\isamath{\mathfrak{M}}}  %requires eufrak
 | |
| 80 | \newcommand{\isasymNN}{\isamath{\mathfrak{N}}}  %requires eufrak
 | |
| 81 | \newcommand{\isasymOO}{\isamath{\mathfrak{O}}}  %requires eufrak
 | |
| 82 | \newcommand{\isasymPP}{\isamath{\mathfrak{P}}}  %requires eufrak
 | |
| 83 | \newcommand{\isasymQQ}{\isamath{\mathfrak{Q}}}  %requires eufrak
 | |
| 84 | \newcommand{\isasymRR}{\isamath{\mathfrak{R}}}  %requires eufrak
 | |
| 85 | \newcommand{\isasymSS}{\isamath{\mathfrak{S}}}  %requires eufrak
 | |
| 86 | \newcommand{\isasymTT}{\isamath{\mathfrak{T}}}  %requires eufrak
 | |
| 87 | \newcommand{\isasymUU}{\isamath{\mathfrak{U}}}  %requires eufrak
 | |
| 88 | \newcommand{\isasymVV}{\isamath{\mathfrak{V}}}  %requires eufrak
 | |
| 89 | \newcommand{\isasymWW}{\isamath{\mathfrak{W}}}  %requires eufrak
 | |
| 90 | \newcommand{\isasymXX}{\isamath{\mathfrak{X}}}  %requires eufrak
 | |
| 91 | \newcommand{\isasymYY}{\isamath{\mathfrak{Y}}}  %requires eufrak
 | |
| 92 | \newcommand{\isasymZZ}{\isamath{\mathfrak{Z}}}  %requires eufrak
 | |
| 93 | \newcommand{\isasymaa}{\isamath{\mathfrak{a}}}  %requires eufrak
 | |
| 94 | \newcommand{\isasymbb}{\isamath{\mathfrak{b}}}  %requires eufrak
 | |
| 95 | \newcommand{\isasymcc}{\isamath{\mathfrak{c}}}  %requires eufrak
 | |
| 96 | \newcommand{\isasymdd}{\isamath{\mathfrak{d}}}  %requires eufrak
 | |
| 97 | \newcommand{\isasymee}{\isamath{\mathfrak{e}}}  %requires eufrak
 | |
| 98 | \newcommand{\isasymff}{\isamath{\mathfrak{f}}}  %requires eufrak
 | |
| 99 | \newcommand{\isasymgg}{\isamath{\mathfrak{g}}}  %requires eufrak
 | |
| 100 | \newcommand{\isasymhh}{\isamath{\mathfrak{h}}}  %requires eufrak
 | |
| 101 | \newcommand{\isasymii}{\isamath{\mathfrak{i}}}  %requires eufrak
 | |
| 102 | \newcommand{\isasymjj}{\isamath{\mathfrak{j}}}  %requires eufrak
 | |
| 103 | \newcommand{\isasymkk}{\isamath{\mathfrak{k}}}  %requires eufrak
 | |
| 104 | \newcommand{\isasymll}{\isamath{\mathfrak{l}}}  %requires eufrak
 | |
| 105 | \newcommand{\isasymmm}{\isamath{\mathfrak{m}}}  %requires eufrak
 | |
| 106 | \newcommand{\isasymnn}{\isamath{\mathfrak{n}}}  %requires eufrak
 | |
| 107 | \newcommand{\isasymoo}{\isamath{\mathfrak{o}}}  %requires eufrak
 | |
| 108 | \newcommand{\isasympp}{\isamath{\mathfrak{p}}}  %requires eufrak
 | |
| 109 | \newcommand{\isasymqq}{\isamath{\mathfrak{q}}}  %requires eufrak
 | |
| 110 | \newcommand{\isasymrr}{\isamath{\mathfrak{r}}}  %requires eufrak
 | |
| 111 | \newcommand{\isasymss}{\isamath{\mathfrak{s}}}  %requires eufrak
 | |
| 112 | \newcommand{\isasymtt}{\isamath{\mathfrak{t}}}  %requires eufrak
 | |
| 113 | \newcommand{\isasymuu}{\isamath{\mathfrak{u}}}  %requires eufrak
 | |
| 114 | \newcommand{\isasymvv}{\isamath{\mathfrak{v}}}  %requires eufrak
 | |
| 115 | \newcommand{\isasymww}{\isamath{\mathfrak{w}}}  %requires eufrak
 | |
| 116 | \newcommand{\isasymxx}{\isamath{\mathfrak{x}}}  %requires eufrak
 | |
| 117 | \newcommand{\isasymyy}{\isamath{\mathfrak{y}}}  %requires eufrak
 | |
| 118 | \newcommand{\isasymzz}{\isamath{\mathfrak{z}}}  %requires eufrak
 | |
| 10587 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 119 | \newcommand{\isasymalpha}{\isamath{\alpha}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 120 | \newcommand{\isasymbeta}{\isamath{\beta}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 121 | \newcommand{\isasymgamma}{\isamath{\gamma}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 122 | \newcommand{\isasymdelta}{\isamath{\delta}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 123 | \newcommand{\isasymepsilon}{\isamath{\varepsilon}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 124 | \newcommand{\isasymzeta}{\isamath{\zeta}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 125 | \newcommand{\isasymeta}{\isamath{\eta}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 126 | \newcommand{\isasymtheta}{\isamath{\vartheta}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 127 | \newcommand{\isasymiota}{\isamath{\iota}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 128 | \newcommand{\isasymkappa}{\isamath{\kappa}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 129 | \newcommand{\isasymlambda}{\isamath{\lambda}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 130 | \newcommand{\isasymmu}{\isamath{\mu}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 131 | \newcommand{\isasymnu}{\isamath{\nu}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 132 | \newcommand{\isasymxi}{\isamath{\xi}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 133 | \newcommand{\isasympi}{\isamath{\pi}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 134 | \newcommand{\isasymrho}{\isamath{\varrho}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 135 | \newcommand{\isasymsigma}{\isamath{\sigma}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 136 | \newcommand{\isasymtau}{\isamath{\tau}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 137 | \newcommand{\isasymupsilon}{\isamath{\upsilon}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 138 | \newcommand{\isasymphi}{\isamath{\varphi}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 139 | \newcommand{\isasymchi}{\isamath{\chi}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 140 | \newcommand{\isasympsi}{\isamath{\psi}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 141 | \newcommand{\isasymomega}{\isamath{\omega}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 142 | \newcommand{\isasymGamma}{\isamath{\Gamma}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 143 | \newcommand{\isasymDelta}{\isamath{\Delta}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 144 | \newcommand{\isasymTheta}{\isamath{\Theta}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 145 | \newcommand{\isasymLambda}{\isamath{\Lambda}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 146 | \newcommand{\isasymXi}{\isamath{\Xi}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 147 | \newcommand{\isasymPi}{\isamath{\Pi}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 148 | \newcommand{\isasymSigma}{\isamath{\Sigma}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 149 | \newcommand{\isasymUpsilon}{\isamath{\Upsilon}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 150 | \newcommand{\isasymPhi}{\isamath{\Phi}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 151 | \newcommand{\isasymPsi}{\isamath{\Psi}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 152 | \newcommand{\isasymOmega}{\isamath{\Omega}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 153 | \newcommand{\isasymbool}{\isamath{\mathrm{I}\mkern-3.8mu\mathrm{B}}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 154 | \newcommand{\isasymcomplex}{\isamath{\mathrm{C}\mkern-15mu{\phantom{\mathrm{t}}\vrule}\mkern9mu}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 155 | \newcommand{\isasymnat}{\isamath{\mathrm{I}\mkern-3.8mu\mathrm{N}}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 156 | \newcommand{\isasymrat}{\isamath{\mathrm{Q}\mkern-16mu{\phantom{\mathrm{t}}\vrule}\mkern10mu}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 157 | \newcommand{\isasymreal}{\isamath{\mathrm{I}\mkern-3.8mu\mathrm{R}}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 158 | \newcommand{\isasymint}{\isamath{\mathsf{Z}\mkern-7.5mu\mathsf{Z}}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 159 | \newcommand{\isasymleftarrow}{\isamath{\leftarrow}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 160 | \newcommand{\isasymlongleftarrow}{\isamath{\longleftarrow}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 161 | \newcommand{\isasymrightarrow}{\isamath{\rightarrow}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 162 | \newcommand{\isasymlongrightarrow}{\isamath{\longrightarrow}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 163 | \newcommand{\isasymLeftarrow}{\isamath{\Leftarrow}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 164 | \newcommand{\isasymLongleftarrow}{\isamath{\Longleftarrow}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 165 | \newcommand{\isasymRightarrow}{\isamath{\Rightarrow}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 166 | \newcommand{\isasymLongrightarrow}{\isamath{\Longrightarrow}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 167 | \newcommand{\isasymleftrightarrow}{\isamath{\leftrightarrow}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 168 | \newcommand{\isasymlongleftrightarrow}{\isamath{\longleftrightarrow}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 169 | \newcommand{\isasymLeftrightarrow}{\isamath{\Leftrightarrow}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 170 | \newcommand{\isasymLongleftrightarrow}{\isamath{\Longleftrightarrow}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 171 | \newcommand{\isasymmapsto}{\isamath{\mapsto}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 172 | \newcommand{\isasymlongmapsto}{\isamath{\longmapsto}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 173 | \newcommand{\isasymmidarrow}{\isamath{\relbar}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 174 | \newcommand{\isasymMidarrow}{\isamath{\Relbar}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 175 | \newcommand{\isasymhookleftarrow}{\isamath{\hookleftarrow}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 176 | \newcommand{\isasymhookrightarrow}{\isamath{\hookrightarrow}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 177 | \newcommand{\isasymleftharpoondown}{\isamath{\leftharpoondown}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 178 | \newcommand{\isasymrightharpoondown}{\isamath{\rightharpoondown}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 179 | \newcommand{\isasymleftharpoonup}{\isamath{\leftharpoonup}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 180 | \newcommand{\isasymrightharpoonup}{\isamath{\rightharpoonup}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 181 | \newcommand{\isasymrightleftharpoons}{\isamath{\rightleftharpoons}}
 | 
| 18584 | 182 | \newcommand{\isasymleadsto}{\isamath{\leadsto}}  %requires amssymb
 | 
| 15692 | 183 | \newcommand{\isasymdownharpoonleft}{\isamath{\downharpoonleft}}  %requires amssymb
 | 
| 184 | \newcommand{\isasymdownharpoonright}{\isamath{\downharpoonright}}  %requires amssymb
 | |
| 185 | \newcommand{\isasymupharpoonleft}{\isamath{\upharpoonleft}}  %requires amssymb
 | |
| 186 | \newcommand{\isasymupharpoonright}{\isamath{\upharpoonright}}  %requires amssymb
 | |
| 15694 | 187 | \newcommand{\isasymrestriction}{\isamath{\restriction}}  %requires amssymb
 | 
| 18584 | 188 | \newcommand{\isasymColon}{\isamath{\mathrel{::}}}
 | 
| 10587 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 189 | \newcommand{\isasymup}{\isamath{\uparrow}}
 | 
| 10678 | 190 | \newcommand{\isasymUp}{\isamath{\Uparrow}}
 | 
| 10587 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 191 | \newcommand{\isasymdown}{\isamath{\downarrow}}
 | 
| 10678 | 192 | \newcommand{\isasymDown}{\isamath{\Downarrow}}
 | 
| 193 | \newcommand{\isasymupdown}{\isamath{\updownarrow}}
 | |
| 194 | \newcommand{\isasymUpdown}{\isamath{\Updownarrow}}
 | |
| 10587 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 195 | \newcommand{\isasymlangle}{\isamath{\langle}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 196 | \newcommand{\isasymrangle}{\isamath{\rangle}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 197 | \newcommand{\isasymlceil}{\isamath{\lceil}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 198 | \newcommand{\isasymrceil}{\isamath{\rceil}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 199 | \newcommand{\isasymlfloor}{\isamath{\lfloor}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 200 | \newcommand{\isasymrfloor}{\isamath{\rfloor}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 201 | \newcommand{\isasymlparr}{\isamath{\mathopen{(\mkern-3mu\mid}}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 202 | \newcommand{\isasymrparr}{\isamath{\mathclose{\mid\mkern-3mu)}}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 203 | \newcommand{\isasymlbrakk}{\isamath{\mathopen{\lbrack\mkern-3mu\lbrack}}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 204 | \newcommand{\isasymrbrakk}{\isamath{\mathclose{\rbrack\mkern-3mu\rbrack}}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 205 | \newcommand{\isasymlbrace}{\isamath{\mathopen{\lbrace\mkern-4.5mu\mid}}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 206 | \newcommand{\isasymrbrace}{\isamath{\mathclose{\mid\mkern-4.5mu\rbrace}}}
 | 
| 17531 | 207 | \newcommand{\isasymguillemotleft}{\isatext{\flqq}}  %requires babel
 | 
| 208 | \newcommand{\isasymguillemotright}{\isatext{\frqq}}  %requires babel
 | |
| 10587 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 209 | \newcommand{\isasymbottom}{\isamath{\bot}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 210 | \newcommand{\isasymtop}{\isamath{\top}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 211 | \newcommand{\isasymand}{\isamath{\wedge}}
 | 
| 10929 | 212 | \newcommand{\isasymAnd}{\isamath{\bigwedge}}
 | 
| 10587 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 213 | \newcommand{\isasymor}{\isamath{\vee}}
 | 
| 10929 | 214 | \newcommand{\isasymOr}{\isamath{\bigvee}}
 | 
| 10587 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 215 | \newcommand{\isasymforall}{\isamath{\forall\,}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 216 | \newcommand{\isasymexists}{\isamath{\exists\,}}
 | 
| 16110 | 217 | \newcommand{\isasymnexists}{\isamath{\nexists\,}}  %requires amssymb
 | 
| 18584 | 218 | \newcommand{\isasymnot}{\isamath{\neg}}
 | 
| 14971 
18ee74d6bba1
improved comments -- required by 'isatool latex -o syms';
 wenzelm parents: 
14962diff
changeset | 219 | \newcommand{\isasymbox}{\isamath{\Box}}  %requires amssymb
 | 
| 
18ee74d6bba1
improved comments -- required by 'isatool latex -o syms';
 wenzelm parents: 
14962diff
changeset | 220 | \newcommand{\isasymdiamond}{\isamath{\Diamond}}  %requires amssymb
 | 
| 10587 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 221 | \newcommand{\isasymturnstile}{\isamath{\vdash}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 222 | \newcommand{\isasymTurnstile}{\isamath{\models}}
 | 
| 11710 | 223 | \newcommand{\isasymtturnstile}{\isamath{\vdash\!\!\!\vdash}}
 | 
| 224 | \newcommand{\isasymTTurnstile}{\isamath{\mid\!\models}}
 | |
| 10587 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 225 | \newcommand{\isasymstileturn}{\isamath{\dashv}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 226 | \newcommand{\isasymsurd}{\isamath{\surd}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 227 | \newcommand{\isasymle}{\isamath{\le}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 228 | \newcommand{\isasymge}{\isamath{\ge}}
 | 
| 10975 | 229 | \newcommand{\isasymlless}{\isamath{\ll}}
 | 
| 230 | \newcommand{\isasymggreater}{\isamath{\gg}}
 | |
| 10587 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 231 | \newcommand{\isasymlesssim}{\isamath{\lesssim}}  %requires amssymb
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 232 | \newcommand{\isasymgreatersim}{\isamath{\gtrsim}}  %requires amssymb
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 233 | \newcommand{\isasymlessapprox}{\isamath{\lessapprox}}  %requires amssymb
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 234 | \newcommand{\isasymgreaterapprox}{\isamath{\gtrapprox}}  %requires amssymb
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 235 | \newcommand{\isasymin}{\isamath{\in}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 236 | \newcommand{\isasymnotin}{\isamath{\notin}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 237 | \newcommand{\isasymsubset}{\isamath{\subset}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 238 | \newcommand{\isasymsupset}{\isamath{\supset}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 239 | \newcommand{\isasymsubseteq}{\isamath{\subseteq}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 240 | \newcommand{\isasymsupseteq}{\isamath{\supseteq}}
 | 
| 14971 
18ee74d6bba1
improved comments -- required by 'isatool latex -o syms';
 wenzelm parents: 
14962diff
changeset | 241 | \newcommand{\isasymsqsubset}{\isamath{\sqsubset}}  %requires amssymb
 | 
| 
18ee74d6bba1
improved comments -- required by 'isatool latex -o syms';
 wenzelm parents: 
14962diff
changeset | 242 | \newcommand{\isasymsqsupset}{\isamath{\sqsupset}}  %requires amssymb
 | 
| 10587 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 243 | \newcommand{\isasymsqsubseteq}{\isamath{\sqsubseteq}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 244 | \newcommand{\isasymsqsupseteq}{\isamath{\sqsupseteq}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 245 | \newcommand{\isasyminter}{\isamath{\cap}}
 | 
| 10678 | 246 | \newcommand{\isasymInter}{\isamath{\bigcap\,}}
 | 
| 10587 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 247 | \newcommand{\isasymunion}{\isamath{\cup}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 248 | \newcommand{\isasymUnion}{\isamath{\bigcup\,}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 249 | \newcommand{\isasymsqunion}{\isamath{\sqcup}}
 | 
| 10678 | 250 | \newcommand{\isasymSqunion}{\isamath{\bigsqcup\,}}
 | 
| 10587 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 251 | \newcommand{\isasymsqinter}{\isamath{\sqcap}}
 | 
| 30818 | 252 | \newcommand{\isasymSqinter}{\isamath{\bigsqcap\,}}  %requires stmaryrd
 | 
| 18584 | 253 | \newcommand{\isasymsetminus}{\isamath{\setminus}}
 | 
| 254 | \newcommand{\isasympropto}{\isamath{\propto}}
 | |
| 10587 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 255 | \newcommand{\isasymuplus}{\isamath{\uplus}}
 | 
| 10678 | 256 | \newcommand{\isasymUplus}{\isamath{\biguplus\,}}
 | 
| 10587 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 257 | \newcommand{\isasymnoteq}{\isamath{\not=}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 258 | \newcommand{\isasymsim}{\isamath{\sim}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 259 | \newcommand{\isasymdoteq}{\isamath{\doteq}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 260 | \newcommand{\isasymsimeq}{\isamath{\simeq}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 261 | \newcommand{\isasymapprox}{\isamath{\approx}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 262 | \newcommand{\isasymasymp}{\isamath{\asymp}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 263 | \newcommand{\isasymcong}{\isamath{\cong}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 264 | \newcommand{\isasymsmile}{\isamath{\smile}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 265 | \newcommand{\isasymequiv}{\isamath{\equiv}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 266 | \newcommand{\isasymfrown}{\isamath{\frown}}
 | 
| 14971 
18ee74d6bba1
improved comments -- required by 'isatool latex -o syms';
 wenzelm parents: 
14962diff
changeset | 267 | \newcommand{\isasymJoin}{\isamath{\Join}}  %requires amssymb
 | 
| 10587 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 268 | \newcommand{\isasymbowtie}{\isamath{\bowtie}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 269 | \newcommand{\isasymprec}{\isamath{\prec}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 270 | \newcommand{\isasymsucc}{\isamath{\succ}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 271 | \newcommand{\isasympreceq}{\isamath{\preceq}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 272 | \newcommand{\isasymsucceq}{\isamath{\succeq}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 273 | \newcommand{\isasymparallel}{\isamath{\parallel}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 274 | \newcommand{\isasymbar}{\isamath{\mid}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 275 | \newcommand{\isasymplusminus}{\isamath{\pm}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 276 | \newcommand{\isasymminusplus}{\isamath{\mp}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 277 | \newcommand{\isasymtimes}{\isamath{\times}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 278 | \newcommand{\isasymdiv}{\isamath{\div}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 279 | \newcommand{\isasymcdot}{\isamath{\cdot}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 280 | \newcommand{\isasymstar}{\isamath{\star}}
 | 
| 11574 | 281 | \newcommand{\isasymbullet}{\boldmath\isamath{\mathchoice{\displaystyle{\cdot}}{\textstyle{\cdot}}{\scriptstyle{\bullet}}{\scriptscriptstyle{\bullet}}}}
 | 
| 282 | \newcommand{\isasymcirc}{\isamath{\circ}}
 | |
| 10587 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 283 | \newcommand{\isasymdagger}{\isamath{\dagger}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 284 | \newcommand{\isasymddagger}{\isamath{\ddagger}}
 | 
| 14962 
3283b52ebcac
fixed 'requires' comments, which are needed for printing of drafts;
 wenzelm parents: 
14751diff
changeset | 285 | \newcommand{\isasymlhd}{\isamath{\lhd}}  %requires amssymb
 | 
| 
3283b52ebcac
fixed 'requires' comments, which are needed for printing of drafts;
 wenzelm parents: 
14751diff
changeset | 286 | \newcommand{\isasymrhd}{\isamath{\rhd}}  %requires amssymb
 | 
| 
3283b52ebcac
fixed 'requires' comments, which are needed for printing of drafts;
 wenzelm parents: 
14751diff
changeset | 287 | \newcommand{\isasymunlhd}{\isamath{\unlhd}}  %requires amssymb
 | 
| 
3283b52ebcac
fixed 'requires' comments, which are needed for printing of drafts;
 wenzelm parents: 
14751diff
changeset | 288 | \newcommand{\isasymunrhd}{\isamath{\unrhd}}  %requires amssymb
 | 
| 10587 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 289 | \newcommand{\isasymtriangleleft}{\isamath{\triangleleft}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 290 | \newcommand{\isasymtriangleright}{\isamath{\triangleright}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 291 | \newcommand{\isasymtriangle}{\isamath{\triangle}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 292 | \newcommand{\isasymtriangleq}{\isamath{\triangleq}}  %requires amssymb
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 293 | \newcommand{\isasymoplus}{\isamath{\oplus}}
 | 
| 10678 | 294 | \newcommand{\isasymOplus}{\isamath{\bigoplus\,}}
 | 
| 295 | \newcommand{\isasymotimes}{\isamath{\otimes}}
 | |
| 296 | \newcommand{\isasymOtimes}{\isamath{\bigotimes\,}}
 | |
| 297 | \newcommand{\isasymodot}{\isamath{\odot}}
 | |
| 298 | \newcommand{\isasymOdot}{\isamath{\bigodot\,}}
 | |
| 10587 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 299 | \newcommand{\isasymominus}{\isamath{\ominus}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 300 | \newcommand{\isasymoslash}{\isamath{\oslash}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 301 | \newcommand{\isasymdots}{\isamath{\dots}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 302 | \newcommand{\isasymcdots}{\isamath{\cdots}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 303 | \newcommand{\isasymSum}{\isamath{\sum\,}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 304 | \newcommand{\isasymProd}{\isamath{\prod\,}}
 | 
| 10678 | 305 | \newcommand{\isasymCoprod}{\isamath{\coprod\,}}
 | 
| 306 | \newcommand{\isasyminfinity}{\isamath{\infty}}
 | |
| 10587 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 307 | \newcommand{\isasymintegral}{\isamath{\int\,}}
 | 
| 10678 | 308 | \newcommand{\isasymointegral}{\isamath{\oint\,}}
 | 
| 10587 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 309 | \newcommand{\isasymclubsuit}{\isamath{\clubsuit}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 310 | \newcommand{\isasymdiamondsuit}{\isamath{\diamondsuit}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 311 | \newcommand{\isasymheartsuit}{\isamath{\heartsuit}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 312 | \newcommand{\isasymspadesuit}{\isamath{\spadesuit}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 313 | \newcommand{\isasymaleph}{\isamath{\aleph}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 314 | \newcommand{\isasymemptyset}{\isamath{\emptyset}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 315 | \newcommand{\isasymnabla}{\isamath{\nabla}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 316 | \newcommand{\isasympartial}{\isamath{\partial}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 317 | \newcommand{\isasymRe}{\isamath{\Re}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 318 | \newcommand{\isasymIm}{\isamath{\Im}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 319 | \newcommand{\isasymflat}{\isamath{\flat}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 320 | \newcommand{\isasymnatural}{\isamath{\natural}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 321 | \newcommand{\isasymsharp}{\isamath{\sharp}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 322 | \newcommand{\isasymangle}{\isamath{\angle}}
 | 
| 12337 | 323 | \newcommand{\isasymcopyright}{\isatext{\rm\copyright}}
 | 
| 10587 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 324 | \newcommand{\isasymregistered}{\isatext{\rm\textregistered}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 325 | \newcommand{\isasyminverse}{\isamath{{}^{-1}}}
 | 
| 40893 
7d88ebdce380
isabellesym.sty: eliminated dependency on latin1, to allow documents using utf8 instead;
 wenzelm parents: 
30818diff
changeset | 326 | \newcommand{\isasymonequarter}{\isatext{\rm\textonequarter}}  %requires textcomp
 | 
| 
7d88ebdce380
isabellesym.sty: eliminated dependency on latin1, to allow documents using utf8 instead;
 wenzelm parents: 
30818diff
changeset | 327 | \newcommand{\isasymonehalf}{\isatext{\rm\textonehalf}}  %requires textcomp
 | 
| 
7d88ebdce380
isabellesym.sty: eliminated dependency on latin1, to allow documents using utf8 instead;
 wenzelm parents: 
30818diff
changeset | 328 | \newcommand{\isasymthreequarters}{\isatext{\rm\textthreequarters}}  %requires textcomp
 | 
| 10587 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 329 | \newcommand{\isasymordfeminine}{\isatext{\rm\textordfeminine}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 330 | \newcommand{\isasymordmasculine}{\isatext{\rm\textordmasculine}}
 | 
| 12337 | 331 | \newcommand{\isasymsection}{\isatext{\rm\S}}
 | 
| 332 | \newcommand{\isasymparagraph}{\isatext{\rm\P}}
 | |
| 10587 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 333 | \newcommand{\isasymexclamdown}{\isatext{\rm\textexclamdown}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 334 | \newcommand{\isasymquestiondown}{\isatext{\rm\textquestiondown}}
 | 
| 48171 
28a6d67c93f0
default for \<euro> is now based on eurosym package, instead of slightly exotic babel/greek (which causes problems with the Gentoo installation on lxbroy2);
 wenzelm parents: 
46213diff
changeset | 335 | \newcommand{\isasymeuro}{\isatext{\euro}}  %requires eurosym
 | 
| 10587 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 336 | \newcommand{\isasympounds}{\isamath{\pounds}}
 | 
| 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 337 | \newcommand{\isasymyen}{\isatext{\yen}}  %requires amssymb
 | 
| 13752 
a1290b92b1b0
cent/currency: changed from wasysym to textcomp because of PDF problems
 oheimb parents: 
12468diff
changeset | 338 | \newcommand{\isasymcent}{\isatext{\textcent}}  %requires textcomp
 | 
| 
a1290b92b1b0
cent/currency: changed from wasysym to textcomp because of PDF problems
 oheimb parents: 
12468diff
changeset | 339 | \newcommand{\isasymcurrency}{\isatext{\textcurrency}} %requires textcomp
 | 
| 40893 
7d88ebdce380
isabellesym.sty: eliminated dependency on latin1, to allow documents using utf8 instead;
 wenzelm parents: 
30818diff
changeset | 340 | \newcommand{\isasymdegree}{\isatext{\rm\textdegree}}  %requires textcomp
 | 
| 53194 
1943db7bc34c
discontinued rendering of obsolete \<onesuperior>, \<twosuperior>, \<threesuperior>;
 wenzelm parents: 
48171diff
changeset | 341 | \newcommand{\isasymhyphen}{\isatext{\rm-}}
 | 
| 10587 
0db92bf1923e
proper order of symbols for genarated table in system manual;
 wenzelm parents: 
10563diff
changeset | 342 | \newcommand{\isasymamalg}{\isamath{\amalg}}
 | 
| 14971 
18ee74d6bba1
improved comments -- required by 'isatool latex -o syms';
 wenzelm parents: 
14962diff
changeset | 343 | \newcommand{\isasymmho}{\isamath{\mho}}  %requires amssymb
 | 
| 
18ee74d6bba1
improved comments -- required by 'isatool latex -o syms';
 wenzelm parents: 
14962diff
changeset | 344 | \newcommand{\isasymlozenge}{\isamath{\lozenge}}  %requires amssymb
 | 
| 12337 | 345 | \newcommand{\isasymwp}{\isamath{\wp}}
 | 
| 10859 | 346 | \newcommand{\isasymwrong}{\isamath{\wr}}
 | 
| 12468 | 347 | \newcommand{\isasymstruct}{\isamath{\diamond}}
 | 
| 10836 | 348 | \newcommand{\isasymacute}{\isatext{\'\relax}}
 | 
| 12468 | 349 | \newcommand{\isasymindex}{\isatext{\i}}
 | 
| 12107 | 350 | \newcommand{\isasymdieresis}{\isatext{\"\relax}}
 | 
| 10859 | 351 | \newcommand{\isasymcedilla}{\isatext{\c\relax}}
 | 
| 10836 | 352 | \newcommand{\isasymhungarumlaut}{\isatext{\H\relax}}
 | 
| 16772 | 353 | \newcommand{\isasymmodule}{\isamath{\langle}\isakeyword{module}\isamath{\rangle}}
 | 
| 42484 | 354 | \newcommand{\isasymbind}{\isamath{\mathbin{>\!\!\!>\mkern-6.7mu=}}}
 | 
| 355 | \newcommand{\isasymthen}{\isamath{\mathbin{>\!\!\!>}}}
 | |
| 46213 
0a5af667dc75
discontinued default rendering for Oheimb's double-space;
 wenzelm parents: 
42484diff
changeset | 356 | \newcommand{\isasymsome}{\isamath{\epsilon\,}}
 | 
| 55033 | 357 | \newcommand{\isasymopen}{\isatext{\raise.3ex\hbox{$\scriptscriptstyle\langle$}}}
 | 
| 358 | \newcommand{\isasymclose}{\isatext{\raise.3ex\hbox{$\scriptscriptstyle\rangle$}}}
 | |
| 55037 | 359 | \newcommand{\isasymnewline}{\isatext{\fbox{$\hookleftarrow$}}}
 | 
| 55033 | 360 |