projects
/
chise
/
uptex-chise.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edd0344
)
(chise-tex-encode-ucs-char-at-point): Encode <SUPERSCRIPT FIVE> as
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Fri, 28 Aug 2009 20:57:11 +0000
(20:57 +0000)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Fri, 28 Aug 2009 20:57:11 +0000
(20:57 +0000)
"$^5$".
elisp/chise-tex.el
patch
|
blob
|
history
diff --git
a/elisp/chise-tex.el
b/elisp/chise-tex.el
index
da16d28
..
5527325
100644
(file)
--- a/
elisp/chise-tex.el
+++ b/
elisp/chise-tex.el
@@
-192,6
+192,10
@@
(delete-char)
(insert "\\textbullet{}")
t)
+ ((eq chr ?\u2075)
+ (delete-char)
+ (insert "$^5$")
+ t)
((eq chr ?\u2080)
(delete-char)
(insert "$_0$")