lisp/org-entities.el (org-entities): Add the Turkic dotted and dotless 'i'

* lisp/org-entities.el (org-entities): Add the Turkic dotted and
dotless 'i'.

TINYCHANGE
This commit is contained in:
Atlas48 2021-05-05 19:37:43 +01:00 committed by Bastien
parent bee8e3adf8
commit bfc3d18b04
1 changed files with 2 additions and 0 deletions

View File

@ -114,6 +114,8 @@ packages to be loaded, add these packages to `org-latex-packages-alist'."
("igrave" "\\`{i}" nil "ì" "i" "ì" "ì")
("Iacute" "\\'{I}" nil "Í" "I" "Í" "Í")
("iacute" "\\'{i}" nil "í" "i" "í" "í")
("Idot" "\\.{I}" nil "&idot;" "I" "İ" "İ")
("inodot" "\\i" nil "ı" "i" "ı" "ı")
("Icirc" "\\^{I}" nil "Î" "I" "Î" "Î")
("icirc" "\\^{i}" nil "î" "i" "î" "î")
("Iuml" "\\\"{I}" nil "Ï" "I" "Ï" "Ï")