Skip to content

Commit 7e6cd3d

Browse files
committed
Changed the error margin markers to use red text
1 parent ced3050 commit 7e6cd3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/dart.sty

+2-2
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,11 @@
194194

195195
% Mark a compile-time error in the margin.
196196
\newcommand{\Error}[1]{%
197-
\leavevmode\marginpar{\ensuremath{\ominus}}{#1}}
197+
\leavevmode\marginpar{\ensuremath{\textcolor{red}{\ominus}}}{#1}}
198198

199199
% Mark a dynamic error in the margin.
200200
\newcommand{\DynamicError}[1]{%
201-
\leavevmode\marginpar{\Lightning}{#1}}
201+
\leavevmode\marginpar{\textcolor{red}{\Lightning}}{#1}}
202202

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

0 commit comments

Comments
 (0)