author | wenzelm |
Thu, 28 Oct 2021 20:38:21 +0200 | |
changeset 74613 | 6676bf189852 |
parent 74570 | 7625b5d7cfe2 |
child 76210 | e44e044dadb3 |
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}} |
73473
2cc9bd9a7357
discontinue fragile check in LaTeX, e.g. problems with toc entries;
wenzelm
parents:
73467
diff
changeset
|
153 |
\newcommand{\isasymbbbA}{\isamath{\bbbA}} %requires font txmia from txfonts |
2cc9bd9a7357
discontinue fragile check in LaTeX, e.g. problems with toc entries;
wenzelm
parents:
73467
diff
changeset
|
154 |
\newcommand{\isasymbool}{\isamath{\bbbB}} %requires font txmia from txfonts |
2cc9bd9a7357
discontinue fragile check in LaTeX, e.g. problems with toc entries;
wenzelm
parents:
73467
diff
changeset
|
155 |
\newcommand{\isasymcomplex}{\isamath{\bbbC}} %requires font txmia from txfonts |
2cc9bd9a7357
discontinue fragile check in LaTeX, e.g. problems with toc entries;
wenzelm
parents:
73467
diff
changeset
|
156 |
\newcommand{\isasymbbbD}{\isamath{\bbbD}} %requires font txmia from txfonts |
2cc9bd9a7357
discontinue fragile check in LaTeX, e.g. problems with toc entries;
wenzelm
parents:
73467
diff
changeset
|
157 |
\newcommand{\isasymbbbE}{\isamath{\bbbE}} %requires font txmia from txfonts |
2cc9bd9a7357
discontinue fragile check in LaTeX, e.g. problems with toc entries;
wenzelm
parents:
73467
diff
changeset
|
158 |
\newcommand{\isasymbbbF}{\isamath{\bbbF}} %requires font txmia from txfonts |
2cc9bd9a7357
discontinue fragile check in LaTeX, e.g. problems with toc entries;
wenzelm
parents:
73467
diff
changeset
|
159 |
\newcommand{\isasymbbbG}{\isamath{\bbbG}} %requires font txmia from txfonts |
2cc9bd9a7357
discontinue fragile check in LaTeX, e.g. problems with toc entries;
wenzelm
parents:
73467
diff
changeset
|
160 |
\newcommand{\isasymbbbH}{\isamath{\bbbH}} %requires font txmia from txfonts |
2cc9bd9a7357
discontinue fragile check in LaTeX, e.g. problems with toc entries;
wenzelm
parents:
73467
diff
changeset
|
161 |
\newcommand{\isasymbbbI}{\isamath{\bbbI}} %requires font txmia from txfonts |
2cc9bd9a7357
discontinue fragile check in LaTeX, e.g. problems with toc entries;
wenzelm
parents:
73467
diff
changeset
|
162 |
\newcommand{\isasymbbbJ}{\isamath{\bbbJ}} %requires font txmia from txfonts |
2cc9bd9a7357
discontinue fragile check in LaTeX, e.g. problems with toc entries;
wenzelm
parents:
73467
diff
changeset
|
163 |
\newcommand{\isasymbbbK}{\isamath{\bbbK}} %requires font txmia from txfonts |
2cc9bd9a7357
discontinue fragile check in LaTeX, e.g. problems with toc entries;
wenzelm
parents:
73467
diff
changeset
|
164 |
\newcommand{\isasymbbbL}{\isamath{\bbbL}} %requires font txmia from txfonts |
2cc9bd9a7357
discontinue fragile check in LaTeX, e.g. problems with toc entries;
wenzelm
parents:
73467
diff
changeset
|
165 |
\newcommand{\isasymbbbM}{\isamath{\bbbM}} %requires font txmia from txfonts |
2cc9bd9a7357
discontinue fragile check in LaTeX, e.g. problems with toc entries;
wenzelm
parents:
73467
diff
changeset
|
166 |
\newcommand{\isasymnat}{\isamath{\bbbN}} %requires font txmia from txfonts |
2cc9bd9a7357
discontinue fragile check in LaTeX, e.g. problems with toc entries;
wenzelm
parents:
73467
diff
changeset
|
167 |
\newcommand{\isasymbbbO}{\isamath{\bbbO}} %requires font txmia from txfonts |
2cc9bd9a7357
discontinue fragile check in LaTeX, e.g. problems with toc entries;
wenzelm
parents:
73467
diff
changeset
|
168 |
\newcommand{\isasymbbbP}{\isamath{\bbbP}} %requires font txmia from txfonts |
2cc9bd9a7357
discontinue fragile check in LaTeX, e.g. problems with toc entries;
wenzelm
parents:
73467
diff
changeset
|
169 |
\newcommand{\isasymrat}{\isamath{\bbbQ}} %requires font txmia from txfonts |
2cc9bd9a7357
discontinue fragile check in LaTeX, e.g. problems with toc entries;
wenzelm
parents:
73467
diff
changeset
|
170 |
\newcommand{\isasymreal}{\isamath{\bbbR}} %requires font txmia from txfonts |
2cc9bd9a7357
discontinue fragile check in LaTeX, e.g. problems with toc entries;
wenzelm
parents:
73467
diff
changeset
|
171 |
\newcommand{\isasymbbbS}{\isamath{\bbbS}} %requires font txmia from txfonts |
2cc9bd9a7357
discontinue fragile check in LaTeX, e.g. problems with toc entries;
wenzelm
parents:
73467
diff
changeset
|
172 |
\newcommand{\isasymbbbT}{\isamath{\bbbT}} %requires font txmia from txfonts |
2cc9bd9a7357
discontinue fragile check in LaTeX, e.g. problems with toc entries;
wenzelm
parents:
73467
diff
changeset
|
173 |
\newcommand{\isasymbbbU}{\isamath{\bbbU}} %requires font txmia from txfonts |
2cc9bd9a7357
discontinue fragile check in LaTeX, e.g. problems with toc entries;
wenzelm
parents:
73467
diff
changeset
|
174 |
\newcommand{\isasymbbbV}{\isamath{\bbbV}} %requires font txmia from txfonts |
2cc9bd9a7357
discontinue fragile check in LaTeX, e.g. problems with toc entries;
wenzelm
parents:
73467
diff
changeset
|
175 |
\newcommand{\isasymbbbW}{\isamath{\bbbW}} %requires font txmia from txfonts |
2cc9bd9a7357
discontinue fragile check in LaTeX, e.g. problems with toc entries;
wenzelm
parents:
73467
diff
changeset
|
176 |
\newcommand{\isasymbbbX}{\isamath{\bbbX}} %requires font txmia from txfonts |
2cc9bd9a7357
discontinue fragile check in LaTeX, e.g. problems with toc entries;
wenzelm
parents:
73467
diff
changeset
|
177 |
\newcommand{\isasymbbbY}{\isamath{\bbbY}} %requires font txmia from txfonts |
2cc9bd9a7357
discontinue fragile check in LaTeX, e.g. problems with toc entries;
wenzelm
parents:
73467
diff
changeset
|
178 |
\newcommand{\isasymint}{\isamath{\bbbZ}} %requires font txmia from txfonts |
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
179 |
\newcommand{\isasymleftarrow}{\isamath{\leftarrow}} |
61967 | 180 |
\newcommand{\isasymrightarrow}{\isamath{\rightarrow}} |
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
181 |
\newcommand{\isasymlongleftarrow}{\isamath{\longleftarrow}} |
61967 | 182 |
\newcommand{\isasymlongrightarrow}{\isamath{\longrightarrow}} |
61963 | 183 |
\newcommand{\isasymlonglongleftarrow}{\isamath{\xleftarrow{\hphantom{AAA}}}} %requires amsmath |
61967 | 184 |
\newcommand{\isasymlonglongrightarrow}{\isamath{\xrightarrow{\hphantom{AAA}}}} %requires amsmath |
61963 | 185 |
\newcommand{\isasymlonglonglongleftarrow}{\isamath{\xleftarrow{\hphantom{AAAA}}}} %requires amsmath |
186 |
\newcommand{\isasymlonglonglongrightarrow}{\isamath{\xrightarrow{\hphantom{AAAA}}}} %requires amsmath |
|
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
187 |
\newcommand{\isasymLeftarrow}{\isamath{\Leftarrow}} |
61967 | 188 |
\newcommand{\isasymRightarrow}{\isamath{\Rightarrow}} |
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
189 |
\newcommand{\isasymLongleftarrow}{\isamath{\Longleftarrow}} |
61967 | 190 |
\newcommand{\isasymLongrightarrow}{\isamath{\Longrightarrow}} |
61964 | 191 |
\newcommand{\isasymLleftarrow}{\isamath{\Lleftarrow}} %requires amssymb |
192 |
\newcommand{\isasymRrightarrow}{\isamath{\Rrightarrow}} %requires amssymb |
|
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
193 |
\newcommand{\isasymleftrightarrow}{\isamath{\leftrightarrow}} |
61967 | 194 |
\newcommand{\isasymLeftrightarrow}{\isamath{\Leftrightarrow}} |
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
195 |
\newcommand{\isasymlongleftrightarrow}{\isamath{\longleftrightarrow}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
196 |
\newcommand{\isasymLongleftrightarrow}{\isamath{\Longleftrightarrow}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
197 |
\newcommand{\isasymmapsto}{\isamath{\mapsto}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
198 |
\newcommand{\isasymlongmapsto}{\isamath{\longmapsto}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
199 |
\newcommand{\isasymmidarrow}{\isamath{\relbar}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
200 |
\newcommand{\isasymMidarrow}{\isamath{\Relbar}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
201 |
\newcommand{\isasymhookleftarrow}{\isamath{\hookleftarrow}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
202 |
\newcommand{\isasymhookrightarrow}{\isamath{\hookrightarrow}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
203 |
\newcommand{\isasymleftharpoondown}{\isamath{\leftharpoondown}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
204 |
\newcommand{\isasymrightharpoondown}{\isamath{\rightharpoondown}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
205 |
\newcommand{\isasymleftharpoonup}{\isamath{\leftharpoonup}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
206 |
\newcommand{\isasymrightharpoonup}{\isamath{\rightharpoonup}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
207 |
\newcommand{\isasymrightleftharpoons}{\isamath{\rightleftharpoons}} |
18584 | 208 |
\newcommand{\isasymleadsto}{\isamath{\leadsto}} %requires amssymb |
15692 | 209 |
\newcommand{\isasymdownharpoonleft}{\isamath{\downharpoonleft}} %requires amssymb |
210 |
\newcommand{\isasymdownharpoonright}{\isamath{\downharpoonright}} %requires amssymb |
|
211 |
\newcommand{\isasymupharpoonleft}{\isamath{\upharpoonleft}} %requires amssymb |
|
212 |
\newcommand{\isasymupharpoonright}{\isamath{\upharpoonright}} %requires amssymb |
|
15694 | 213 |
\newcommand{\isasymrestriction}{\isamath{\restriction}} %requires amssymb |
18584 | 214 |
\newcommand{\isasymColon}{\isamath{\mathrel{::}}} |
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
215 |
\newcommand{\isasymup}{\isamath{\uparrow}} |
10678 | 216 |
\newcommand{\isasymUp}{\isamath{\Uparrow}} |
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
217 |
\newcommand{\isasymdown}{\isamath{\downarrow}} |
10678 | 218 |
\newcommand{\isasymDown}{\isamath{\Downarrow}} |
219 |
\newcommand{\isasymupdown}{\isamath{\updownarrow}} |
|
220 |
\newcommand{\isasymUpdown}{\isamath{\Updownarrow}} |
|
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
221 |
\newcommand{\isasymlangle}{\isamath{\langle}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
222 |
\newcommand{\isasymrangle}{\isamath{\rangle}} |
70371 | 223 |
\newcommand{\isasymllangle}{\isamath{\langle\mskip-5mu\langle}} |
224 |
\newcommand{\isasymrrangle}{\isamath{\rangle\mskip-5mu\rangle}} |
|
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
225 |
\newcommand{\isasymlceil}{\isamath{\lceil}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
226 |
\newcommand{\isasymrceil}{\isamath{\rceil}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
227 |
\newcommand{\isasymlfloor}{\isamath{\lfloor}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
228 |
\newcommand{\isasymrfloor}{\isamath{\rfloor}} |
73449
7ca886bf7156
more accurate spacing, according to results seen in isar-ref (Appendix B), using 12pt or 10pt;
wenzelm
parents:
73448
diff
changeset
|
229 |
\newcommand{\isasymlparr}{\isamath{\mathopen{(\mkern-3.3mu\mid}}} |
7ca886bf7156
more accurate spacing, according to results seen in isar-ref (Appendix B), using 12pt or 10pt;
wenzelm
parents:
73448
diff
changeset
|
230 |
\newcommand{\isasymrparr}{\isamath{\mathclose{\mid\mkern-3.3mu)}}} |
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
231 |
\newcommand{\isasymlbrakk}{\isamath{\mathopen{\lbrack\mkern-3mu\lbrack}}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
232 |
\newcommand{\isasymrbrakk}{\isamath{\mathclose{\rbrack\mkern-3mu\rbrack}}} |
73449
7ca886bf7156
more accurate spacing, according to results seen in isar-ref (Appendix B), using 12pt or 10pt;
wenzelm
parents:
73448
diff
changeset
|
233 |
\newcommand{\isasymlbrace}{\isamath{\mathopen{\lbrace\mkern-4.3mu\mid}}} |
7ca886bf7156
more accurate spacing, according to results seen in isar-ref (Appendix B), using 12pt or 10pt;
wenzelm
parents:
73448
diff
changeset
|
234 |
\newcommand{\isasymrbrace}{\isamath{\mathclose{\mid\mkern-4.3mu\rbrace}}} |
73448
76a061b67993
clarified order for presentation in isar-ref (Appendix B);
wenzelm
parents:
73447
diff
changeset
|
235 |
\newcommand{\isasymlblot}{\isamath{{\langle}\mkern -3.5mu{|}}} |
76a061b67993
clarified order for presentation in isar-ref (Appendix B);
wenzelm
parents:
73447
diff
changeset
|
236 |
\newcommand{\isasymrblot}{\isamath{{|}\mkern -3.5mu{\rangle}}} |
73595
aece5cc9efb7
simplified typesetting of \<guillemotleft>...\<guillemotright>;
wenzelm
parents:
73586
diff
changeset
|
237 |
\newcommand{\isasymguillemotleft}{\isatext{\guillemotleft}} |
aece5cc9efb7
simplified typesetting of \<guillemotleft>...\<guillemotright>;
wenzelm
parents:
73586
diff
changeset
|
238 |
\newcommand{\isasymguillemotright}{\isatext{\guillemotright}} |
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
239 |
\newcommand{\isasymbottom}{\isamath{\bot}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
240 |
\newcommand{\isasymtop}{\isamath{\top}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
241 |
\newcommand{\isasymand}{\isamath{\wedge}} |
10929 | 242 |
\newcommand{\isasymAnd}{\isamath{\bigwedge}} |
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
243 |
\newcommand{\isasymor}{\isamath{\vee}} |
10929 | 244 |
\newcommand{\isasymOr}{\isamath{\bigvee}} |
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
245 |
\newcommand{\isasymforall}{\isamath{\forall\,}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
246 |
\newcommand{\isasymexists}{\isamath{\exists\,}} |
62108
0046bacc5f5b
\<struct> loses its rendering and is superseded by \<diamondop>;
wenzelm
parents:
62021
diff
changeset
|
247 |
\newcommand{\isasymnot}{\isamath{\neg}} |
16110 | 248 |
\newcommand{\isasymnexists}{\isamath{\nexists\,}} %requires amssymb |
62440 | 249 |
\newcommand{\isasymcircle}{\isamath{\ocircle}} %requires wasysym |
14971
18ee74d6bba1
improved comments -- required by 'isatool latex -o syms';
wenzelm
parents:
14962
diff
changeset
|
250 |
\newcommand{\isasymbox}{\isamath{\Box}} %requires amssymb |
18ee74d6bba1
improved comments -- required by 'isatool latex -o syms';
wenzelm
parents:
14962
diff
changeset
|
251 |
\newcommand{\isasymdiamond}{\isamath{\Diamond}} %requires amssymb |
62108
0046bacc5f5b
\<struct> loses its rendering and is superseded by \<diamondop>;
wenzelm
parents:
62021
diff
changeset
|
252 |
\newcommand{\isasymdiamondop}{\isamath{\diamond}} |
0046bacc5f5b
\<struct> loses its rendering and is superseded by \<diamondop>;
wenzelm
parents:
62021
diff
changeset
|
253 |
\newcommand{\isasymsurd}{\isamath{\surd}} |
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
254 |
\newcommand{\isasymturnstile}{\isamath{\vdash}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
255 |
\newcommand{\isasymTurnstile}{\isamath{\models}} |
11710 | 256 |
\newcommand{\isasymtturnstile}{\isamath{\vdash\!\!\!\vdash}} |
257 |
\newcommand{\isasymTTurnstile}{\isamath{\mid\!\models}} |
|
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
258 |
\newcommand{\isasymstileturn}{\isamath{\dashv}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
259 |
\newcommand{\isasymle}{\isamath{\le}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
260 |
\newcommand{\isasymge}{\isamath{\ge}} |
10975 | 261 |
\newcommand{\isasymlless}{\isamath{\ll}} |
262 |
\newcommand{\isasymggreater}{\isamath{\gg}} |
|
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
263 |
\newcommand{\isasymlesssim}{\isamath{\lesssim}} %requires amssymb |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
264 |
\newcommand{\isasymgreatersim}{\isamath{\gtrsim}} %requires amssymb |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
265 |
\newcommand{\isasymlessapprox}{\isamath{\lessapprox}} %requires amssymb |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
266 |
\newcommand{\isasymgreaterapprox}{\isamath{\gtrapprox}} %requires amssymb |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
267 |
\newcommand{\isasymin}{\isamath{\in}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
268 |
\newcommand{\isasymnotin}{\isamath{\notin}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
269 |
\newcommand{\isasymsubset}{\isamath{\subset}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
270 |
\newcommand{\isasymsupset}{\isamath{\supset}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
271 |
\newcommand{\isasymsubseteq}{\isamath{\subseteq}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
272 |
\newcommand{\isasymsupseteq}{\isamath{\supseteq}} |
14971
18ee74d6bba1
improved comments -- required by 'isatool latex -o syms';
wenzelm
parents:
14962
diff
changeset
|
273 |
\newcommand{\isasymsqsubset}{\isamath{\sqsubset}} %requires amssymb |
18ee74d6bba1
improved comments -- required by 'isatool latex -o syms';
wenzelm
parents:
14962
diff
changeset
|
274 |
\newcommand{\isasymsqsupset}{\isamath{\sqsupset}} %requires amssymb |
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
275 |
\newcommand{\isasymsqsubseteq}{\isamath{\sqsubseteq}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
276 |
\newcommand{\isasymsqsupseteq}{\isamath{\sqsupseteq}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
277 |
\newcommand{\isasyminter}{\isamath{\cap}} |
10678 | 278 |
\newcommand{\isasymInter}{\isamath{\bigcap\,}} |
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
279 |
\newcommand{\isasymunion}{\isamath{\cup}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
280 |
\newcommand{\isasymUnion}{\isamath{\bigcup\,}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
281 |
\newcommand{\isasymsqunion}{\isamath{\sqcup}} |
10678 | 282 |
\newcommand{\isasymSqunion}{\isamath{\bigsqcup\,}} |
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
283 |
\newcommand{\isasymsqinter}{\isamath{\sqcap}} |
30818 | 284 |
\newcommand{\isasymSqinter}{\isamath{\bigsqcap\,}} %requires stmaryrd |
18584 | 285 |
\newcommand{\isasymsetminus}{\isamath{\setminus}} |
286 |
\newcommand{\isasympropto}{\isamath{\propto}} |
|
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
287 |
\newcommand{\isasymuplus}{\isamath{\uplus}} |
10678 | 288 |
\newcommand{\isasymUplus}{\isamath{\biguplus\,}} |
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
289 |
\newcommand{\isasymnoteq}{\isamath{\not=}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
290 |
\newcommand{\isasymsim}{\isamath{\sim}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
291 |
\newcommand{\isasymdoteq}{\isamath{\doteq}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
292 |
\newcommand{\isasymsimeq}{\isamath{\simeq}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
293 |
\newcommand{\isasymapprox}{\isamath{\approx}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
294 |
\newcommand{\isasymasymp}{\isamath{\asymp}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
295 |
\newcommand{\isasymcong}{\isamath{\cong}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
296 |
\newcommand{\isasymsmile}{\isamath{\smile}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
297 |
\newcommand{\isasymequiv}{\isamath{\equiv}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
298 |
\newcommand{\isasymfrown}{\isamath{\frown}} |
14971
18ee74d6bba1
improved comments -- required by 'isatool latex -o syms';
wenzelm
parents:
14962
diff
changeset
|
299 |
\newcommand{\isasymJoin}{\isamath{\Join}} %requires amssymb |
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
300 |
\newcommand{\isasymbowtie}{\isamath{\bowtie}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
301 |
\newcommand{\isasymprec}{\isamath{\prec}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
302 |
\newcommand{\isasymsucc}{\isamath{\succ}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
303 |
\newcommand{\isasympreceq}{\isamath{\preceq}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
304 |
\newcommand{\isasymsucceq}{\isamath{\succeq}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
305 |
\newcommand{\isasymparallel}{\isamath{\parallel}} |
74433
ec1774613824
support symbol \<Parallel>, based on \bigparallel from stdmaryd (stmary10.pfb: move y=1100, scale 222%, embolden by 40 units, adjust spacing);
wenzelm
parents:
74341
diff
changeset
|
306 |
\newcommand{\isasymParallel}{\isamath{\bigparallel}} %requires stmaryrd |
73467
090add96f5f9
more glyphs proposed by Simon Foster: 0x002713, 0x002717, 0x002af4, 0x002afb, 0x002afd;
wenzelm
parents:
73461
diff
changeset
|
307 |
\newcommand{\isasyminterleace}{\isamath{\interleave}} %requires stmaryrd |
090add96f5f9
more glyphs proposed by Simon Foster: 0x002713, 0x002717, 0x002af4, 0x002afb, 0x002afd;
wenzelm
parents:
73461
diff
changeset
|
308 |
\newcommand{\isasymsslash}{\isamath{\sslash}} %requires stmaryrd |
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
309 |
\newcommand{\isasymbar}{\isamath{\mid}} |
70372 | 310 |
\newcommand{\isasymbbar}{\isamath{[\mskip-1.5mu]}} |
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
311 |
\newcommand{\isasymplusminus}{\isamath{\pm}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
312 |
\newcommand{\isasymminusplus}{\isamath{\mp}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
313 |
\newcommand{\isasymtimes}{\isamath{\times}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
314 |
\newcommand{\isasymdiv}{\isamath{\div}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
315 |
\newcommand{\isasymcdot}{\isamath{\cdot}} |
70370 | 316 |
\newcommand{\isasymsqdot}{\isamath{\sbox\z@{$\centerdot$}\ht\z@=.33333\ht\z@\vcenter{\box\z@}}} %requires amssymb |
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
317 |
\newcommand{\isasymstar}{\isamath{\star}} |
11574 | 318 |
\newcommand{\isasymbullet}{\boldmath\isamath{\mathchoice{\displaystyle{\cdot}}{\textstyle{\cdot}}{\scriptstyle{\bullet}}{\scriptscriptstyle{\bullet}}}} |
319 |
\newcommand{\isasymcirc}{\isamath{\circ}} |
|
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
320 |
\newcommand{\isasymdagger}{\isamath{\dagger}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
321 |
\newcommand{\isasymddagger}{\isamath{\ddagger}} |
14962
3283b52ebcac
fixed 'requires' comments, which are needed for printing of drafts;
wenzelm
parents:
14751
diff
changeset
|
322 |
\newcommand{\isasymlhd}{\isamath{\lhd}} %requires amssymb |
3283b52ebcac
fixed 'requires' comments, which are needed for printing of drafts;
wenzelm
parents:
14751
diff
changeset
|
323 |
\newcommand{\isasymrhd}{\isamath{\rhd}} %requires amssymb |
3283b52ebcac
fixed 'requires' comments, which are needed for printing of drafts;
wenzelm
parents:
14751
diff
changeset
|
324 |
\newcommand{\isasymunlhd}{\isamath{\unlhd}} %requires amssymb |
3283b52ebcac
fixed 'requires' comments, which are needed for printing of drafts;
wenzelm
parents:
14751
diff
changeset
|
325 |
\newcommand{\isasymunrhd}{\isamath{\unrhd}} %requires amssymb |
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
326 |
\newcommand{\isasymtriangleleft}{\isamath{\triangleleft}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
327 |
\newcommand{\isasymtriangleright}{\isamath{\triangleright}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
328 |
\newcommand{\isasymtriangle}{\isamath{\triangle}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
329 |
\newcommand{\isasymtriangleq}{\isamath{\triangleq}} %requires amssymb |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
330 |
\newcommand{\isasymoplus}{\isamath{\oplus}} |
10678 | 331 |
\newcommand{\isasymOplus}{\isamath{\bigoplus\,}} |
332 |
\newcommand{\isasymotimes}{\isamath{\otimes}} |
|
333 |
\newcommand{\isasymOtimes}{\isamath{\bigotimes\,}} |
|
334 |
\newcommand{\isasymodot}{\isamath{\odot}} |
|
335 |
\newcommand{\isasymOdot}{\isamath{\bigodot\,}} |
|
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
336 |
\newcommand{\isasymominus}{\isamath{\ominus}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
337 |
\newcommand{\isasymoslash}{\isamath{\oslash}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
338 |
\newcommand{\isasymdots}{\isamath{\dots}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
339 |
\newcommand{\isasymcdots}{\isamath{\cdots}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
340 |
\newcommand{\isasymSum}{\isamath{\sum\,}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
341 |
\newcommand{\isasymProd}{\isamath{\prod\,}} |
10678 | 342 |
\newcommand{\isasymCoprod}{\isamath{\coprod\,}} |
343 |
\newcommand{\isasyminfinity}{\isamath{\infty}} |
|
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
344 |
\newcommand{\isasymintegral}{\isamath{\int\,}} |
10678 | 345 |
\newcommand{\isasymointegral}{\isamath{\oint\,}} |
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
346 |
\newcommand{\isasymclubsuit}{\isamath{\clubsuit}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
347 |
\newcommand{\isasymdiamondsuit}{\isamath{\diamondsuit}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
348 |
\newcommand{\isasymheartsuit}{\isamath{\heartsuit}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
349 |
\newcommand{\isasymspadesuit}{\isamath{\spadesuit}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
350 |
\newcommand{\isasymaleph}{\isamath{\aleph}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
351 |
\newcommand{\isasymemptyset}{\isamath{\emptyset}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
352 |
\newcommand{\isasymnabla}{\isamath{\nabla}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
353 |
\newcommand{\isasympartial}{\isamath{\partial}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
354 |
\newcommand{\isasymRe}{\isamath{\Re}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
355 |
\newcommand{\isasymIm}{\isamath{\Im}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
356 |
\newcommand{\isasymflat}{\isamath{\flat}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
357 |
\newcommand{\isasymnatural}{\isamath{\natural}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
358 |
\newcommand{\isasymsharp}{\isamath{\sharp}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
359 |
\newcommand{\isasymangle}{\isamath{\angle}} |
67527
a93a9e89da72
expand definitions of \DeclareOldFontCommand in traditional article.cls, e.g. KOMA-Script no longer provides these;
wenzelm
parents:
67523
diff
changeset
|
360 |
\newcommand{\isasymcopyright}{\isatext{\normalfont\rmfamily\copyright}} |
a93a9e89da72
expand definitions of \DeclareOldFontCommand in traditional article.cls, e.g. KOMA-Script no longer provides these;
wenzelm
parents:
67523
diff
changeset
|
361 |
\newcommand{\isasymregistered}{\isatext{\normalfont\rmfamily\textregistered}} |
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
362 |
\newcommand{\isasyminverse}{\isamath{{}^{-1}}} |
67527
a93a9e89da72
expand definitions of \DeclareOldFontCommand in traditional article.cls, e.g. KOMA-Script no longer provides these;
wenzelm
parents:
67523
diff
changeset
|
363 |
\newcommand{\isasymonequarter}{\isatext{\normalfont\rmfamily\textonequarter}} %requires textcomp |
a93a9e89da72
expand definitions of \DeclareOldFontCommand in traditional article.cls, e.g. KOMA-Script no longer provides these;
wenzelm
parents:
67523
diff
changeset
|
364 |
\newcommand{\isasymonehalf}{\isatext{\normalfont\rmfamily\textonehalf}} %requires textcomp |
a93a9e89da72
expand definitions of \DeclareOldFontCommand in traditional article.cls, e.g. KOMA-Script no longer provides these;
wenzelm
parents:
67523
diff
changeset
|
365 |
\newcommand{\isasymthreequarters}{\isatext{\normalfont\rmfamily\textthreequarters}} %requires textcomp |
a93a9e89da72
expand definitions of \DeclareOldFontCommand in traditional article.cls, e.g. KOMA-Script no longer provides these;
wenzelm
parents:
67523
diff
changeset
|
366 |
\newcommand{\isasymordfeminine}{\isatext{\normalfont\rmfamily\textordfeminine}} |
a93a9e89da72
expand definitions of \DeclareOldFontCommand in traditional article.cls, e.g. KOMA-Script no longer provides these;
wenzelm
parents:
67523
diff
changeset
|
367 |
\newcommand{\isasymordmasculine}{\isatext{\normalfont\rmfamily\textordmasculine}} |
a93a9e89da72
expand definitions of \DeclareOldFontCommand in traditional article.cls, e.g. KOMA-Script no longer provides these;
wenzelm
parents:
67523
diff
changeset
|
368 |
\newcommand{\isasymsection}{\isatext{\normalfont\rmfamily\S}} |
a93a9e89da72
expand definitions of \DeclareOldFontCommand in traditional article.cls, e.g. KOMA-Script no longer provides these;
wenzelm
parents:
67523
diff
changeset
|
369 |
\newcommand{\isasymparagraph}{\isatext{\normalfont\rmfamily\P}} |
a93a9e89da72
expand definitions of \DeclareOldFontCommand in traditional article.cls, e.g. KOMA-Script no longer provides these;
wenzelm
parents:
67523
diff
changeset
|
370 |
\newcommand{\isasymexclamdown}{\isatext{\normalfont\rmfamily\textexclamdown}} |
a93a9e89da72
expand definitions of \DeclareOldFontCommand in traditional article.cls, e.g. KOMA-Script no longer provides these;
wenzelm
parents:
67523
diff
changeset
|
371 |
\newcommand{\isasymquestiondown}{\isatext{\normalfont\rmfamily\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:
46213
diff
changeset
|
372 |
\newcommand{\isasymeuro}{\isatext{\euro}} %requires eurosym |
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
373 |
\newcommand{\isasympounds}{\isamath{\pounds}} |
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
374 |
\newcommand{\isasymyen}{\isatext{\yen}} %requires amssymb |
13752
a1290b92b1b0
cent/currency: changed from wasysym to textcomp because of PDF problems
oheimb
parents:
12468
diff
changeset
|
375 |
\newcommand{\isasymcent}{\isatext{\textcent}} %requires textcomp |
a1290b92b1b0
cent/currency: changed from wasysym to textcomp because of PDF problems
oheimb
parents:
12468
diff
changeset
|
376 |
\newcommand{\isasymcurrency}{\isatext{\textcurrency}} %requires textcomp |
67527
a93a9e89da72
expand definitions of \DeclareOldFontCommand in traditional article.cls, e.g. KOMA-Script no longer provides these;
wenzelm
parents:
67523
diff
changeset
|
377 |
\newcommand{\isasymdegree}{\isatext{\normalfont\rmfamily\textdegree}} %requires textcomp |
a93a9e89da72
expand definitions of \DeclareOldFontCommand in traditional article.cls, e.g. KOMA-Script no longer provides these;
wenzelm
parents:
67523
diff
changeset
|
378 |
\newcommand{\isasymhyphen}{\isatext{\normalfont\rmfamily-}} |
10587
0db92bf1923e
proper order of symbols for genarated table in system manual;
wenzelm
parents:
10563
diff
changeset
|
379 |
\newcommand{\isasymamalg}{\isamath{\amalg}} |
14971
18ee74d6bba1
improved comments -- required by 'isatool latex -o syms';
wenzelm
parents:
14962
diff
changeset
|
380 |
\newcommand{\isasymmho}{\isamath{\mho}} %requires amssymb |
18ee74d6bba1
improved comments -- required by 'isatool latex -o syms';
wenzelm
parents:
14962
diff
changeset
|
381 |
\newcommand{\isasymlozenge}{\isamath{\lozenge}} %requires amssymb |
12337 | 382 |
\newcommand{\isasymwp}{\isamath{\wp}} |
10859 | 383 |
\newcommand{\isasymwrong}{\isamath{\wr}} |
10836 | 384 |
\newcommand{\isasymacute}{\isatext{\'\relax}} |
12468 | 385 |
\newcommand{\isasymindex}{\isatext{\i}} |
12107 | 386 |
\newcommand{\isasymdieresis}{\isatext{\"\relax}} |
10859 | 387 |
\newcommand{\isasymcedilla}{\isatext{\c\relax}} |
10836 | 388 |
\newcommand{\isasymhungarumlaut}{\isatext{\H\relax}} |
62021 | 389 |
\newcommand{\isasymsome}{\isamath{\epsilon\,}} |
42484 | 390 |
\newcommand{\isasymbind}{\isamath{\mathbin{>\!\!\!>\mkern-6.7mu=}}} |
391 |
\newcommand{\isasymthen}{\isamath{\mathbin{>\!\!\!>}}} |
|
67146 | 392 |
|
73446
d1c4c2395650
more Isabelle symbol definitions for Z Notation, based on https://github.com/isabelle-utp/Z_Toolkit 998c9f7880d3 by Simon Foster;
wenzelm
parents:
73404
diff
changeset
|
393 |
%Z notation |
d1c4c2395650
more Isabelle symbol definitions for Z Notation, based on https://github.com/isabelle-utp/Z_Toolkit 998c9f7880d3 by Simon Foster;
wenzelm
parents:
73404
diff
changeset
|
394 |
\newcommand{\isaZhbar}[1]{\rlap{\raise.0001ex\hbox{\isamath{-}}}#1} |
d1c4c2395650
more Isabelle symbol definitions for Z Notation, based on https://github.com/isabelle-utp/Z_Toolkit 998c9f7880d3 by Simon Foster;
wenzelm
parents:
73404
diff
changeset
|
395 |
\newcommand{\isaZpvbar}[1]{\ooalign{\hfil\isamath{\mapstochar\mkern 5mu}\hfil\cr#1}} |
d1c4c2395650
more Isabelle symbol definitions for Z Notation, based on https://github.com/isabelle-utp/Z_Toolkit 998c9f7880d3 by Simon Foster;
wenzelm
parents:
73404
diff
changeset
|
396 |
\newcommand{\isaZfvbar}[1]{\ooalign{\hfil\isamath{\mapstochar\mkern 3mu\mapstochar\mkern 5mu}\hfil\cr#1}} |
d1c4c2395650
more Isabelle symbol definitions for Z Notation, based on https://github.com/isabelle-utp/Z_Toolkit 998c9f7880d3 by Simon Foster;
wenzelm
parents:
73404
diff
changeset
|
397 |
\newcommand{\isaZdarrow}[3]{\ooalign{\isamath{#1}\hfil\cr\isamath{\mkern#3mu\isamath{#2}}}} |
73456 | 398 |
\newcommand{\isasymZcomp}{\isamath{\fatsemi}} %requires stmaryrd |
73446
d1c4c2395650
more Isabelle symbol definitions for Z Notation, based on https://github.com/isabelle-utp/Z_Toolkit 998c9f7880d3 by Simon Foster;
wenzelm
parents:
73404
diff
changeset
|
399 |
\newcommand{\isasymZinj}{\isamath{\rightarrowtail}} %requires amssymb |
d1c4c2395650
more Isabelle symbol definitions for Z Notation, based on https://github.com/isabelle-utp/Z_Toolkit 998c9f7880d3 by Simon Foster;
wenzelm
parents:
73404
diff
changeset
|
400 |
\newcommand{\isasymZpinj}{\isaZpvbar{\isamath{\rightarrowtail}}} %requires amssymb |
d1c4c2395650
more Isabelle symbol definitions for Z Notation, based on https://github.com/isabelle-utp/Z_Toolkit 998c9f7880d3 by Simon Foster;
wenzelm
parents:
73404
diff
changeset
|
401 |
\newcommand{\isasymZfinj}{\isaZfvbar{\isasymZinj}} %requires amssymb |
d1c4c2395650
more Isabelle symbol definitions for Z Notation, based on https://github.com/isabelle-utp/Z_Toolkit 998c9f7880d3 by Simon Foster;
wenzelm
parents:
73404
diff
changeset
|
402 |
\newcommand{\isasymZsurj}{\isaZdarrow{\rightarrow}{\rightarrow}{4}} %requires amssymb |
d1c4c2395650
more Isabelle symbol definitions for Z Notation, based on https://github.com/isabelle-utp/Z_Toolkit 998c9f7880d3 by Simon Foster;
wenzelm
parents:
73404
diff
changeset
|
403 |
\newcommand{\isasymZpsurj}{\isaZpvbar{\isasymZsurj}} %requires amssymb |
d1c4c2395650
more Isabelle symbol definitions for Z Notation, based on https://github.com/isabelle-utp/Z_Toolkit 998c9f7880d3 by Simon Foster;
wenzelm
parents:
73404
diff
changeset
|
404 |
\newcommand{\isasymZbij}{\isaZdarrow{\rightarrowtail}{\rightarrow}{5}} %requires amssymb |
d1c4c2395650
more Isabelle symbol definitions for Z Notation, based on https://github.com/isabelle-utp/Z_Toolkit 998c9f7880d3 by Simon Foster;
wenzelm
parents:
73404
diff
changeset
|
405 |
\newcommand{\isasymZpfun}{\isaZpvbar{\isamath{\rightarrow}}} |
d1c4c2395650
more Isabelle symbol definitions for Z Notation, based on https://github.com/isabelle-utp/Z_Toolkit 998c9f7880d3 by Simon Foster;
wenzelm
parents:
73404
diff
changeset
|
406 |
\newcommand{\isasymZffun}{\isaZfvbar{\isamath{\rightarrow}}} |
d1c4c2395650
more Isabelle symbol definitions for Z Notation, based on https://github.com/isabelle-utp/Z_Toolkit 998c9f7880d3 by Simon Foster;
wenzelm
parents:
73404
diff
changeset
|
407 |
\newcommand{\isasymZdres}{\isamath{\lhd}} %requires amssymb |
d1c4c2395650
more Isabelle symbol definitions for Z Notation, based on https://github.com/isabelle-utp/Z_Toolkit 998c9f7880d3 by Simon Foster;
wenzelm
parents:
73404
diff
changeset
|
408 |
\newcommand{\isasymZndres}{\isaZhbar{\isamath{\lhd}}} %requires amssymb |
d1c4c2395650
more Isabelle symbol definitions for Z Notation, based on https://github.com/isabelle-utp/Z_Toolkit 998c9f7880d3 by Simon Foster;
wenzelm
parents:
73404
diff
changeset
|
409 |
\newcommand{\isasymZrres}{\isamath{\rhd}} %requires amssymb |
d1c4c2395650
more Isabelle symbol definitions for Z Notation, based on https://github.com/isabelle-utp/Z_Toolkit 998c9f7880d3 by Simon Foster;
wenzelm
parents:
73404
diff
changeset
|
410 |
\newcommand{\isasymZnrres}{\isaZhbar{\isamath{\rhd}}} %requires amssymb |
d1c4c2395650
more Isabelle symbol definitions for Z Notation, based on https://github.com/isabelle-utp/Z_Toolkit 998c9f7880d3 by Simon Foster;
wenzelm
parents:
73404
diff
changeset
|
411 |
\newcommand{\isasymZspot}{\isamath{\bullet}} |
73447
2200a19cac72
prefer explicit \<Zproject> (with its own Unicode codepoint);
wenzelm
parents:
73446
diff
changeset
|
412 |
\newcommand{\isasymZproject}{\isamath{\upharpoonright}} %requires amssymb |
73456 | 413 |
\newcommand{\isasymZsemi}{\isatext{\raise 0.66ex\hbox{\oalign{\hfil\isamath{\scriptscriptstyle\mathrm{o}}\hfil\cr\hfil\isamath{\scriptscriptstyle\mathrm{9}}\hfil}}}} |
73446
d1c4c2395650
more Isabelle symbol definitions for Z Notation, based on https://github.com/isabelle-utp/Z_Toolkit 998c9f7880d3 by Simon Foster;
wenzelm
parents:
73404
diff
changeset
|
414 |
\newcommand{\isasymZtypecolon}{\isatext{\raise 0.6ex\hbox{\oalign{\hfil\isamath{\scriptscriptstyle\mathrm{o}}\hfil\cr\hfil\isamath{\scriptscriptstyle\mathrm{o}}\hfil}}}} |
d1c4c2395650
more Isabelle symbol definitions for Z Notation, based on https://github.com/isabelle-utp/Z_Toolkit 998c9f7880d3 by Simon Foster;
wenzelm
parents:
73404
diff
changeset
|
415 |
\newcommand{\isasymZhide}{\isamath{\backslash}} |
d1c4c2395650
more Isabelle symbol definitions for Z Notation, based on https://github.com/isabelle-utp/Z_Toolkit 998c9f7880d3 by Simon Foster;
wenzelm
parents:
73404
diff
changeset
|
416 |
\newcommand{\isasymZcat}{\isatext{\raise 0.8ex\hbox{\isamath{\mathchar\frown}}}} |
73454
a9e0fae0107d
more Z_Notation symbols, as proposed by Simon Foster;
wenzelm
parents:
73449
diff
changeset
|
417 |
\newcommand{\isasymZinbag}{\isatext{\ooalign{\isamath{\sqsubset\mkern-1mu}\cr\isamath{-\mkern-1mu}\cr}}} |
73446
d1c4c2395650
more Isabelle symbol definitions for Z Notation, based on https://github.com/isabelle-utp/Z_Toolkit 998c9f7880d3 by Simon Foster;
wenzelm
parents:
73404
diff
changeset
|
418 |
|
73448
76a061b67993
clarified order for presentation in isar-ref (Appendix B);
wenzelm
parents:
73447
diff
changeset
|
419 |
\newcommand{\isasymhole}{\isatext{\normalfont\rmfamily\wasylozenge}} %requires wasysym |
76a061b67993
clarified order for presentation in isar-ref (Appendix B);
wenzelm
parents:
73447
diff
changeset
|
420 |
\newcommand{\isasymnewline}{\isatext{\fbox{$\hookleftarrow$}}} |
76a061b67993
clarified order for presentation in isar-ref (Appendix B);
wenzelm
parents:
73447
diff
changeset
|
421 |
\newcommand{\isasymcomment}{\isatext{\isastylecmt---}} |
73467
090add96f5f9
more glyphs proposed by Simon Foster: 0x002713, 0x002717, 0x002af4, 0x002afb, 0x002afd;
wenzelm
parents:
73461
diff
changeset
|
422 |
\newcommand{\isasymproof}{\isamath{\,\langle\mathit{proof}\rangle}} |
73448
76a061b67993
clarified order for presentation in isar-ref (Appendix B);
wenzelm
parents:
73447
diff
changeset
|
423 |
\newcommand{\isasymopen}{\isatext{\guilsinglleft}} |
76a061b67993
clarified order for presentation in isar-ref (Appendix B);
wenzelm
parents:
73447
diff
changeset
|
424 |
\newcommand{\isasymclose}{\isatext{\guilsinglright}} |
73467
090add96f5f9
more glyphs proposed by Simon Foster: 0x002713, 0x002717, 0x002af4, 0x002afb, 0x002afd;
wenzelm
parents:
73461
diff
changeset
|
425 |
\newcommand{\isasymcheckmark}{\isatext{\ding{51}}} %requires pifont |
090add96f5f9
more glyphs proposed by Simon Foster: 0x002713, 0x002717, 0x002af4, 0x002afb, 0x002afd;
wenzelm
parents:
73461
diff
changeset
|
426 |
\newcommand{\isasymcrossmark}{\isatext{\ding{55}}} %requires pifont |
69915 | 427 |
\newcommand{\isactrlmarker}{\isatext{\ding{48}}} %requires pifont |
73552 | 428 |
\newcommand{\isactrltry}{\isakeywordcontrol{try}} |
429 |
\newcommand{\isactrlcan}{\isakeywordcontrol{can}} |
|
67146 | 430 |
\newcommand{\isactrlassert}{\isakeywordcontrol{assert}} |
67413 | 431 |
\newcommand{\isactrlcancel}{\isakeywordcontrol{cancel}} |
67146 | 432 |
\newcommand{\isactrlbinding}{\isakeywordcontrol{binding}} |
433 |
\newcommand{\isactrlclass}{\isakeywordcontrol{class}} |
|
434 |
\newcommand{\isactrlclassUNDERSCOREsyntax}{\isakeywordcontrol{class{\isacharunderscore}syntax}} |
|
435 |
\newcommand{\isactrlcommandUNDERSCOREkeyword}{\isakeywordcontrol{command{\isacharunderscore}keyword}} |
|
69596 | 436 |
\newcommand{\isactrlconst}{\isakeywordcontrol{const}} |
67146 | 437 |
\newcommand{\isactrlconstUNDERSCOREabbrev}{\isakeywordcontrol{const{\isacharunderscore}abbrev}} |
438 |
\newcommand{\isactrlconstUNDERSCOREname}{\isakeywordcontrol{const{\isacharunderscore}name}} |
|
439 |
\newcommand{\isactrlconstUNDERSCOREsyntax}{\isakeywordcontrol{const{\isacharunderscore}syntax}} |
|
440 |
\newcommand{\isactrlcontext}{\isakeywordcontrol{context}} |
|
441 |
\newcommand{\isactrlcprop}{\isakeywordcontrol{cprop}} |
|
442 |
\newcommand{\isactrlcterm}{\isakeywordcontrol{cterm}} |
|
443 |
\newcommand{\isactrlctyp}{\isakeywordcontrol{ctyp}} |
|
444 |
\newcommand{\isactrldir}{\isakeywordcontrol{dir}} |
|
445 |
\newcommand{\isactrlfile}{\isakeywordcontrol{file}} |
|
446 |
\newcommand{\isactrlhere}{\isakeywordcontrol{here}} |
|
74570 | 447 |
\newcommand{\isactrlinstantiate}{\isakeywordcontrol{instantiate}} |
67146 | 448 |
\newcommand{\isactrlkeyword}{\isakeywordcontrol{keyword}} |
67523 | 449 |
\newcommand{\isactrllatex}{\isakeywordcontrol{latex}} |
67146 | 450 |
\newcommand{\isactrllocale}{\isakeywordcontrol{locale}} |
74341 | 451 |
\newcommand{\isactrlmakeUNDERSCOREjudgment}{\isakeywordcontrol{make{\isacharunderscore}judgment}} |
452 |
\newcommand{\isactrldestUNDERSCOREjudgment}{\isakeywordcontrol{dest{\isacharunderscore}judgment}} |
|
67146 | 453 |
\newcommand{\isactrlmakeUNDERSCOREstring}{\isakeywordcontrol{make{\isacharunderscore}string}} |
70014 | 454 |
\newcommand{\isactrlmasterUNDERSCOREdir}{\isakeywordcontrol{master{\isacharunderscore}dir}} |
67146 | 455 |
\newcommand{\isactrlmethod}{\isakeywordcontrol{method}} |
456 |
\newcommand{\isactrlnamedUNDERSCOREtheorems}{\isakeywordcontrol{named{\isacharunderscore}theorems}} |
|
457 |
\newcommand{\isactrlnonterminal}{\isakeywordcontrol{nonterminal}} |
|
71928
ae643fb4ca30
proper latex macros, notably for src/HOL/Examples/Iff_Oracle.thy;
wenzelm
parents:
71887
diff
changeset
|
458 |
\newcommand{\isactrloracleUNDERSCOREname}{\isakeywordcontrol{oracle{\isacharunderscore}name}} |
67146 | 459 |
\newcommand{\isactrlpath}{\isakeywordcontrol{path}} |
70015
c8e08d8ffb93
clarified signature: more explicit type Path.binding;
wenzelm
parents:
70014
diff
changeset
|
460 |
\newcommand{\isactrlpathUNDERSCOREbinding}{\isakeywordcontrol{path{\isacharunderscore}binding}} |
67146 | 461 |
\newcommand{\isactrlplugin}{\isakeywordcontrol{plugin}} |
462 |
\newcommand{\isactrlprint}{\isakeywordcontrol{print}} |
|
463 |
\newcommand{\isactrlprop}{\isakeywordcontrol{prop}} |
|
71881 | 464 |
\newcommand{\isactrlscala}{\isakeywordcontrol{scala}} |
465 |
\newcommand{\isactrlscalaUNDERSCOREfunction}{\isakeywordcontrol{scala{\isacharunderscore}function}} |
|
71887 | 466 |
\newcommand{\isactrlscalaUNDERSCOREmethod}{\isakeywordcontrol{scala{\isacharunderscore}method}} |
467 |
\newcommand{\isactrlscalaUNDERSCOREobject}{\isakeywordcontrol{scala{\isacharunderscore}object}} |
|
468 |
\newcommand{\isactrlscalaUNDERSCOREtype}{\isakeywordcontrol{scala{\isacharunderscore}type}} |
|
67146 | 469 |
\newcommand{\isactrlsimproc}{\isakeywordcontrol{simproc}} |
470 |
\newcommand{\isactrlsort}{\isakeywordcontrol{sort}} |
|
471 |
\newcommand{\isactrlsyntaxUNDERSCOREconst}{\isakeywordcontrol{syntax{\isacharunderscore}const}} |
|
472 |
\newcommand{\isactrlsystemUNDERSCOREoption}{\isakeywordcontrol{system{\isacharunderscore}option}} |
|
473 |
\newcommand{\isactrlterm}{\isakeywordcontrol{term}} |
|
474 |
\newcommand{\isactrltheory}{\isakeywordcontrol{theory}} |
|
475 |
\newcommand{\isactrltheoryUNDERSCOREcontext}{\isakeywordcontrol{theory{\isacharunderscore}context}} |
|
476 |
\newcommand{\isactrltyp}{\isakeywordcontrol{typ}} |
|
477 |
\newcommand{\isactrltypeUNDERSCOREabbrev}{\isakeywordcontrol{type{\isacharunderscore}abbrev}} |
|
478 |
\newcommand{\isactrltypeUNDERSCOREname}{\isakeywordcontrol{type{\isacharunderscore}name}} |
|
479 |
\newcommand{\isactrltypeUNDERSCOREsyntax}{\isakeywordcontrol{type{\isacharunderscore}syntax}} |
|
480 |
\newcommand{\isactrlundefined}{\isakeywordcontrol{undefined}} |
|
74308 | 481 |
\newcommand{\isactrltvar}{\isakeywordcontrol{tvar}} |
482 |
\newcommand{\isactrlvar}{\isakeywordcontrol{var}} |
|
483 |
\newcommand{\isactrlConst}{\isakeywordcontrol{Const}} |
|
484 |
\newcommand{\isactrlConstUNDERSCORE}{\isakeywordcontrol{Const{\isacharunderscore}}} |
|
74318 | 485 |
\newcommand{\isactrlConstUNDERSCOREfn}{\isakeywordcontrol{Const{\isacharunderscore}fn}} |
74308 | 486 |
\newcommand{\isactrlType}{\isakeywordcontrol{Type}} |
74318 | 487 |
\newcommand{\isactrlTypeUNDERSCOREfn}{\isakeywordcontrol{Type{\isacharunderscore}fn}} |
67146 | 488 |
|
489 |
\newcommand{\isactrlcode}{\isakeywordcontrol{code}} |
|
490 |
\newcommand{\isactrlcomputation}{\isakeywordcontrol{computation}} |
|
491 |
\newcommand{\isactrlcomputationUNDERSCOREconv}{\isakeywordcontrol{computation{\isacharunderscore}conv}} |
|
492 |
\newcommand{\isactrlcomputationUNDERSCOREcheck}{\isakeywordcontrol{computation{\isacharunderscore}check}} |
|
73586 | 493 |
\newcommand{\isactrlifUNDERSCORElinux}{\isakeywordcontrol{if{\isacharunderscore}linux}} |
494 |
\newcommand{\isactrlifUNDERSCOREmacos}{\isakeywordcontrol{if{\isacharunderscore}macos}} |
|
495 |
\newcommand{\isactrlifUNDERSCOREwindows}{\isakeywordcontrol{if{\isacharunderscore}windows}} |
|
496 |
\newcommand{\isactrlifUNDERSCOREunix}{\isakeywordcontrol{if{\isacharunderscore}unix}} |