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 af211be commit 89d15d9Copy full SHA for 89d15d9
specification/dart.sty
@@ -199,11 +199,11 @@
199
200
% Mark a compile-time error in the margin.
201
\newcommand{\Error}[1]{%
202
- \leavevmode\marginpar{\ensuremath{\ominus}}{#1}}
+ \leavevmode\marginpar{\ensuremath{\textcolor{red}{\ominus}}}{#1}}
203
204
% Mark a dynamic error in the margin.
205
\newcommand{\DynamicError}[1]{%
206
- \leavevmode\marginpar{\Lightning}{#1}}
+ \leavevmode\marginpar{\textcolor{red}{\Lightning}}{#1}}
207
208
% Used to specify comma separated lists of similar symbols.
209
\newcommand{\List}[3]{\ensuremath{{#1}_{#2},\,\ldots,\ {#1}_{#3}}}
0 commit comments