branch: master
commit e15ec26a010b4f38111bc150c51ecb1a319f6bdb
Author: Vitalie Spinu <[email protected]>
Commit: Vitalie Spinu <[email protected]>

    Add PILCROW symbol
---
 math-symbol-lists.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/math-symbol-lists.el b/math-symbol-lists.el
index 38bf901..84d9a40 100644
--- a/math-symbol-lists.el
+++ b/math-symbol-lists.el
@@ -393,7 +393,11 @@
     ("rel" "\\owns" 8715 "∋")
     ("rel" "\\ne" 8800 "≠")
     ("rel" "\\le" 8804 "≤")
-    ("rel" "\\ge" 8805 "≥"))
+    ("rel" "\\ge" 8805 "≥")
+    ;; manually added
+    ("misc" "\\P" 182 "¶")
+    ("misc" "\\textpilcrow" 182 "¶")
+    )
   "List of basic LaTeX mathematical symbols.
 This list maps standard LaTeX math commands to unicode
 characters. For some symbols in this list the unicode code is

Reply via email to