Scribble: add some macron accents for Latex

Merge to v5.3.1
(cherry picked from commit de9ccea7f1)
This commit is contained in:
Matthew Flatt 2012-10-10 06:49:01 -06:00 committed by Ryan Culpepper
parent ffc6dd5e83
commit 7c6b0f4aa3

View File

@ -964,6 +964,16 @@
[(#\Ô) "\\^{O}"]
[(#\û) "\\^{u}"]
[(#\Û) "\\^{U}"]
[(#\ā) "\\={a}"]
[(#\ē) "\\={e}"]
[(#\ī) "\\={i}"]
[(#\ō) "\\={o}"]
[(#\ū) "\\={u}"]
[(#\Ā) "\\={A}"]
[(#\Ē) "\\={E}"]
[(#\Ī) "\\={I}"]
[(#\Ō) "\\={O}"]
[(#\Ū) "\\={U}"]
[(#\ä) "\\\"a"]
[(#\Ä) "\\\"A"]
[(#\ü) "\\\"u"]