comparison leim/quail/latin-ltx.el @ 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 23a17af379b1
children b94a4bf1aca6
comparison
equal deleted inserted replaced
66465:9a896c723ab2 66466:e42fadc4969b
297 ("\\'W" ?Ẃ) 297 ("\\'W" ?Ẃ)
298 ("\\'k" ?ḱ) 298 ("\\'k" ?ḱ)
299 ("\\'m" ?ḿ) 299 ("\\'m" ?ḿ)
300 ("\\'p" ?ṕ) 300 ("\\'p" ?ṕ)
301 ("\\'w" ?ẃ) 301 ("\\'w" ?ẃ)
302 ("\\," ? ) 302 ("\\," ? )
303 ("\\." ?̇) 303 ("\\." ?̇)
304 ("\\.B" ?Ḃ) 304 ("\\.B" ?Ḃ)
305 ("\\.D" ?Ḋ) 305 ("\\.D" ?Ḋ)
306 ("\\.F" ?Ḟ) 306 ("\\.F" ?Ḟ)
307 ("\\.H" ?Ḣ) 307 ("\\.H" ?Ḣ)
958 ("\\grqq" ?“) ("\\\"'" ?“) 958 ("\\grqq" ?“) ("\\\"'" ?“)
959 ("\\flq" ?‹) 959 ("\\flq" ?‹)
960 ("\\frq" ?›) 960 ("\\frq" ?›)
961 ("\\flqq" ?\«) ("\\\"<" ?\«) 961 ("\\flqq" ?\«) ("\\\"<" ?\«)
962 ("\\frqq" ?\») ("\\\">" ?\») 962 ("\\frqq" ?\») ("\\\">" ?\»)
963
964 ("\\-" ?­) ;; soft hyphen
965
966 ("\\textmu" ?µ)
967 ("\\textfractionsolidus" ?⁄)
968 ("\\textbigcircle" ?⃝)
969 ("\\textmusicalnote" ?♪)
970 ("\\textdied" ?✝)
971 ("\\textcolonmonetary" ?₡)
972 ("\\textwon" ?₩)
973 ("\\textnaira" ?₦)
974 ("\\textpeso" ?₱)
975 ("\\textlira" ?₤)
976 ("\\textrecipe" ?℞)
977 ("\\textinterrobang" ?‽)
978 ("\\textpertenthousand" ?‱)
979 ("\\textbaht" ?฿)
980 ("\\textnumero" ?№)
981 ("\\textdiscount" ?⁒)
982 ("\\textestimated" ?℮)
983 ("\\textopenbullet" ?◦)
984 ("\\textlquill" ?⁅)
985 ("\\textrquill" ?⁆)
986 ("\\textcircledP" ?℗)
987 ("\\textreferencemark" ?※)
963 ) 988 )
964 989
965 ;; arch-tag: 3daae613-2c53-446e-a0a1-ee2e1ebed15f 990 ;; arch-tag: 3daae613-2c53-446e-a0a1-ee2e1ebed15f
966 ;;; latin-ltx.el ends here 991 ;;; latin-ltx.el ends here