diff options
| author | Vitalie Spinu <spinuvit@gmail.com> | 2022-08-28 22:47:54 +0200 |
|---|---|---|
| committer | Vitalie Spinu <spinuvit@gmail.com> | 2022-08-28 22:47:54 +0200 |
| commit | ac3eb053d3b576fcdd192b0ac6ad5090ea3a7079 (patch) | |
| tree | 67e090c9a05578cd85ef2655caeb8aeaf832a523 | |
| parent | 590d9f09f8ad9aab747b97f077396a2035dcf50f (diff) | |
| parent | ac3a4e739fa960c5f3762e458ce2bda2ac92ca8c (diff) | |
Merge branch 'externals/math-symbol-lists' into math-symbol-list-masterexternals/math-symbol-lists
| -rw-r--r-- | math-symbol-lists.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/math-symbol-lists.el b/math-symbol-lists.el index 1ec67a1..4f247ee 100644 --- a/math-symbol-lists.el +++ b/math-symbol-lists.el @@ -3156,6 +3156,11 @@ AucTeX/latex.el, but it doesn't include AMS symbols. See also ("mathunder" "\\underbrace" 9183 "⏟") ("mathunder" "\\underbracket" 9141 "⎵") ("mathunder" "\\underparen" 9181 "⏝")) + ;; FIXME: Describe the expected shape of the contents (i.e. a list of + ;; 4-tuples, but I'm not sure what those 4 elements mean: + ;; - why is the first a string rather than a symbol? + ;; - What's the difference between the 3rd and the 4th (other than: one is + ;; a char and the other is a single-char string)? "Extended list of mathematical symbols. Each element is a list of the form (CLASS COMMAND UNICODE SYMBOL) where COMMAND is a latex command, UNICODE is the unicode entry |
