Skip to content

Commit 6979461

Browse files
committed
Rebase
1 parent 76a9381 commit 6979461

File tree

2 files changed

+877
-775
lines changed

2 files changed

+877
-775
lines changed

specification/dart.sty

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,11 @@
177177

178178
% Same appearance, but not adding an entry to the index.
179179
\newcommand{\NoIndex}[1]{%
180-
\leavevmode\marginpar{\quad\ensuremath{\diamond}}\emph{#1}}
180+
\leavevmode\marginpar{\ensuremath{\diamond}}\emph{#1}}
181+
182+
% Mark a compile-time error in the margin.
183+
\newcommand{\Error}[1]{%
184+
\leavevmode\marginpar{\ensuremath{\ominus}}{#1}}
181185

182186
% Used to specify comma separated lists of similar symbols.
183187
\newcommand{\List}[3]{\ensuremath{{#1}_{#2},\,\ldots,\ {#1}_{#3}}}

0 commit comments

Comments
 (0)