On 2019-08-21, Scott Kostyshak wrote: > On Sun, May 26, 2019 at 01:41:42AM +0200, Günter Milde wrote: >> commit c83765163f9fa556050bce1e594d2b0e592a5b3f >> Author: Günter Milde <mi...@lyx.org> >> Date: Sun May 26 01:45:35 2019 +0200
>> CJK package is never used with non-TeX fonts. >> Prepare for languages that use CJK with TeX fonts and Polyglossia >> with non-TeX fonts. >> Korean is already supported by Polyglossia, >> LyX support will follow (file version change). > A git bisect led me here. I think this commit broke the following tests: > export/export/latex/languages/en-ja_platex_dvi3_systemF > export/export/latex/languages/en-ja_platex_pdf4_systemF > export/export/latex/languages/en-ja_platex_pdf5_systemF > When compiling manually, I get the following error: > ! Too many }'s. Seems like a spurious change slipped in this changeset. Reverting it solved the failure with Japanese and did not break the test cases with Korean and non-TeX fonts. ctest -R /ko.*systemF ... 0 tests failed out of 6 Thank you for reporting Günter