]> git.lyx.org Git - features.git/commit
Fix misparsing of \textgreek without polyglossia
authorGeorg Baum <baum@lyx.org>
Sat, 3 Jan 2015 16:27:22 +0000 (17:27 +0100)
committerGeorg Baum <baum@lyx.org>
Sat, 3 Jan 2015 16:27:22 +0000 (17:27 +0100)
commit8b75ce583020c00e0d5f2f6cdd5c8e15b3d95af4
treeab478af72ae1eb45b3cf03b939498eb0d49bdebb
parent202e848a0e87a16c368c8fcf4f604a10e9a2b4d1
Fix misparsing of \textgreek without polyglossia

\textgreek was interpreted as the polyglossia version even if polyglossia
was not used. Now the symbols defined in unicodesymbols are detected correctly
and converted to unicode, while others are converted to ERT (bug #8553).
src/tex2lyx/Preamble.cpp
src/tex2lyx/Preamble.h
src/tex2lyx/test/box-color-size-space-align.lyx.lyx
src/tex2lyx/text.cpp
status.21x