mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
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:
parent
a97fbaa685
commit
e41875173f
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user