File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 173
173
\newcommand {\id }{\metavar {id}}
174
174
\newcommand {\op }{\metavar {op}}
175
175
176
+ % Used in margin to indicate that a term is being defined here.
177
+ \newcommand {\IndexMarker }{\ensuremath {^\vartriangle }}
178
+
176
179
% Used for defining occurrence of phrase, with customized index entry.
177
180
\newcommand {\IndexCustom }[2]{%
178
- \leavevmode \marginpar {\ensuremath { \vartriangle } }\emph {#1 }\index {#2}}
181
+ \leavevmode \marginpar {\IndexMarker }\emph {#1 }\index {#2}}
179
182
180
183
% Used for the defining occurrence of a local symbol.
181
184
\newcommand {\DefineSymbol }[1]{%
196
199
197
200
% Same appearance, but not adding an entry to the index.
198
201
\newcommand {\NoIndex }[1]{%
199
- \leavevmode \marginpar {\ensuremath { \vartriangle } }\emph {#1 }}
202
+ \leavevmode \marginpar {\IndexMarker }\emph {#1 }}
200
203
201
204
% Mark a compile-time error in the margin.
202
205
\newcommand {\Error }[1]{%
Original file line number Diff line number Diff line change @@ -848,11 +848,11 @@ \section{Notation}
848
848
\LMHash{}%
849
849
The document contains an index at the end.
850
850
Each entry in the index refers to a page number, $p$.
851
- On page $p$ there is a `$\diamond$ ' in the margin
851
+ On page $p$ there is a `\IndexMarker{} ' in the margin
852
852
at the definition of the given indexed phrase,
853
853
and the phrase itself is shown using \emph{this typeface}.
854
854
We have hereby introduced the
855
- \Index{index marker $\diamond$ }
855
+ \Index{index marker \IndexMarker{} }
856
856
itself.
857
857
858
858
\LMHash{}%
You can’t perform that action at this time.
0 commit comments