]> git.lyx.org Git - features.git/commit
Fix gloss, glossgroup and forest reversion routines.
authorJuergen Spitzmueller <spitz@lyx.org>
Fri, 25 Dec 2015 11:00:56 +0000 (12:00 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Fri, 25 Dec 2015 11:03:38 +0000 (12:03 +0100)
commitc76d91bb478b91db9d362a81b9e327ba935cb48d
tree9a7a1e7276966b81116eeebe35139c25ff3568b0
parente3cd6db4a789c5df4ba32672fdbd8dac965afb92
Fix gloss, glossgroup and forest reversion routines.

These were using lyx2latex, assuming the result can be used in verbatim
insets as is, which is not the case (mostly due to \\backslash).

A new lyx2verbatim function is now used instead. Also, ERT insets are
dissolved in the gloss reversion process.
lib/lyx2lyx/lyx2lyx_tools.py
lib/lyx2lyx/lyx_2_2.py