Skip to content

Commit

Permalink
formalism: Use colorful not equal operator
Browse files Browse the repository at this point in the history
  • Loading branch information
mirryi committed Oct 9, 2023
1 parent f6612ac commit 5c501dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formalism/symbols/types.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

% equality
\newcommand{\equal}[2]{\ensuremath{#1 = #2}}
\newcommand{\notEqual}[2]{\ensuremath{#1 \neq #2}}
\newcommand{\notEqual}[2]{\ensuremath{\goodcolor{\colorFailSideJudge}{#1 \neq #2}}}

% consistency
\newcommand{\consistentRel}{\ensuremath{\sim}}
Expand Down

0 comments on commit 5c501dd

Please sign in to comment.