author | haftmann |
Thu, 03 Dec 2015 15:33:01 +0100 | |
changeset 61781 | e1e6bb36b27a |
parent 61671 | 20d4cd2ceab2 |
child 73746 | b2d47981c8dc |
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 |
|
60459 | 16 |
\newcommand{\isasymIF}{\isakeyword{if}} |
55143
04448228381d
explicit eigen-context for attributes "where", "of", and corresponding read_instantiate, instantiate_tac;
wenzelm
parents:
51657
diff
changeset
|
17 |
\newcommand{\isasymFOR}{\isakeyword{for}} |
26755 | 18 |
\newcommand{\isasymAND}{\isakeyword{and}} |
19 |
\newcommand{\isasymIS}{\isakeyword{is}} |
|
20 |
\newcommand{\isasymWHERE}{\isakeyword{where}} |
|
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}} |