branch: master
commit 3eea8b2eaa89c53915d0ef2c70a0201688d6d2e3
Author: Vitalie Spinu <[email protected]>
Commit: Vitalie Spinu <[email protected]>
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)