Skip to content

Commit 66385af

Browse files
committed
WIP
1 parent 6979461 commit 66385af

File tree

2 files changed

+250
-148
lines changed

2 files changed

+250
-148
lines changed

specification/dart.sty

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156

157157
% Used for defining occurrence of phrase, with customized index entry.
158158
\newcommand{\IndexCustom}[2]{%
159-
\leavevmode\marginpar{\ensuremath{\diamond}}\emph{#1}\index{#2}}
159+
\leavevmode\marginpar{\ensuremath{_{^\vartriangle}}}\emph{#1}\index{#2}}
160160

161161
% Used for the defining occurrence of a local symbol.
162162
\newcommand{\DefineSymbol}[1]{%
@@ -177,11 +177,11 @@
177177

178178
% Same appearance, but not adding an entry to the index.
179179
\newcommand{\NoIndex}[1]{%
180-
\leavevmode\marginpar{\ensuremath{\diamond}}\emph{#1}}
180+
\leavevmode\marginpar{\ensuremath{_{^\vartriangle}}}\emph{#1}}
181181

182182
% Mark a compile-time error in the margin.
183183
\newcommand{\Error}[1]{%
184-
\leavevmode\marginpar{\ensuremath{\ominus}}{#1}}
184+
\leavevmode\marginpar{\ensuremath{_{^\ominus}}}{#1}}
185185

186186
% Used to specify comma separated lists of similar symbols.
187187
\newcommand{\List}[3]{\ensuremath{{#1}_{#2},\,\ldots,\ {#1}_{#3}}}
@@ -433,7 +433,7 @@
433433
\newcommand{\FutureValueTypeOfName}{\metavar{futureValueType}}
434434
\newcommand{\FutureValueTypeOf}[1]{\ensuremath{\FutureValueTypeOfName(\code{#1})}}
435435

436-
\newcommand{\DefEquals}[2]{\ensuremath{{#1}\stackrel{\triangle}{=}{#2}}}
436+
\newcommand{\DefEquals}[2]{\ensuremath{{#1}\stackrel{\vartriangle}{=}{#2}}}
437437

438438
% ----------------------------------------------------------------------
439439
% Support for hash valued Location Markers

0 commit comments

Comments
 (0)