]> git.lyx.org Git - features.git/commit
Fix misparsing of \textgreek without polyglossia
authorGeorg Baum <baum@lyx.org>
Tue, 30 Dec 2014 16:44:08 +0000 (17:44 +0100)
committerGeorg Baum <baum@lyx.org>
Tue, 30 Dec 2014 16:44:08 +0000 (17:44 +0100)
commitbf1006a22c256fd08110bf5d108b670b4370d5f5
tree04fed5c32544e7716624447dffddea50f0ed4b49
parent33b059bd9d98e725500c48cccc855d89986223b3
Fix misparsing of \textgreek without polyglossia

This is the first part of bug #8553. \textgreek was interpreted as the
polyglossia version even if polyglossia was not used. Now it is not recognized
at all and converted to ERT, but this ensures at least correct LaTeX output.
src/tex2lyx/Preamble.cpp
src/tex2lyx/Preamble.h
src/tex2lyx/test/box-color-size-space-align.lyx.lyx
src/tex2lyx/text.cpp