more latex accented characters

svn: r15711

original commit: 5ff1429b6dacc3b6527efd26c653f4f95860d163
This commit is contained in:
Matthew Flatt 2009-08-12 18:58:49 +00:00
parent 8991d41568
commit 61608f848b

View File

@ -745,13 +745,22 @@
[(#\☻) "$\\blacksmiley$"]
[(#\☹) "$\\frownie$"]
[(#\à) "\\`{a}"]
[(#\À) "\\`{A}"]
[(#\á) "\\'{a}"]
[(#\Á) "\\'{A}"]
[(#\è) "\\`{e}"]
[(#\È) "\\`{E}"]
[(#\é) "\\'{e}"]
[(#\É) "\\'{E}"]
[(#\ä) "\\\"a"]
[(#\Ä) "\\\"A"]
[(#\ü) "\\\"u"]
[(#\Ü) "\\\"U"]
[(#\ö) "\\\"o"]
[(#\uA7) "\\S"]
[(#\Ö) "\\\"O"]
[(#\ø) "{\\o}"]
[(#\Ø) "{\\O}"]
[(#\uA7) "{\\S}"]
[else c])
c)])))
(loop (add1 i)))))))