(chise-tex-accent-macro-alist): Add setting for <COMBINING DOUBLE
authorMORIOKA Tomohiko <tomo.git@chise.org>
Thu, 5 Feb 2009 04:05:45 +0000 (04:05 +0000)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Thu, 5 Feb 2009 04:05:45 +0000 (04:05 +0000)
ACUTE ACCENT> and <COMBINING OGONEK>.
(chise-tex-encode-ucs-char-at-point): Add setting for U+00F8 and
U+0142.

elisp/chise-tex.el

index a56484b..a1d275b 100644 (file)
     (?\u0307 . ".") ; <COMBINING DOT ABOVE>
     (?\u0308 . "\"") ; <COMBINING DIAERESIS>
     (?\u0309 . "Hook")
+    (?\u030B . "H") ; <COMBINING DOUBLE ACUTE ACCENT>
     (?\u030C . "v") ; <COMBINING CARON>
     (?\u0323 . "d") ; <COMBINING DOT BELOW>
     (?\u0327 . "c") ; <COMBINING CEDILLA>
+    (?\u0328 . "k") ; <COMBINING OGONEK>
     (?\u032E . "ubreve")
     (?\u0331 . "umacron")
     ))
       (delete-char)
       (insert "$^3$")
       t)
+     ((eq chr ?\u00F8)
+      (delete-char)
+      (insert "\\o{}")
+      t)
      ((eq chr ?\u0111)
       (delete-char)
       (insert "{\\usefont{T1}{pxr}{m}{n}\\dj}")
       t)
+     ((eq chr ?\u0142)
+      (delete-char)
+      (insert "\\l{}")
+      t)
      ((eq chr ?\u014B)
       (delete-char)
       (insert "{\\usefont{T1}{pxr}{m}{n}\\ng}")