Add some LaTeX <--> LyXText conversions.

A lot more of this needs to be done.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25081 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-06-02 19:47:18 +00:00
parent a97fbaa685
commit e41875173f

View File

@ -767,7 +767,12 @@ def revert_wrapfig_options(document):
replacements = [
[r'\\\"a', u'ä'],
[r'\\\"o', u'ö'],
[r'\\\"u', u'ü']
[r'\\\"u', u'ü'],
[r'\\\'a', u'á'],
[r'\\\'e', u'é'],
[r'\\\'i', u'í'],
[r'\\\'o', u'ó'],
[r'\\\'u', u'ú']
]
def convert_latexcommand_index(document):