emacs-elpa-diffs
[Top][All Lists]
Advanced

[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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]