|
17 | 17 | # |
18 | 18 | # amslatex: If present, the AMSLaTeX control sequence producing the |
19 | 19 | # character. AMSLaTeX symbols are a superset of normal |
20 | | -# LaTeX symbols. AMSLaTeX are only available in a |
| 20 | +# LaTeX symbols. AMSLaTeX is only available in a |
21 | 21 | # math-mode environment (inline math or display math). |
22 | 22 | # See also latex. |
23 | 23 | # |
24 | | -# ascii: If present, the ASCII equivalent. In some cases this may be |
25 | | -# more than one character. For example "->" or "===". |
| 24 | +# ascii: If present, the ASCII equivalent. In some cases, this may be |
| 25 | +# more than one character. For example, "->" or "===". |
26 | 26 | # |
27 | 27 | # esc-alias: The ESC sequence alias of the named character, if it exists. |
28 | 28 | # |
29 | 29 | # has-unicode-inverse: Whether or not this named character has a |
30 | 30 | # unicode equivalent that should replace other |
31 | | -# variants of it, e.g. named character or ascii |
| 31 | +# variants of it, e.g., named character or ASCII |
32 | 32 | # equivalent. |
33 | 33 | # |
34 | | -# is-builtin-constant: If present, a boolean whether this is a |
| 34 | +# is-builtin-constant: If present, a boolean indicating whether this is a |
35 | 35 | # Builtin Symbol as defined by WMA that acts |
36 | 36 | # like a constant (or a nullary function). |
37 | 37 | # Degree, I, Infinity, and PI are some examples |
38 | 38 | # such constants. Usually, if this field is |
39 | | -# present it will be "true"; for "false" values |
| 39 | +# present, it will be "true"; for "false" values |
40 | 40 | # (the majority), the field is omitted. |
41 | 41 | # |
42 | 42 | # |
|
56 | 56 | # Divide operator, "/" is here. But some symbols like |
57 | 57 | # "`" or "." inside a number could be considered |
58 | 58 | # either an operator or as part of a lexical symbol. |
59 | | -# "operators.yml" may contain use these symbols, while here we |
| 59 | +# "operators.yml" may contain use of these symbols, while here we |
60 | 60 | # might not (or we might). Also, from an operator |
61 | 61 | # perspective, an operator name like "Association" |
62 | 62 | # might have *two* (bracketing) symbols associated |
|
68 | 68 | # unicode-equivalent: A unicode equivalent for the named-character, if it |
69 | 69 | # exists. If it is the same as "ascii", please omit. |
70 | 70 | # |
71 | | -# unicode-equivalent-name: The name of the unicode equivalent, if it exists. |
| 71 | +# unicode-equivalent-name: The name of the Unicode equivalent, if it exists. |
72 | 72 | # The Python module unicodedata contains a list of |
73 | 73 | # unicode names that we check against. So if the character |
74 | 74 | # or unicode symbol is not in that, don't use it here. |
75 | 75 | # |
76 | 76 | # wl-reference: HTML link to the Wolfram Language & System document for character. |
77 | 77 | # |
78 | | -# wl-unicode: The unicode code point used by Mathics3 internally to represent |
79 | | -# the named character. If it is the same as unicode-equivalent |
| 78 | +# wl-unicode: The Unicode code point used by Mathics3 internally to represent |
| 79 | +# the named character. If it is the same as the Unicode equivalent, |
80 | 80 | # it should be omitted |
81 | 81 | # |
82 | 82 | # wl-unicode-name: The name of the character corresponding to `wl-unicode`, if it exists. |
83 | | -# It will mentioned in Wolfram Language docs if it exists. |
| 83 | +# It will be mentioned in Wolfram Language docs if it exists. |
84 | 84 | # |
85 | 85 | # Sources: |
86 | 86 | # https://www.compart.com/en/unicode |
|
0 commit comments