On 2015-11-19, Kornel Benko wrote: > [-- Type: text/plain, Encoding: quoted-printable --]
> Am 19. November 2015 um 01:37:11, schrieb Kornel Benko <kor...@lyx.org> > ... > Now 57 failed left > 669:export/doc/de/UserGuide_pdf3 Exports without problme to pdf3 pdf "PDF (dvipdfm)" here. Try export "per-hand" and check the eventual errors. Look for missing packages and/or special casing in the export machinery that stands in the way... ... > 1897:export/examples/seminar_pdf2 > 1898:export/examples/seminar_pdf3 > 1899:export/examples/seminar_pdf4_texF > 1902:export/examples/seminar_pdf5_systemF Here, examples/seminar.lyx * exports fine to ps, pdf, pdf3, pdf4_texF Other formats should be *ignored*: * seminar uses Postscript specials and does not work with PDF (pdflatex). * Landscape slides do not work with DVI. Export to certain formats cannot be excluded from a module currently, but even if they don't report an error, other formats result in corrupt output documents (missing landscape slides). The same applies for every translation of seminar.lyx, e.g. > 2955:export/examples/fr/seminar_dvi > 2958:export/examples/fr/seminar_pdf > 2959:export/examples/fr/seminar_pdf2 > 2960:export/examples/fr/seminar_pdf3 > 2961:export/examples/fr/seminar_pdf4_texF > 2964:export/examples/fr/seminar_pdf5_systemF -> add a regexp for optional language-dir in the "ignore" rules! > 2548:export/examples/de/PDF-comment_dvi3_texF > 2549:export/examples/de/PDF-comment_dvi3_systemF > 2899:export/examples/fr/PDF-comment_dvi3_texF > 2900:export/examples/fr/PDF-comment_dvi3_systemF PDF comments in DVI? No wonder we have: ! Package zref Error: \pdfsavepos is not supported in DVI mode -> invert > 2555:export/examples/de/PDF-comment_pdf5_texF > 2906:export/examples/fr/PDF-comment_pdf5_texF chemgreek package problem. -> Add to the other documents inverted for using chemgreek. (check other translations) > 2725:export/examples/es/europeCV_dvi3_texF > 2732:export/examples/es/europeCV_pdf5_texF > 2749:export/examples/es/modernCV_dvi3_texF > 2756:export/examples/es/modernCV_pdf5_texF > 2742:export/examples/es/linguistics_pdf4_texF Just like the Spanisch documentation, utf8 literals in Babel's auto-strings with Xe/LuaTeX. -> invert all Spanish documents with these export settings (doc/, examples/, templates/). > 2726:export/examples/es/europeCV_dvi3_systemF > 2733:export/examples/es/europeCV_pdf5_systemF > 2750:export/examples/es/modernCV_dvi3_systemF > 2757:export/examples/es/modernCV_pdf5_systemF Missing character: There is no 砋 (U+780B) in font "file:lmroman10-regular:scri pt=latn;+trep;+tlig;"! Character '砋' (30731, 0x780B) is not in my list of known Unicode points, don't know where it comes from. On first inspection, the output looks OK. Invert for now, explore later. ... Hope this helps, Günter