Browse Source

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
Atlas48 4 years ago
parent
commit
bfc3d18b04
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lisp/org-entities.el

+ 2 - 0
lisp/org-entities.el

@@ -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" "Ï" "Ï")