| author | wenzelm | 
| Sat, 10 Jan 2015 20:28:53 +0100 | |
| changeset 59343 | 43281cd62cb0 | 
| parent 59003 | 16d92d37a8a1 | 
| child 59346 | f25442e194bf | 
| permissions | -rw-r--r-- | 
| 7050 | 1  | 
\usepackage{ifthen}
 | 
2  | 
||
| 26745 | 3  | 
\newcommand{\indexdef}[3]%
 | 
4  | 
{\ifthenelse{\equal{}{#1}}{\index{#3 (#2)|bold}}{\index{#3 (#1\ #2)|bold}}}
 | 
|
5  | 
\newcommand{\indexref}[3]{\ifthenelse{\equal{}{#1}}{\index{#3 (#2)}}{\index{#3 (#1\ #2)}}}
 | 
|
| 7138 | 6  | 
|
| 59343 | 7  | 
\newcommand{\isasystem}[1]{{\def\isacharminus{-}\def\isacharunderscore{\_}\isadigitreset\tt #1}}
 | 
8  | 
\newcommand{\isatool}[1]{{\def\isacharminus{-}\def\isacharunderscore{\_}\isadigitreset\tt isabelle #1}}
 | 
|
| 28214 | 9  | 
|
| 26745 | 10  | 
\newcommand{\indexoutertoken}[1]{\indexdef{}{syntax}{#1}}
 | 
11  | 
\newcommand{\indexouternonterm}[1]{\indexdef{}{syntax}{#1}}
 | 
|
12  | 
\newcommand{\indexisarelem}[1]{\indexdef{}{element}{#1}}
 | 
|
| 7170 | 13  | 
|
| 
55143
 
04448228381d
explicit eigen-context for attributes "where", "of", and corresponding read_instantiate, instantiate_tac;
 
wenzelm 
parents: 
51657 
diff
changeset
 | 
14  | 
\newcommand{\isasymFOR}{\isakeyword{for}}
 | 
| 26755 | 15  | 
\newcommand{\isasymAND}{\isakeyword{and}}
 | 
16  | 
\newcommand{\isasymIS}{\isakeyword{is}}
 | 
|
17  | 
\newcommand{\isasymWHERE}{\isakeyword{where}}
 | 
|
| 
59003
 
16d92d37a8a1
documentation stubs about permanent_interpretation
 
haftmann 
parents: 
58716 
diff
changeset
 | 
18  | 
\newcommand{\isasymDEFINING}{\isakeyword{defining}}
 | 
| 26769 | 19  | 
\newcommand{\isasymBEGIN}{\isakeyword{begin}}
 | 
20  | 
\newcommand{\isasymIMPORTS}{\isakeyword{imports}}
 | 
|
| 26783 | 21  | 
\newcommand{\isasymIN}{\isakeyword{in}}
 | 
| 29727 | 22  | 
\newcommand{\isasymFIXES}{\isakeyword{fixes}}
 | 
23  | 
\newcommand{\isasymASSUMES}{\isakeyword{assumes}}
 | 
|
24  | 
\newcommand{\isasymSHOWS}{\isakeyword{shows}}
 | 
|
25  | 
\newcommand{\isasymOBTAINS}{\isakeyword{obtains}}
 | 
|
26  | 
||
27  | 
\newcommand{\isasymASSM}{\isacommand{assm}}
 |