(chise-tex-encode-ucs-char-at-point): Encode <SUPERSCRIPT FIVE> as
authorMORIOKA Tomohiko <tomo.git@chise.org>
Fri, 28 Aug 2009 20:57:11 +0000 (20:57 +0000)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Fri, 28 Aug 2009 20:57:11 +0000 (20:57 +0000)
"$^5$".

elisp/chise-tex.el

index da16d28..5527325 100644 (file)
       (delete-char)
       (insert "\\textbullet{}")
       t)
+     ((eq chr ?\u2075)
+      (delete-char)
+      (insert "$^5$")
+      t)
      ((eq chr ?\u2080)
       (delete-char)
       (insert "$_0$")