author | wenzelm |
Sat, 03 Sep 2011 21:15:35 +0200 | |
changeset 44676 | 7de87f1ae965 |
parent 42484 | 2777a27506d0 |
child 46213 | 0a5af667dc75 |
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:
9976
diff
changeset
|
4 |
|
14971
18ee74d6bba1
improved comments -- required by 'isatool latex -o syms';
wenzelm
parents:
14962
diff
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:
14962
diff
changeset
|
9 |
\newcommand{\isasymfour}{\isamath{\mathbf{4}}} %requires amssymb |
18ee74d6bba1
improved comments -- required by 'isatool latex -o syms';
wenzelm
parents:
14962
diff
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:
14962
diff
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:
10563
diff
changeset
|
119 |
\newcommand{\isasymalpha}{\isamath{\alpha}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
120 |
\newcommand{\isasymbeta}{\isamath{\beta}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
121 |
\newcommand{\isasymgamma}{\isamath{\gamma}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
122 |
\newcommand{\isasymdelta}{\isamath{\delta}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
123 |
\newcommand{\isasymepsilon}{\isamath{\varepsilon}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
124 |
\newcommand{\isasymzeta}{\isamath{\zeta}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
125 |
\newcommand{\isasymeta}{\isamath{\eta}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
126 |
\newcommand{\isasymtheta}{\isamath{\vartheta}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
127 |
\newcommand{\isasymiota}{\isamath{\iota}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
128 |
\newcommand{\isasymkappa}{\isamath{\kappa}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
129 |
\newcommand{\isasymlambda}{\isamath{\lambda}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
130 |
\newcommand{\isasymmu}{\isamath{\mu}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
131 |
\newcommand{\isasymnu}{\isamath{\nu}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
132 |
\newcommand{\isasymxi}{\isamath{\xi}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
133 |
\newcommand{\isasympi}{\isamath{\pi}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
134 |
\newcommand{\isasymrho}{\isamath{\varrho}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
135 |
\newcommand{\isasymsigma}{\isamath{\sigma}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
136 |
\newcommand{\isasymtau}{\isamath{\tau}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
137 |
\newcommand{\isasymupsilon}{\isamath{\upsilon}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
138 |
\newcommand{\isasymphi}{\isamath{\varphi}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
139 |
\newcommand{\isasymchi}{\isamath{\chi}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
140 |
\newcommand{\isasympsi}{\isamath{\psi}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
141 |
\newcommand{\isasymomega}{\isamath{\omega}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
142 |
\newcommand{\isasymGamma}{\isamath{\Gamma}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
143 |
\newcommand{\isasymDelta}{\isamath{\Delta}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
144 |
\newcommand{\isasymTheta}{\isamath{\Theta}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
145 |
\newcommand{\isasymLambda}{\isamath{\Lambda}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
146 |
\newcommand{\isasymXi}{\isamath{\Xi}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
147 |
\newcommand{\isasymPi}{\isamath{\Pi}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
148 |
\newcommand{\isasymSigma}{\isamath{\Sigma}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
149 |
\newcommand{\isasymUpsilon}{\isamath{\Upsilon}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
150 |
\newcommand{\isasymPhi}{\isamath{\Phi}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
151 |
\newcommand{\isasymPsi}{\isamath{\Psi}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
152 |
\newcommand{\isasymOmega}{\isamath{\Omega}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
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:
10563
diff
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:
10563
diff
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:
10563
diff
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:
10563
diff
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:
10563
diff
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:
10563
diff
changeset
|
159 |
\newcommand{\isasymleftarrow}{\isamath{\leftarrow}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
160 |
\newcommand{\isasymlongleftarrow}{\isamath{\longleftarrow}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
161 |
\newcommand{\isasymrightarrow}{\isamath{\rightarrow}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
162 |
\newcommand{\isasymlongrightarrow}{\isamath{\longrightarrow}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
163 |
\newcommand{\isasymLeftarrow}{\isamath{\Leftarrow}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
164 |
\newcommand{\isasymLongleftarrow}{\isamath{\Longleftarrow}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
165 |
\newcommand{\isasymRightarrow}{\isamath{\Rightarrow}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
166 |
\newcommand{\isasymLongrightarrow}{\isamath{\Longrightarrow}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
167 |
\newcommand{\isasymleftrightarrow}{\isamath{\leftrightarrow}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
168 |
\newcommand{\isasymlongleftrightarrow}{\isamath{\longleftrightarrow}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
169 |
\newcommand{\isasymLeftrightarrow}{\isamath{\Leftrightarrow}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
170 |
\newcommand{\isasymLongleftrightarrow}{\isamath{\Longleftrightarrow}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
171 |
\newcommand{\isasymmapsto}{\isamath{\mapsto}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
172 |
\newcommand{\isasymlongmapsto}{\isamath{\longmapsto}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
173 |
\newcommand{\isasymmidarrow}{\isamath{\relbar}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
174 |
\newcommand{\isasymMidarrow}{\isamath{\Relbar}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
175 |
\newcommand{\isasymhookleftarrow}{\isamath{\hookleftarrow}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
176 |
\newcommand{\isasymhookrightarrow}{\isamath{\hookrightarrow}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
177 |
\newcommand{\isasymleftharpoondown}{\isamath{\leftharpoondown}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
178 |
\newcommand{\isasymrightharpoondown}{\isamath{\rightharpoondown}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
179 |
\newcommand{\isasymleftharpoonup}{\isamath{\leftharpoonup}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
180 |
\newcommand{\isasymrightharpoonup}{\isamath{\rightharpoonup}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
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:
10563
diff
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:
10563
diff
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:
10563
diff
changeset
|
195 |
\newcommand{\isasymlangle}{\isamath{\langle}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
196 |
\newcommand{\isasymrangle}{\isamath{\rangle}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
197 |
\newcommand{\isasymlceil}{\isamath{\lceil}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
198 |
\newcommand{\isasymrceil}{\isamath{\rceil}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
199 |
\newcommand{\isasymlfloor}{\isamath{\lfloor}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
200 |
\newcommand{\isasymrfloor}{\isamath{\rfloor}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
201 |
\newcommand{\isasymlparr}{\isamath{\mathopen{(\mkern-3mu\mid}}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
202 |
\newcommand{\isasymrparr}{\isamath{\mathclose{\mid\mkern-3mu)}}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
203 |
\newcommand{\isasymlbrakk}{\isamath{\mathopen{\lbrack\mkern-3mu\lbrack}}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
204 |
\newcommand{\isasymrbrakk}{\isamath{\mathclose{\rbrack\mkern-3mu\rbrack}}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
205 |
\newcommand{\isasymlbrace}{\isamath{\mathopen{\lbrace\mkern-4.5mu\mid}}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
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:
10563
diff
changeset
|
209 |
\newcommand{\isasymbottom}{\isamath{\bot}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
210 |
\newcommand{\isasymtop}{\isamath{\top}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
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:
10563
diff
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:
10563
diff
changeset
|
215 |
\newcommand{\isasymforall}{\isamath{\forall\,}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
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:
14962
diff
changeset
|
219 |
\newcommand{\isasymbox}{\isamath{\Box}} %requires amssymb |
18ee74d6bba1
improved comments -- required by 'isatool latex -o syms';
wenzelm
parents:
14962
diff
changeset
|
220 |
\newcommand{\isasymdiamond}{\isamath{\Diamond}} %requires amssymb |
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
221 |
\newcommand{\isasymturnstile}{\isamath{\vdash}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
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:
10563
diff
changeset
|
225 |
\newcommand{\isasymstileturn}{\isamath{\dashv}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
226 |
\newcommand{\isasymsurd}{\isamath{\surd}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
227 |
\newcommand{\isasymle}{\isamath{\le}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
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:
10563
diff
changeset
|
231 |
\newcommand{\isasymlesssim}{\isamath{\lesssim}} %requires amssymb |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
232 |
\newcommand{\isasymgreatersim}{\isamath{\gtrsim}} %requires amssymb |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
233 |
\newcommand{\isasymlessapprox}{\isamath{\lessapprox}} %requires amssymb |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
234 |
\newcommand{\isasymgreaterapprox}{\isamath{\gtrapprox}} %requires amssymb |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
235 |
\newcommand{\isasymin}{\isamath{\in}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
236 |
\newcommand{\isasymnotin}{\isamath{\notin}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
237 |
\newcommand{\isasymsubset}{\isamath{\subset}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
238 |
\newcommand{\isasymsupset}{\isamath{\supset}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
239 |
\newcommand{\isasymsubseteq}{\isamath{\subseteq}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
240 |
\newcommand{\isasymsupseteq}{\isamath{\supseteq}} |
14971
18ee74d6bba1
improved comments -- required by 'isatool latex -o syms';
wenzelm
parents:
14962
diff
changeset
|
241 |
\newcommand{\isasymsqsubset}{\isamath{\sqsubset}} %requires amssymb |
18ee74d6bba1
improved comments -- required by 'isatool latex -o syms';
wenzelm
parents:
14962
diff
changeset
|
242 |
\newcommand{\isasymsqsupset}{\isamath{\sqsupset}} %requires amssymb |
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
243 |
\newcommand{\isasymsqsubseteq}{\isamath{\sqsubseteq}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
244 |
\newcommand{\isasymsqsupseteq}{\isamath{\sqsupseteq}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
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:
10563
diff
changeset
|
247 |
\newcommand{\isasymunion}{\isamath{\cup}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
248 |
\newcommand{\isasymUnion}{\isamath{\bigcup\,}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
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:
10563
diff
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:
10563
diff
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:
10563
diff
changeset
|
257 |
\newcommand{\isasymnoteq}{\isamath{\not=}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
258 |
\newcommand{\isasymsim}{\isamath{\sim}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
259 |
\newcommand{\isasymdoteq}{\isamath{\doteq}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
260 |
\newcommand{\isasymsimeq}{\isamath{\simeq}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
261 |
\newcommand{\isasymapprox}{\isamath{\approx}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
262 |
\newcommand{\isasymasymp}{\isamath{\asymp}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
263 |
\newcommand{\isasymcong}{\isamath{\cong}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
264 |
\newcommand{\isasymsmile}{\isamath{\smile}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
265 |
\newcommand{\isasymequiv}{\isamath{\equiv}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
266 |
\newcommand{\isasymfrown}{\isamath{\frown}} |
14971
18ee74d6bba1
improved comments -- required by 'isatool latex -o syms';
wenzelm
parents:
14962
diff
changeset
|
267 |
\newcommand{\isasymJoin}{\isamath{\Join}} %requires amssymb |
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
268 |
\newcommand{\isasymbowtie}{\isamath{\bowtie}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
269 |
\newcommand{\isasymprec}{\isamath{\prec}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
270 |
\newcommand{\isasymsucc}{\isamath{\succ}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
271 |
\newcommand{\isasympreceq}{\isamath{\preceq}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
272 |
\newcommand{\isasymsucceq}{\isamath{\succeq}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
273 |
\newcommand{\isasymparallel}{\isamath{\parallel}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
274 |
\newcommand{\isasymbar}{\isamath{\mid}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
275 |
\newcommand{\isasymplusminus}{\isamath{\pm}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
276 |
\newcommand{\isasymminusplus}{\isamath{\mp}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
277 |
\newcommand{\isasymtimes}{\isamath{\times}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
278 |
\newcommand{\isasymdiv}{\isamath{\div}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
279 |
\newcommand{\isasymcdot}{\isamath{\cdot}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
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:
10563
diff
changeset
|
283 |
\newcommand{\isasymdagger}{\isamath{\dagger}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
284 |
\newcommand{\isasymddagger}{\isamath{\ddagger}} |
14962
3283b52ebcac
fixed 'requires' comments, which are needed for printing of drafts;
wenzelm
parents:
14751
diff
changeset
|
285 |
\newcommand{\isasymlhd}{\isamath{\lhd}} %requires amssymb |
3283b52ebcac
fixed 'requires' comments, which are needed for printing of drafts;
wenzelm
parents:
14751
diff
changeset
|
286 |
\newcommand{\isasymrhd}{\isamath{\rhd}} %requires amssymb |
3283b52ebcac
fixed 'requires' comments, which are needed for printing of drafts;
wenzelm
parents:
14751
diff
changeset
|
287 |
\newcommand{\isasymunlhd}{\isamath{\unlhd}} %requires amssymb |
3283b52ebcac
fixed 'requires' comments, which are needed for printing of drafts;
wenzelm
parents:
14751
diff
changeset
|
288 |
\newcommand{\isasymunrhd}{\isamath{\unrhd}} %requires amssymb |
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
289 |
\newcommand{\isasymtriangleleft}{\isamath{\triangleleft}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
290 |
\newcommand{\isasymtriangleright}{\isamath{\triangleright}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
291 |
\newcommand{\isasymtriangle}{\isamath{\triangle}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
292 |
\newcommand{\isasymtriangleq}{\isamath{\triangleq}} %requires amssymb |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
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:
10563
diff
changeset
|
299 |
\newcommand{\isasymominus}{\isamath{\ominus}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
300 |
\newcommand{\isasymoslash}{\isamath{\oslash}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
301 |
\newcommand{\isasymdots}{\isamath{\dots}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
302 |
\newcommand{\isasymcdots}{\isamath{\cdots}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
303 |
\newcommand{\isasymSum}{\isamath{\sum\,}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
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:
10563
diff
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:
10563
diff
changeset
|
309 |
\newcommand{\isasymclubsuit}{\isamath{\clubsuit}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
310 |
\newcommand{\isasymdiamondsuit}{\isamath{\diamondsuit}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
311 |
\newcommand{\isasymheartsuit}{\isamath{\heartsuit}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
312 |
\newcommand{\isasymspadesuit}{\isamath{\spadesuit}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
313 |
\newcommand{\isasymaleph}{\isamath{\aleph}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
314 |
\newcommand{\isasymemptyset}{\isamath{\emptyset}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
315 |
\newcommand{\isasymnabla}{\isamath{\nabla}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
316 |
\newcommand{\isasympartial}{\isamath{\partial}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
317 |
\newcommand{\isasymRe}{\isamath{\Re}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
318 |
\newcommand{\isasymIm}{\isamath{\Im}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
319 |
\newcommand{\isasymflat}{\isamath{\flat}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
320 |
\newcommand{\isasymnatural}{\isamath{\natural}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
321 |
\newcommand{\isasymsharp}{\isamath{\sharp}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
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:
10563
diff
changeset
|
324 |
\newcommand{\isasymregistered}{\isatext{\rm\textregistered}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
325 |
\newcommand{\isasymhyphen}{\isatext{\rm-}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
326 |
\newcommand{\isasyminverse}{\isamath{{}^{-1}}} |
40893
7d88ebdce380
isabellesym.sty: eliminated dependency on latin1, to allow documents using utf8 instead;
wenzelm
parents:
30818
diff
changeset
|
327 |
\newcommand{\isasymonesuperior}{\isamath{{}^1}} |
7d88ebdce380
isabellesym.sty: eliminated dependency on latin1, to allow documents using utf8 instead;
wenzelm
parents:
30818
diff
changeset
|
328 |
\newcommand{\isasymonequarter}{\isatext{\rm\textonequarter}} %requires textcomp |
7d88ebdce380
isabellesym.sty: eliminated dependency on latin1, to allow documents using utf8 instead;
wenzelm
parents:
30818
diff
changeset
|
329 |
\newcommand{\isasymtwosuperior}{\isamath{{}^2}} |
7d88ebdce380
isabellesym.sty: eliminated dependency on latin1, to allow documents using utf8 instead;
wenzelm
parents:
30818
diff
changeset
|
330 |
\newcommand{\isasymonehalf}{\isatext{\rm\textonehalf}} %requires textcomp |
7d88ebdce380
isabellesym.sty: eliminated dependency on latin1, to allow documents using utf8 instead;
wenzelm
parents:
30818
diff
changeset
|
331 |
\newcommand{\isasymthreesuperior}{\isamath{{}^3}} |
7d88ebdce380
isabellesym.sty: eliminated dependency on latin1, to allow documents using utf8 instead;
wenzelm
parents:
30818
diff
changeset
|
332 |
\newcommand{\isasymthreequarters}{\isatext{\rm\textthreequarters}} %requires textcomp |
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
333 |
\newcommand{\isasymordfeminine}{\isatext{\rm\textordfeminine}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
334 |
\newcommand{\isasymordmasculine}{\isatext{\rm\textordmasculine}} |
12337 | 335 |
\newcommand{\isasymsection}{\isatext{\rm\S}} |
336 |
\newcommand{\isasymparagraph}{\isatext{\rm\P}} |
|
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
337 |
\newcommand{\isasymexclamdown}{\isatext{\rm\textexclamdown}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
338 |
\newcommand{\isasymquestiondown}{\isatext{\rm\textquestiondown}} |
13947 | 339 |
\newcommand{\isasymeuro}{\isatext{\textgreek{\euro}}} %requires greek babel |
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
340 |
\newcommand{\isasympounds}{\isamath{\pounds}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
341 |
\newcommand{\isasymyen}{\isatext{\yen}} %requires amssymb |
13752
a1290b92b1b0
cent/currency: changed from wasysym to textcomp because of PDF problems
oheimb
parents:
12468
diff
changeset
|
342 |
\newcommand{\isasymcent}{\isatext{\textcent}} %requires textcomp |
a1290b92b1b0
cent/currency: changed from wasysym to textcomp because of PDF problems
oheimb
parents:
12468
diff
changeset
|
343 |
\newcommand{\isasymcurrency}{\isatext{\textcurrency}} %requires textcomp |
40893
7d88ebdce380
isabellesym.sty: eliminated dependency on latin1, to allow documents using utf8 instead;
wenzelm
parents:
30818
diff
changeset
|
344 |
\newcommand{\isasymdegree}{\isatext{\rm\textdegree}} %requires textcomp |
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
345 |
\newcommand{\isasymamalg}{\isamath{\amalg}} |
14971
18ee74d6bba1
improved comments -- required by 'isatool latex -o syms';
wenzelm
parents:
14962
diff
changeset
|
346 |
\newcommand{\isasymmho}{\isamath{\mho}} %requires amssymb |
18ee74d6bba1
improved comments -- required by 'isatool latex -o syms';
wenzelm
parents:
14962
diff
changeset
|
347 |
\newcommand{\isasymlozenge}{\isamath{\lozenge}} %requires amssymb |
12337 | 348 |
\newcommand{\isasymwp}{\isamath{\wp}} |
10859 | 349 |
\newcommand{\isasymwrong}{\isamath{\wr}} |
12468 | 350 |
\newcommand{\isasymstruct}{\isamath{\diamond}} |
10836 | 351 |
\newcommand{\isasymacute}{\isatext{\'\relax}} |
12468 | 352 |
\newcommand{\isasymindex}{\isatext{\i}} |
12107 | 353 |
\newcommand{\isasymdieresis}{\isatext{\"\relax}} |
10859 | 354 |
\newcommand{\isasymcedilla}{\isatext{\c\relax}} |
10836 | 355 |
\newcommand{\isasymhungarumlaut}{\isatext{\H\relax}} |
12468 | 356 |
\newcommand{\isasymspacespace}{\isamath{~~}} |
16772 | 357 |
\newcommand{\isasymmodule}{\isamath{\langle}\isakeyword{module}\isamath{\rangle}} |
18584 | 358 |
\newcommand{\isasymsome}{\isamath{\epsilon\,}} |
42484 | 359 |
\newcommand{\isasymbind}{\isamath{\mathbin{>\!\!\!>\mkern-6.7mu=}}} |
360 |
\newcommand{\isasymthen}{\isamath{\mathbin{>\!\!\!>}}} |