You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mathics_scanner/data/named-characters.yml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
# specific numeric precidence value.
26
26
#
27
27
# unicode-equivalent: A unicode equivalent for the named-character, if it
28
-
# exists.
28
+
# exists. If it is the same as "ascii", please omit.
29
29
#
30
30
# unicode-equivalent-name: The name of the unicode equivalent, if it exists.
31
31
# The Python module unicodedata contains a list of
@@ -34,7 +34,7 @@
34
34
#
35
35
# wl-unicode: The unicode code point used by Mathics internally to represent
36
36
# the named character. If it is the same as unicode-equivalent
37
-
# it can be omitted
37
+
# it should be omitted
38
38
#
39
39
# wl-unicode-name: The name of the character corresponding to `wl-unicode`, if it exists. If it is the same as unicode-equivalent-name it can be omitted.
40
40
# It will mentioned in Wolfram Language docs if it exists.
@@ -2732,15 +2732,15 @@ ExponentialE:
2732
2732
2733
2733
# See also Not
2734
2734
Factorial:
2735
+
amslatex: "{!}"# Probably not right and doesn't handle thin space properly
0 commit comments