author | Christian Urban <christian.urban@kcl.ac.uk> |
Tue, 22 Mar 2022 11:14:02 +0000 | |
changeset 462 | d9b672c4c0ac |
parent 382 | aef235b965bb |
permissions | -rw-r--r-- |
369 | 1 |
%% |
2 |
%% macros for Isabelle generated LaTeX output |
|
3 |
%% |
|
4 |
||
5 |
%%% Simple document preparation (based on theory token language and symbols) |
|
6 |
||
7 |
% isabelle environments |
|
8 |
||
9 |
\newcommand{\isabellecontext}{UNKNOWN} |
|
10 |
\newcommand{\setisabellecontext}[1]{\def\isabellecontext{#1}} |
|
11 |
||
12 |
\newcommand{\isastyle}{\UNDEF} |
|
13 |
\newcommand{\isastylett}{\UNDEF} |
|
14 |
\newcommand{\isastyleminor}{\UNDEF} |
|
15 |
\newcommand{\isastyleminortt}{\UNDEF} |
|
16 |
\newcommand{\isastylescript}{\UNDEF} |
|
17 |
\newcommand{\isastyletext}{\normalsize\normalfont\rmfamily} |
|
18 |
\newcommand{\isastyletxt}{\normalfont\rmfamily} |
|
19 |
\newcommand{\isastylecmt}{\normalfont\rmfamily} |
|
20 |
||
21 |
\newcommand{\isaspacing}{% |
|
22 |
\sfcode 42 1000 % . |
|
23 |
\sfcode 63 1000 % ? |
|
24 |
\sfcode 33 1000 % ! |
|
25 |
\sfcode 58 1000 % : |
|
26 |
\sfcode 59 1000 % ; |
|
27 |
\sfcode 44 1000 % , |
|
28 |
} |
|
29 |
||
30 |
%symbol markup -- \emph achieves decent spacing via italic corrections |
|
31 |
\newcommand{\isamath}[1]{\emph{$#1$}} |
|
32 |
\newcommand{\isatext}[1]{\emph{#1}} |
|
33 |
\DeclareRobustCommand{\isascriptstyle}{\def\isamath##1{##1}\def\isatext##1{\mbox{\isaspacing\isastylescript##1}}} |
|
34 |
\newcommand{\isactrlsub}[1]{\emph{\isascriptstyle${}\sb{#1}$}} |
|
35 |
\newcommand{\isactrlsup}[1]{\emph{\isascriptstyle${}\sp{#1}$}} |
|
36 |
\DeclareRobustCommand{\isactrlbsub}{\emph\bgroup\math{}\sb\bgroup\mbox\bgroup\isaspacing\isastylescript} |
|
37 |
\DeclareRobustCommand{\isactrlesub}{\egroup\egroup\endmath\egroup} |
|
38 |
\DeclareRobustCommand{\isactrlbsup}{\emph\bgroup\math{}\sp\bgroup\mbox\bgroup\isaspacing\isastylescript} |
|
39 |
\DeclareRobustCommand{\isactrlesup}{\egroup\egroup\endmath\egroup} |
|
40 |
\newcommand{\isactrlbold}[1]{{\bfseries\upshape\boldmath#1}} |
|
41 |
||
382
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
42 |
%blackboard-bold (requires font txmia from pxfonts) |
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
43 |
\DeclareSymbolFont{bbbfont}{U}{txmia}{m}{it} |
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
44 |
\SetSymbolFont{bbbfont}{bold}{U}{txmia}{bx}{it} |
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
45 |
\DeclareMathSymbol{\bbbA}{\mathord}{bbbfont}{129} |
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
46 |
\DeclareMathSymbol{\bbbB}{\mathord}{bbbfont}{130} |
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
47 |
\DeclareMathSymbol{\bbbC}{\mathord}{bbbfont}{131} |
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
48 |
\DeclareMathSymbol{\bbbD}{\mathord}{bbbfont}{132} |
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
49 |
\DeclareMathSymbol{\bbbE}{\mathord}{bbbfont}{133} |
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
50 |
\DeclareMathSymbol{\bbbF}{\mathord}{bbbfont}{134} |
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
51 |
\DeclareMathSymbol{\bbbG}{\mathord}{bbbfont}{135} |
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
52 |
\DeclareMathSymbol{\bbbH}{\mathord}{bbbfont}{136} |
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
53 |
\DeclareMathSymbol{\bbbI}{\mathord}{bbbfont}{137} |
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
54 |
\DeclareMathSymbol{\bbbJ}{\mathord}{bbbfont}{138} |
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
55 |
\DeclareMathSymbol{\bbbK}{\mathord}{bbbfont}{139} |
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
56 |
\DeclareMathSymbol{\bbbL}{\mathord}{bbbfont}{140} |
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
57 |
\DeclareMathSymbol{\bbbM}{\mathord}{bbbfont}{141} |
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
58 |
\DeclareMathSymbol{\bbbN}{\mathord}{bbbfont}{142} |
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
59 |
\DeclareMathSymbol{\bbbO}{\mathord}{bbbfont}{143} |
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
60 |
\DeclareMathSymbol{\bbbP}{\mathord}{bbbfont}{144} |
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
61 |
\DeclareMathSymbol{\bbbQ}{\mathord}{bbbfont}{145} |
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
62 |
\DeclareMathSymbol{\bbbR}{\mathord}{bbbfont}{146} |
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
63 |
\DeclareMathSymbol{\bbbS}{\mathord}{bbbfont}{147} |
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
64 |
\DeclareMathSymbol{\bbbT}{\mathord}{bbbfont}{148} |
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
65 |
\DeclareMathSymbol{\bbbU}{\mathord}{bbbfont}{149} |
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
66 |
\DeclareMathSymbol{\bbbV}{\mathord}{bbbfont}{150} |
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
67 |
\DeclareMathSymbol{\bbbW}{\mathord}{bbbfont}{151} |
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
68 |
\DeclareMathSymbol{\bbbX}{\mathord}{bbbfont}{152} |
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
69 |
\DeclareMathSymbol{\bbbY}{\mathord}{bbbfont}{153} |
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
70 |
\DeclareMathSymbol{\bbbZ}{\mathord}{bbbfont}{154} |
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
71 |
|
369 | 72 |
\newenvironment{isaantiq}{{\isacharat\isacharbraceleft}}{{\isacharbraceright}} |
73 |
||
74 |
\newdimen\isa@parindent\newdimen\isa@parskip |
|
75 |
||
76 |
\newenvironment{isabellebody}{% |
|
77 |
\isamarkuptrue\par% |
|
78 |
\isa@parindent\parindent\parindent0pt% |
|
79 |
\isa@parskip\parskip\parskip0pt% |
|
80 |
\isaspacing\isastyle}{\par} |
|
81 |
||
82 |
\newenvironment{isabellebodytt}{% |
|
83 |
\isamarkuptrue\par% |
|
84 |
\isa@parindent\parindent\parindent0pt% |
|
85 |
\isa@parskip\parskip\parskip0pt% |
|
86 |
\isaspacing\isastylett}{\par} |
|
87 |
||
88 |
\newenvironment{isabelle} |
|
89 |
{\begin{trivlist}\begin{isabellebody}\item\relax} |
|
90 |
{\end{isabellebody}\end{trivlist}} |
|
91 |
||
92 |
\newenvironment{isabellett} |
|
93 |
{\begin{trivlist}\begin{isabellebodytt}\item\relax} |
|
94 |
{\end{isabellebodytt}\end{trivlist}} |
|
95 |
||
96 |
\newcommand{\isa}[1]{\emph{\isaspacing\isastyleminor #1}} |
|
97 |
\newcommand{\isatt}[1]{\emph{\isaspacing\isastyleminortt #1}} |
|
98 |
||
99 |
\newcommand{\isaindent}[1]{\hphantom{#1}} |
|
100 |
\newcommand{\isanewline}{\mbox{}\par\mbox{}} |
|
101 |
\newcommand{\isasep}{} |
|
102 |
\newcommand{\isadigit}[1]{#1} |
|
103 |
||
104 |
\newcommand{\isachardefaults}{% |
|
105 |
\def\isacharbell{\isamath{\bigbox}}%requires stmaryrd |
|
106 |
\chardef\isacharbang=`\!% |
|
107 |
\chardef\isachardoublequote=`\"% |
|
108 |
\chardef\isachardoublequoteopen=`\"% |
|
109 |
\chardef\isachardoublequoteclose=`\"% |
|
110 |
\chardef\isacharhash=`\#% |
|
111 |
\chardef\isachardollar=`\$% |
|
112 |
\chardef\isacharpercent=`\%% |
|
113 |
\chardef\isacharampersand=`\&% |
|
114 |
\chardef\isacharprime=`\'% |
|
115 |
\chardef\isacharparenleft=`\(% |
|
116 |
\chardef\isacharparenright=`\)% |
|
117 |
\chardef\isacharasterisk=`\*% |
|
118 |
\chardef\isacharplus=`\+% |
|
119 |
\chardef\isacharcomma=`\,% |
|
120 |
\chardef\isacharminus=`\-% |
|
121 |
\chardef\isachardot=`\.% |
|
122 |
\chardef\isacharslash=`\/% |
|
123 |
\chardef\isacharcolon=`\:% |
|
124 |
\chardef\isacharsemicolon=`\;% |
|
125 |
\chardef\isacharless=`\<% |
|
126 |
\chardef\isacharequal=`\=% |
|
127 |
\chardef\isachargreater=`\>% |
|
128 |
\chardef\isacharquery=`\?% |
|
129 |
\chardef\isacharat=`\@% |
|
130 |
\chardef\isacharbrackleft=`\[% |
|
131 |
\chardef\isacharbackslash=`\\% |
|
132 |
\chardef\isacharbrackright=`\]% |
|
133 |
\chardef\isacharcircum=`\^% |
|
134 |
\chardef\isacharunderscore=`\_% |
|
135 |
\def\isacharunderscorekeyword{\_}% |
|
136 |
\chardef\isacharbackquote=`\`% |
|
137 |
\chardef\isacharbackquoteopen=`\`% |
|
138 |
\chardef\isacharbackquoteclose=`\`% |
|
139 |
\chardef\isacharbraceleft=`\{% |
|
140 |
\chardef\isacharbar=`\|% |
|
141 |
\chardef\isacharbraceright=`\}% |
|
142 |
\chardef\isachartilde=`\~% |
|
143 |
\def\isacharverbatimopen{\isacharbraceleft\isacharasterisk}% |
|
144 |
\def\isacharverbatimclose{\isacharasterisk\isacharbraceright}% |
|
382
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
145 |
\def\isacartoucheopen{\isatext{\guilsinglleft}}% |
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
146 |
\def\isacartoucheclose{\isatext{\guilsinglright}}% |
369 | 147 |
} |
148 |
||
149 |
||
150 |
% keyword and section markup |
|
151 |
||
152 |
\newcommand{\isakeyword}[1] |
|
153 |
{\emph{\normalfont\bfseries\def\isachardot{.}\def\isacharunderscore{\isacharunderscorekeyword}% |
|
154 |
\def\isacharbraceleft{\{}\def\isacharbraceright{\}}#1}} |
|
155 |
\newcommand{\isacommand}[1]{\isakeyword{#1}} |
|
156 |
||
157 |
\newcommand{\isakeywordcontrol}[1] |
|
158 |
{\emph{\normalfont\bfseries\itshape\def\isacharunderscore{\isacharunderscorekeyword}#1\,}} |
|
159 |
||
160 |
\newcommand{\isamarkupchapter}[1]{\chapter{#1}} |
|
161 |
\newcommand{\isamarkupsection}[1]{\section{#1}} |
|
162 |
\newcommand{\isamarkupsubsection}[1]{\subsection{#1}} |
|
163 |
\newcommand{\isamarkupsubsubsection}[1]{\subsubsection{#1}} |
|
164 |
\newcommand{\isamarkupparagraph}[1]{\paragraph{#1}} |
|
165 |
\newcommand{\isamarkupsubparagraph}[1]{\subparagraph{#1}} |
|
166 |
||
167 |
\newif\ifisamarkup |
|
168 |
\newcommand{\isabeginpar}{\par\ifisamarkup\relax\else\medskip\fi} |
|
169 |
\newcommand{\isaendpar}{\par\medskip} |
|
170 |
\newenvironment{isapar}{\parindent\isa@parindent\parskip\isa@parskip\isabeginpar}{\isaendpar} |
|
171 |
\newenvironment{isamarkuptext}{\par\isastyletext\begin{isapar}}{\end{isapar}} |
|
172 |
\newenvironment{isamarkuptxt}{\par\isastyletxt\begin{isapar}}{\end{isapar}} |
|
173 |
\newcommand{\isamarkupcmt}[1]{{\isastylecmt--- #1}} |
|
174 |
||
175 |
||
382
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
176 |
% index entries |
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
177 |
|
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
178 |
\newcommand{\isaindexdef}[1]{\textbf{#1}} |
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
179 |
\newcommand{\isaindexref}[1]{#1} |
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
180 |
|
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
181 |
|
369 | 182 |
% styles |
183 |
||
184 |
\def\isabellestyle#1{\csname isabellestyle#1\endcsname} |
|
185 |
||
186 |
\newcommand{\isabellestyledefault}{% |
|
187 |
\def\isastyle{\small\normalfont\ttfamily\slshape}% |
|
188 |
\def\isastylett{\small\normalfont\ttfamily}% |
|
189 |
\def\isastyleminor{\small\normalfont\ttfamily\slshape}% |
|
190 |
\def\isastyleminortt{\small\normalfont\ttfamily}% |
|
191 |
\def\isastylescript{\footnotesize\normalfont\ttfamily\slshape}% |
|
192 |
\isachardefaults% |
|
193 |
} |
|
194 |
\isabellestyledefault |
|
195 |
||
196 |
\newcommand{\isabellestylett}{% |
|
197 |
\def\isastyle{\small\normalfont\ttfamily}% |
|
198 |
\def\isastylett{\small\normalfont\ttfamily}% |
|
199 |
\def\isastyleminor{\small\normalfont\ttfamily}% |
|
200 |
\def\isastyleminortt{\small\normalfont\ttfamily}% |
|
201 |
\def\isastylescript{\footnotesize\normalfont\ttfamily}% |
|
202 |
\isachardefaults% |
|
203 |
} |
|
204 |
||
205 |
\newcommand{\isabellestyleit}{% |
|
206 |
\def\isastyle{\small\normalfont\itshape}% |
|
207 |
\def\isastylett{\small\normalfont\ttfamily}% |
|
208 |
\def\isastyleminor{\normalfont\itshape}% |
|
209 |
\def\isastyleminortt{\normalfont\ttfamily}% |
|
210 |
\def\isastylescript{\footnotesize\normalfont\itshape}% |
|
211 |
\isachardefaults% |
|
212 |
\def\isacharunderscorekeyword{\mbox{-}}% |
|
213 |
\def\isacharbang{\isamath{!}}% |
|
214 |
\def\isachardoublequote{}% |
|
215 |
\def\isachardoublequoteopen{}% |
|
216 |
\def\isachardoublequoteclose{}% |
|
217 |
\def\isacharhash{\isamath{\#}}% |
|
218 |
\def\isachardollar{\isamath{\$}}% |
|
219 |
\def\isacharpercent{\isamath{\%}}% |
|
220 |
\def\isacharampersand{\isamath{\&}}% |
|
221 |
\def\isacharprime{\isamath{\mskip2mu{'}\mskip-2mu}}% |
|
222 |
\def\isacharparenleft{\isamath{(}}% |
|
223 |
\def\isacharparenright{\isamath{)}}% |
|
224 |
\def\isacharasterisk{\isamath{*}}% |
|
225 |
\def\isacharplus{\isamath{+}}% |
|
226 |
\def\isacharcomma{\isamath{\mathord,}}% |
|
227 |
\def\isacharminus{\isamath{-}}% |
|
228 |
\def\isachardot{\isamath{\mathord.}}% |
|
229 |
\def\isacharslash{\isamath{/}}% |
|
230 |
\def\isacharcolon{\isamath{\mathord:}}% |
|
231 |
\def\isacharsemicolon{\isamath{\mathord;}}% |
|
232 |
\def\isacharless{\isamath{<}}% |
|
233 |
\def\isacharequal{\isamath{=}}% |
|
234 |
\def\isachargreater{\isamath{>}}% |
|
235 |
\def\isacharat{\isamath{@}}% |
|
236 |
\def\isacharbrackleft{\isamath{[}}% |
|
237 |
\def\isacharbackslash{\isamath{\backslash}}% |
|
238 |
\def\isacharbrackright{\isamath{]}}% |
|
239 |
\def\isacharunderscore{\mbox{-}}% |
|
240 |
\def\isacharbraceleft{\isamath{\{}}% |
|
241 |
\def\isacharbar{\isamath{\mid}}% |
|
242 |
\def\isacharbraceright{\isamath{\}}}% |
|
243 |
\def\isachartilde{\isamath{{}\sp{\sim}}}% |
|
382
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
244 |
\def\isacharbackquoteopen{\isatext{\guilsinglleft}}% |
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
245 |
\def\isacharbackquoteclose{\isatext{\guilsinglright}}% |
369 | 246 |
} |
247 |
||
248 |
\newcommand{\isabellestyleliteral}{% |
|
249 |
\isabellestyleit% |
|
250 |
\def\isacharunderscore{\_}% |
|
251 |
\def\isacharunderscorekeyword{\_}% |
|
252 |
\chardef\isacharbackquoteopen=`\`% |
|
253 |
\chardef\isacharbackquoteclose=`\`% |
|
254 |
} |
|
255 |
||
256 |
\newcommand{\isabellestyleliteralunderscore}{% |
|
257 |
\isabellestyleliteral% |
|
258 |
\def\isacharunderscore{\textunderscore}% |
|
259 |
\def\isacharunderscorekeyword{\textunderscore}% |
|
260 |
} |
|
261 |
||
262 |
\newcommand{\isabellestylesl}{% |
|
263 |
\isabellestyleit% |
|
264 |
\def\isastyle{\small\normalfont\slshape}% |
|
265 |
\def\isastylett{\small\normalfont\ttfamily}% |
|
266 |
\def\isastyleminor{\normalfont\slshape}% |
|
267 |
\def\isastyleminortt{\normalfont\ttfamily}% |
|
268 |
\def\isastylescript{\footnotesize\normalfont\slshape}% |
|
269 |
} |
|
270 |
||
271 |
||
272 |
% cancel text |
|
273 |
||
274 |
\usepackage[normalem]{ulem} |
|
275 |
\newcommand{\isamarkupcancel}[1]{\isa{\xout{#1}}} |
|
276 |
||
277 |
||
382
aef235b965bb
deleted *.tex files from Journal - they are recreated
Christian Urban <christian.urban@kcl.ac.uk>
parents:
369
diff
changeset
|
278 |
% tags |
369 | 279 |
|
280 |
\newcommand{\isafold}[1]{\emph{$\langle\mathord{\mathit{#1}}\rangle$}} |
|
281 |
||
282 |
\IfFileExists{isabelletags.sty}{\usepackage{isabelletags}}{} |