org-entities: Treat ¶ similarly to §

* lisp/org-entities.el: Treat pilcrows / paragraph symbols similarly to
section symbols (§), move them next to each other and add a \P entity.
This commit is contained in:
TEC 2023-03-23 00:38:18 +08:00
parent bc91d8e72b
commit 798fb3aaa9
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 2 additions and 1 deletions

View File

@ -274,6 +274,8 @@ packages to be loaded, add these packages to `org-latex-packages-alist'."
("brvbar" "\\textbrokenbar{}" nil "¦" "|" "¦" "¦")
("S" "\\S" nil "§" "section" "§" "§")
("sect" "\\S" nil "§" "section" "§" "§")
("P" "\\P{}" nil "¶" "paragraph" "" "")
("para" "\\P{}" nil "¶" "paragraph" "" "")
("amp" "\\&" nil "&" "&" "&" "&")
("lt" "\\textless{}" nil "&lt;" "<" "<" "<")
("gt" "\\textgreater{}" nil "&gt;" ">" ">" ">")
@ -489,7 +491,6 @@ packages to be loaded, add these packages to `org-latex-packages-alist'."
("checkmark" "\\checkmark" t "&check;" "[checkmark]" "[checkmark]" "")
"** Miscellaneous (seldom used)"
("para" "\\P{}" nil "&para;" "[pilcrow]" "" "")
("ordf" "\\textordfeminine{}" nil "&ordf;" "_a_" "ª" "ª")
("ordm" "\\textordmasculine{}" nil "&ordm;" "_o_" "º" "º")
("cedil" "\\c{}" nil "&cedil;" "[cedilla]" "¸" "¸")