Skip to content

Commit 35d53c6

Browse files
committed
Changed the error margin markers to use red text
1 parent 76802a5 commit 35d53c6

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
@@ -200,11 +200,11 @@
200200

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

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

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

0 commit comments

Comments
 (0)