author | haftmann |
Sun, 15 Feb 2015 17:01:22 +0100 | |
changeset 59548 | d9304532c7ab |
parent 59346 | f25442e194bf |
child 60459 | 2761a2249c83 |
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 |
|
59346 | 7 |
\newcommand{\isadigitreset}{\def\isadigit##1{##1}} |
8 |
||
59343 | 9 |
\newcommand{\isasystem}[1]{{\def\isacharminus{-}\def\isacharunderscore{\_}\isadigitreset\tt #1}} |
10 |
\newcommand{\isatool}[1]{{\def\isacharminus{-}\def\isacharunderscore{\_}\isadigitreset\tt isabelle #1}} |
|
28214 | 11 |
|
26745 | 12 |
\newcommand{\indexoutertoken}[1]{\indexdef{}{syntax}{#1}} |
13 |
\newcommand{\indexouternonterm}[1]{\indexdef{}{syntax}{#1}} |
|
14 |
\newcommand{\indexisarelem}[1]{\indexdef{}{element}{#1}} |
|
7170 | 15 |
|
55143
04448228381d
explicit eigen-context for attributes "where", "of", and corresponding read_instantiate, instantiate_tac;
wenzelm
parents:
51657
diff
changeset
|
16 |
\newcommand{\isasymFOR}{\isakeyword{for}} |
26755 | 17 |
\newcommand{\isasymAND}{\isakeyword{and}} |
18 |
\newcommand{\isasymIS}{\isakeyword{is}} |
|
19 |
\newcommand{\isasymWHERE}{\isakeyword{where}} |
|
59003
16d92d37a8a1
documentation stubs about permanent_interpretation
haftmann
parents:
58716
diff
changeset
|
20 |
\newcommand{\isasymDEFINING}{\isakeyword{defining}} |
26769 | 21 |
\newcommand{\isasymBEGIN}{\isakeyword{begin}} |
22 |
\newcommand{\isasymIMPORTS}{\isakeyword{imports}} |
|
26783 | 23 |
\newcommand{\isasymIN}{\isakeyword{in}} |
29727 | 24 |
\newcommand{\isasymFIXES}{\isakeyword{fixes}} |
25 |
\newcommand{\isasymASSUMES}{\isakeyword{assumes}} |
|
26 |
\newcommand{\isasymSHOWS}{\isakeyword{shows}} |
|
27 |
\newcommand{\isasymOBTAINS}{\isakeyword{obtains}} |
|
28 |
||
29 |
\newcommand{\isasymASSM}{\isacommand{assm}} |