7050
|
1 |
|
|
2 |
%% $Id$
|
|
3 |
|
|
4 |
\usepackage{ifthen}
|
|
5 |
|
26745
|
6 |
\newcommand{\indexdef}[3]%
|
|
7 |
{\ifthenelse{\equal{}{#1}}{\index{#3 (#2)|bold}}{\index{#3 (#1\ #2)|bold}}}
|
|
8 |
\newcommand{\indexref}[3]{\ifthenelse{\equal{}{#1}}{\index{#3 (#2)}}{\index{#3 (#1\ #2)}}}
|
7138
|
9 |
|
28214
|
10 |
\newcommand{\isatt}[1]{{\def\isacharminus{-}\def\isacharunderscore{\_}\tt #1}}
|
|
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 |
|
26755
|
16 |
\newcommand{\isasymAND}{\isakeyword{and}}
|
|
17 |
\newcommand{\isasymIS}{\isakeyword{is}}
|
|
18 |
\newcommand{\isasymWHERE}{\isakeyword{where}}
|
26769
|
19 |
\newcommand{\isasymBEGIN}{\isakeyword{begin}}
|
|
20 |
\newcommand{\isasymIMPORTS}{\isakeyword{imports}}
|
26783
|
21 |
\newcommand{\isasymIN}{\isakeyword{in}}
|
|
22 |
\newcommand{\isasymSTRUCTURE}{\isakeyword{structure}}
|
26755
|
23 |
|
7138
|
24 |
\newcommand{\isartrans}[2]{#1 \mathbin{\,\to\,} #2}
|
|
25 |
\newcommand{\isarkeep}[1]{#1 \mathbin{\,\to\,} #1}
|
10335
|
26 |
\newcommand{\isarantiq}{antiquotation}
|
7170
|
27 |
\newcommand{\isarmeth}{method}
|
|
28 |
\newcommand{\isaratt}{attribute}
|