author | boehmes |
Mon, 29 Dec 2014 22:14:13 +0100 | |
changeset 59215 | 35c13f4995b1 |
parent 59003 | 16d92d37a8a1 |
child 59343 | 43281cd62cb0 |
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 |
|
58716
23a380cc45f4
official support for "tt" style variants, avoid fragile \verb in LaTeX;
wenzelm
parents:
55143
diff
changeset
|
7 |
\newcommand{\isasystem}[1]{{\def\isacharminus{-}\def\isacharunderscore{\_}\tt #1}} |
48602 | 8 |
\newcommand{\isatool}[1]{{\def\isacharminus{-}\def\isacharunderscore{\_}\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}} |