Skip to content

Commit 89d15d9

Browse files
committed
Changed the error margin markers to use red text
1 parent af211be commit 89d15d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/dart.sty

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,11 @@
199199

200200
% Mark a compile-time error in the margin.
201201
\newcommand{\Error}[1]{%
202-
\leavevmode\marginpar{\ensuremath{\ominus}}{#1}}
202+
\leavevmode\marginpar{\ensuremath{\textcolor{red}{\ominus}}}{#1}}
203203

204204
% Mark a dynamic error in the margin.
205205
\newcommand{\DynamicError}[1]{%
206-
\leavevmode\marginpar{\Lightning}{#1}}
206+
\leavevmode\marginpar{\textcolor{red}{\Lightning}}{#1}}
207207

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

0 commit comments

Comments
 (0)