On 2019-03-02, Kornel Benko wrote: > [-- Type: text/plain, Encoding: quoted-printable --]
> Am Samstag, 2. März 2019 12:11:44 CET schrieb Guenter Milde > <mi...@users.sf.net>: >> > export/examples/uk/splash_pdf4_texF >> I removed this entry because the export succeeds here. > This does not help. At some time (in a very far future?) you will be > able to update TL too. At this time, the bug in TL that leads to the error might be solved. Or it is not a problem of the TL version at all... I'd rather try to find the reason for failure. >> > The test then appears to fail because of: >> > LaTeX.cpp (719): Log line: Missing character: There is no б in font >> > larm1200! >> > LaTeX.cpp (719): Log line: Missing character: There is no е in font >> > larm1200! >> > LaTeX.cpp (719): Log line: Missing character: There is no р in font >> > larm1200! >> > LaTeX.cpp (719): Log line: Missing character: There is no е in font >> > larm1200! >> > LaTeX.cpp (719): Log line: Missing character: There is no з in font >> > larm1200! >> > LaTeX.cpp (719): Log line: Missing character: There is no н in font >> > larm1200! >> > LaTeX.cpp (719): Log line: Missing character: There is no я in font >> > larm1200! >> > LaTeX.cpp (719): Log line: Missing character: There is no р in font >> > larm1200! >> I did not find the string "бересзняр" in the uk/splash.lyx, so these must >> be somewhere dispersed in the document. Unfortunately, I did not find out >> where. All "missing" characters are common Cyrillic letters that should be >> present in all Cyrillic fonts. >> Could you compile "per hand" and "view output anyway"? Maybe you can spot >> where the characters are missing. > It is while loading font, or at least it looks like that. These line are > prefixing the errors: > LaTeX Font Info: External font `cmex10' loaded for size > (Font) <12> on input line 29. > LaTeX Font Info: External font `cmex10' loaded for size > (Font) <6> on input line 29. However, "larm1200" is a Cyrillic text font from the "LH" bundle https://www.ctan.org/tex-archive/fonts/cyrillic/lh/ while "cmex10" is a mathematical font from AMS in OMX encoding. > There are no errors reported while loading other fonts > LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 26. > LaTeX Font Info: ... okay on input line 26. > LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 26. > LaTeX Font Info: ... okay on input line 26. > LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 26. > LaTeX Font Info: ... okay on input line 26. > LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 26. > LaTeX Font Info: ... okay on input line 26. > LaTeX Font Info: Checking defaults for TU/lmr/m/n on input line 26. > LaTeX Font Info: ... okay on input line 26. > LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 26. > LaTeX Font Info: ... okay on input line 26. > LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 26. > LaTeX Font Info: ... okay on input line 26. > LaTeX Font Info: Checking defaults for T2A/cmr/m/n on input line 26. > LaTeX Font Info: ... okay on input line 26. >> Also, I don't have the "CM-Super" fonts installed, so Cyrillic default fonts >> are type 3 (LH). Maybe "CM-Super" misses some "exotic" shapes? >> Unless we can find out more about the differences leading to different >> results at different sites, we might have to add >> export/examples/uk/splash_pdf4_texF >> export/doc/uk/Intro_pdf4_texF >> to unreliableTests:varying_versions Is the error only visible with XeTeX and TeX fonts or also for other export formats? What happens if the TeX input encoding is set to ASCII? Thanks, Günter