Skip to content

Commit bbe6e63

Browse files
committed
Fixed TeX munge outputs of NegInf (extreal)
1 parent 013d8b5 commit bbe6e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/real/extreal_baseScript.sml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ val _ = Unicode.unicode_version {u = UTF8.chr 0x2212 ^ UTF8.chr 0x221E,
2828
val _ = TeX_notation {hol = "+" ^ UTF8.chr 0x221E,
2929
TeX = ("\\ensuremath{+\\infty}", 1)};
3030

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

3434
Definition extreal_of_num_def :

0 commit comments

Comments
 (0)