]> git.lyx.org Git - features.git/commit
make test environment. Exports with luatex and xetex.
authorKornel Benko <kornel@lyx.org>
Sun, 17 Nov 2013 22:17:27 +0000 (23:17 +0100)
committerKornel Benko <kornel@lyx.org>
Sun, 17 Nov 2013 22:17:27 +0000 (23:17 +0100)
commite690cfc47cfd30ad12f8816387628ebc644b96fe
treee52c4b9b08451f6009ae9dbc9edde02c6e3c43fa
parenta3d685c16c562aa150c3549eb1b5accd1f5f3ad4
make test environment. Exports with luatex and xetex.

In successful cooperation with Scott Kostyshak.
We provide many lyx-documents which are not compilable with luatex or xetex.
But some of them compile, if we change the font use to non_tex_fonts.
Since this would change the appropriate source, we have to convert
it first into a save location. To make it there compilable,
we have to convert also all file references.
languages     used font
he|el|ru|uk  'FreeSans'
fa           'FreeFarsi'
zh_CN        'WenQuanYi Micro Hei'
The whole job is done with a perl script.
development/autotests/CMakeLists.txt
development/autotests/export.cmake
development/autotests/lyxStatus.pm [new file with mode: 0644]
development/autotests/revertedTests
development/autotests/useSystemFonts.pl [new file with mode: 0644]