7050
|
1 |
|
|
2 |
%% $Id$
|
7138
|
3 |
%%
|
|
4 |
%% Isar language elements
|
|
5 |
%%
|
7050
|
6 |
|
|
7 |
\usepackage{ifthen}
|
|
8 |
|
7138
|
9 |
\newcommand{\isarkeyword}[1]{{\mathord{\mathbf{#1}}}}
|
|
10 |
|
7456
|
11 |
\newcommand{\indexoutertoken}[1]{\index{#1 (syntax)|bold}\index{Syntax!#1|bold}}
|
|
12 |
\newcommand{\indexouternonterm}[1]{\index{#1 (syntax)|bold}\index{Syntax!#1|bold}}
|
|
13 |
\newcommand{\indexisarcmd}[1]{\index{#1 (command)|bold}\index{Commands!#1|bold}}
|
7511
|
14 |
\newcommand{\indexisarmeth}[1]{\index{#1 (method)|bold}\index{Methods!#1|bold}}
|
7456
|
15 |
\newcommand{\indexisaratt}[1]{\index{#1 (attribute)|bold}\index{Attributes!#1|bold}}
|
|
16 |
\newcommand{\indexisarthm}[1]{\index{#1 (theorem)|bold}\index{Theorems!#1|bold}}
|
7465
|
17 |
\newcommand{\indexisarvar}[1]{\index{#1 (variable)|bold}\index{Variables!#1|bold}}
|
7170
|
18 |
|
7138
|
19 |
\newcommand{\isarcmd}[1]{\isarkeyword{#1}}
|
|
20 |
\newcommand{\isartrans}[2]{#1 \mathbin{\,\to\,} #2}
|
|
21 |
\newcommand{\isarkeep}[1]{#1 \mathbin{\,\to\,} #1}
|
7170
|
22 |
\newcommand{\isarmeth}{method}
|
|
23 |
\newcommand{\isaratt}{attribute}
|
7138
|
24 |
|
7050
|
25 |
\newcommand{\I@optname}[1]{\ifthenelse{\equal{}{#1}}{}{~#1\colon}}
|
|
26 |
\newcommand{\I@optoptname}[1]{\ifthenelse{\equal{}{#1}}{}{~[#1\colon]}}
|
|
27 |
\newcommand{\I@optmeth}[1]{\ifthenelse{\equal{}{#1}}{}{~(#1)}}
|
|
28 |
\newcommand{\I@optoptmeth}[1]{\ifthenelse{\equal{}{#1}}{}{~[(#1)]}}
|
|
29 |
|
7138
|
30 |
\newcommand{\LEMMANAME}{\isarkeyword{lemma}}
|
|
31 |
\newcommand{\THEOREMNAME}{\isarkeyword{theorem}}
|
|
32 |
\newcommand{\NOTENAME}{\isarkeyword{note}}
|
|
33 |
\newcommand{\FROMNAME}{\isarkeyword{from}}
|
|
34 |
\newcommand{\WITHNAME}{\isarkeyword{with}}
|
|
35 |
\newcommand{\FIXNAME}{\isarkeyword{fix}}
|
|
36 |
\newcommand{\ASSUMENAME}{\isarkeyword{assume}}
|
|
37 |
\newcommand{\PRESUMENAME}{\isarkeyword{presume}}
|
|
38 |
\newcommand{\HAVENAME}{\isarkeyword{have}}
|
|
39 |
\newcommand{\SHOWNAME}{\isarkeyword{show}}
|
|
40 |
\newcommand{\HENCENAME}{\isarkeyword{hence}}
|
|
41 |
\newcommand{\THUSNAME}{\isarkeyword{thus}}
|
|
42 |
\newcommand{\PROOFNAME}{\isarkeyword{proof}}
|
|
43 |
\newcommand{\QEDNAME}{\isarkeyword{qed}}
|
|
44 |
\newcommand{\BYNAME}{\isarkeyword{by}}
|
|
45 |
\newcommand{\ISNAME}{\isarkeyword{is}}
|
|
46 |
\newcommand{\CONCLNAME}{\isarkeyword{concl}}
|
|
47 |
\newcommand{\LETNAME}{\isarkeyword{let}}
|
|
48 |
\newcommand{\DEFNAME}{\isarkeyword{def}}
|
|
49 |
\newcommand{\SUFFNAME}{\isarkeyword{suffient}}
|
|
50 |
\newcommand{\CMTNAME}{\isarkeyword{-{}-}}
|
7050
|
51 |
|
7138
|
52 |
\newcommand{\THEORY}{\isarkeyword{theory}}
|
|
53 |
\newcommand{\CONTEXT}{\isarkeyword{context}}
|
|
54 |
\newcommand{\END}{\isarkeyword{end}}
|
|
55 |
|
|
56 |
\newcommand{\TYPES}{\isarkeyword{types}}
|
|
57 |
\newcommand{\CONSTS}{\isarkeyword{consts}}
|
|
58 |
\newcommand{\DEFS}{\isarkeyword{defs}}
|
|
59 |
\newcommand{\TEXT}{\isarkeyword{text}}
|
|
60 |
\newcommand{\TXT}{\isarkeyword{txt}}
|
7321
|
61 |
\newcommand{\NOTE}[2]{\NOTENAME~\ifthenelse{\equal{}{#1}}{}{#1=}#2}
|
7050
|
62 |
\newcommand{\FROM}[1]{\FROMNAME~#1}
|
|
63 |
\newcommand{\WITH}[1]{\WITHNAME~#1}
|
|
64 |
\newcommand{\FIX}[1]{\FIXNAME~#1}
|
|
65 |
\newcommand{\ASSUME}[2]{\ASSUMENAME\I@optname{#1}~#2}
|
|
66 |
\newcommand{\PRESUME}[2]{\PRESUMENAME\I@optname{#1}~#2}
|
7138
|
67 |
\newcommand{\THEN}{\isarkeyword{then}}
|
|
68 |
\newcommand{\BG}{\{\{}
|
|
69 |
\newcommand{\EN}{\}\}}
|
|
70 |
\newcommand{\HAVE}[2]{\isarkeyword{have}\I@optname{#1}~#2}
|
|
71 |
\newcommand{\SHOW}[2]{\isarkeyword{show}\I@optname{#1}~#2}
|
|
72 |
\newcommand{\HENCE}[2]{\isarkeyword{hence}\I@optname{#1}~#2}
|
|
73 |
\newcommand{\THUS}[2]{\isarkeyword{thus}\I@optname{#1}~#2}
|
7050
|
74 |
\newcommand{\LEMMA}[2]{\LEMMANAME\I@optname{#1}~#2}
|
|
75 |
\newcommand{\THEOREM}[2]{\THEOREMNAME\I@optname{#1}~#2}
|
|
76 |
\newcommand{\PROOF}[1]{\PROOFNAME\I@optmeth{#1}}
|
|
77 |
\newcommand{\PPROOF}[1]{\PPROOFNAME\I@optmeth{#1}}
|
|
78 |
\newcommand{\QED}[1]{\QEDNAME\I@optmeth{#1}}
|
|
79 |
\newcommand{\BY}[1]{\BYNAME\I@optmeth{#1}}
|
7173
|
80 |
\newcommand{\BYY}[2]{\BYNAME\I@optmeth{#1}\I@optmeth{#2}}
|
7138
|
81 |
\newcommand{\DOT}{\isarkeyword{.}}
|
|
82 |
\newcommand{\DDOT}{\isarkeyword{.\,.}}
|
7050
|
83 |
\newcommand{\DDDOT}{\dots}
|
|
84 |
\newcommand{\IS}[1]{(\ISNAME~#1)}
|
|
85 |
\newcommand{\LET}[1]{\LETNAME~#1}
|
|
86 |
\newcommand{\LETT}[1]{\LETNAME~#1\dt\;}
|
|
87 |
\newcommand{\DEF}[2]{\DEFNAME\I@optname{#1}~#2}
|
|
88 |
\newcommand{\SUFF}[1]{\SUFFNAME~#1}
|
|
89 |
\newcommand{\ATT}[1]{\ap [#1]}
|
|
90 |
\newcommand{\CMT}[1]{\CMTNAME~\text{#1}}
|
7138
|
91 |
\newcommand{\ALSO}{\isarkeyword{also}}
|
|
92 |
\newcommand{\FINALLY}{\isarkeyword{finally}}
|