Skip to content

Commit

Permalink
Fixed TeX munge outputs of NegInf (extreal)
Browse files Browse the repository at this point in the history
  • Loading branch information
binghe committed Mar 19, 2024
1 parent 013d8b5 commit bbe6e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/real/extreal_baseScript.sml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ val _ = Unicode.unicode_version {u = UTF8.chr 0x2212 ^ UTF8.chr 0x221E,
val _ = TeX_notation {hol = "+" ^ UTF8.chr 0x221E,
TeX = ("\\ensuremath{+\\infty}", 1)};

val _ = TeX_notation {hol = "-" ^ UTF8.chr 0x221E,
val _ = TeX_notation {hol = UTF8.chr 0x2212 ^ UTF8.chr 0x221E,
TeX = ("\\ensuremath{-\\infty}", 1)};

Definition extreal_of_num_def :
Expand Down

0 comments on commit bbe6e63

Please sign in to comment.