[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master 3eea8b2 15/29: Clarify docs of math-symbol-list-packages
From: |
Vitalie Spinu |
Subject: |
[elpa] master 3eea8b2 15/29: Clarify docs of math-symbol-list-packages |
Date: |
Tue, 7 May 2019 13:18:03 -0400 (EDT) |
branch: master
commit 3eea8b2eaa89c53915d0ef2c70a0201688d6d2e3
Author: Vitalie Spinu <address@hidden>
Commit: Vitalie Spinu <address@hidden>
Clarify docs of math-symbol-list-packages
---
math-symbol-lists.el | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/math-symbol-lists.el b/math-symbol-lists.el
index 281f6e9..4c2f961 100644
--- a/math-symbol-lists.el
+++ b/math-symbol-lists.el
@@ -3559,7 +3559,17 @@ differently in unicode-math standard.")
("wrisym" "mathrel" "\\NestedGreaterGreater" 10914 "⪢")
("wrisym" "mathunder" "\\underparen" 9181 "⏝"))
"Mathematical symbols from various LaTeX packages.
-Each element is of the form (package class command unicode
-symbol). Package 'literal' corresponds to core (La)TeX.")
+Each element is of the form
+
+ (package class command unicode symbol conflict)
+
+CONFLICT is a Boolean that indicates that this command conflicts
+or generates different symbol from math-unicode package. Thus the
+generated LaTeX symbol might be different from 5th
+element (symbol) in the list above. See LUCR reference [1] for
+more details. Package 'literal' corresponds to core (La)TeX.
+
+ [1] http://milde.users.sourceforge.net/LUCR/Math/
+")
(provide 'math-symbol-lists)
- [elpa] master b540f67 18/29: Add known consumers of this package, (continued)
- [elpa] master b540f67 18/29: Add known consumers of this package, Vitalie Spinu, 2019/05/07
- [elpa] master 7517661 19/29: Docs, Vitalie Spinu, 2019/05/07
- [elpa] master 1af8fdc 21/29: Version 1.2, Vitalie Spinu, 2019/05/07
- [elpa] master 4999869 24/29: Version 1.2.1, Vitalie Spinu, 2019/05/07
- [elpa] master e15ec26 22/29: Add PILCROW symbol, Vitalie Spinu, 2019/05/07
- [elpa] master 5804a3e 28/29: [math-symbol-lists] Merge commit 'dbf4a6d26', Vitalie Spinu, 2019/05/07
- [elpa] master dbf4a6d 23/29: Fix checkdoc, Vitalie Spinu, 2019/05/07
- [elpa] master 5631998 08/29: Add "left" to math-symbol-list-latex-commands, Vitalie Spinu, 2019/05/07
- [elpa] master 0f96612 04/29: Add autoloads, Vitalie Spinu, 2019/05/07
- [elpa] master 216b009 09/29: Add .dir-locals and update .gitignore, Vitalie Spinu, 2019/05/07
- [elpa] master 3eea8b2 15/29: Clarify docs of math-symbol-list-packages,
Vitalie Spinu <=
- [elpa] master 9b47ab5 13/29: Add build utilities to the repo, Vitalie Spinu, 2019/05/07
- [elpa] master 6d2ba0a 20/29: [Fix #5] Add subscript and superscripts lists, Vitalie Spinu, 2019/05/07
- [elpa] master 894a486 29/29: [math-symbol-lists] Merge from upstream, Vitalie Spinu, 2019/05/07
- [elpa] master a4bc5cf 25/29: Add copyright and license, Vitalie Spinu, 2019/05/07
- [elpa] master f5eea51 27/29: Document variables, Vitalie Spinu, 2019/05/07
- [elpa] master 5bf2a05 17/29: Add W3C source, Vitalie Spinu, 2019/05/07
- [elpa] master b5d6673 02/29: Add symbols, Vitalie Spinu, 2019/05/07
- [elpa] master 3715961 16/29: Update readme, Vitalie Spinu, 2019/05/07
- [elpa] master 335bbf8 14/29: Fix inconsistent formatting of the base list, Vitalie Spinu, 2019/05/07
- [elpa] master abe59e0 26/29: Mark as simple package, Vitalie Spinu, 2019/05/07