We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced3050 commit 7e6cd3dCopy full SHA for 7e6cd3d
specification/dart.sty
@@ -194,11 +194,11 @@
194
195
% Mark a compile-time error in the margin.
196
\newcommand{\Error}[1]{%
197
- \leavevmode\marginpar{\ensuremath{\ominus}}{#1}}
+ \leavevmode\marginpar{\ensuremath{\textcolor{red}{\ominus}}}{#1}}
198
199
% Mark a dynamic error in the margin.
200
\newcommand{\DynamicError}[1]{%
201
- \leavevmode\marginpar{\Lightning}{#1}}
+ \leavevmode\marginpar{\textcolor{red}{\Lightning}}{#1}}
202
203
% Used to specify comma separated lists of similar symbols.
204
\newcommand{\List}[3]{\ensuremath{{#1}_{#2},\,\ldots,\ {#1}_{#3}}}
0 commit comments