We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76802a5 commit 35d53c6Copy full SHA for 35d53c6
specification/dart.sty
@@ -200,11 +200,11 @@
200
201
% Mark a compile-time error in the margin.
202
\newcommand{\Error}[1]{%
203
- \leavevmode\marginpar{\ensuremath{\ominus}}{#1}}
+ \leavevmode\marginpar{\ensuremath{\textcolor{red}{\ominus}}}{#1}}
204
205
% Mark a dynamic error in the margin.
206
\newcommand{\DynamicError}[1]{%
207
- \leavevmode\marginpar{\Lightning}{#1}}
+ \leavevmode\marginpar{\textcolor{red}{\Lightning}}{#1}}
208
209
% Used to specify comma separated lists of similar symbols.
210
\newcommand{\List}[3]{\ensuremath{{#1}_{#2},\,\ldots,\ {#1}_{#3}}}
0 commit comments