Mercurial > emacs
changeset 66466:e42fadc4969b
("TeX"): Change "\," mapping to U+202F (not U+2006). Add more
mappings from TeX's textcomp package.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 27 Oct 2005 01:56:01 +0000 |
parents | 9a896c723ab2 |
children | 3487cbe84763 |
files | leim/quail/latin-ltx.el |
diffstat | 1 files changed, 26 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/quail/latin-ltx.el Thu Oct 27 01:36:31 2005 +0000 +++ b/leim/quail/latin-ltx.el Thu Oct 27 01:56:01 2005 +0000 @@ -299,7 +299,7 @@ ("\\'m" ?ḿ) ("\\'p" ?ṕ) ("\\'w" ?ẃ) - ("\\," ? ) + ("\\," ? ) ("\\." ?̇) ("\\.B" ?Ḃ) ("\\.D" ?Ḋ) @@ -960,6 +960,31 @@ ("\\frq" ?›) ("\\flqq" ?\«) ("\\\"<" ?\«) ("\\frqq" ?\») ("\\\">" ?\») + + ("\\-" ?) ;; soft hyphen + + ("\\textmu" ?µ) + ("\\textfractionsolidus" ?⁄) + ("\\textbigcircle" ?⃝) + ("\\textmusicalnote" ?♪) + ("\\textdied" ?✝) + ("\\textcolonmonetary" ?₡) + ("\\textwon" ?₩) + ("\\textnaira" ?₦) + ("\\textpeso" ?₱) + ("\\textlira" ?₤) + ("\\textrecipe" ?℞) + ("\\textinterrobang" ?‽) + ("\\textpertenthousand" ?‱) + ("\\textbaht" ?฿) + ("\\textnumero" ?№) + ("\\textdiscount" ?⁒) + ("\\textestimated" ?℮) + ("\\textopenbullet" ?◦) + ("\\textlquill" ?⁅) + ("\\textrquill" ?⁆) + ("\\textcircledP" ?℗) + ("\\textreferencemark" ?※) ) ;; arch-tag: 3daae613-2c53-446e-a0a1-ee2e1ebed15f