Kornel Benko wrote:
> Cmake build already copied the needed files. So now its is done twice.
> I will try to correct it.
Oh, I did not know. I implemented the copyfiles option in tex2lyx because it
is also useful outside a testing context, and you do not need to tell the
build system a list of included files/graphics.
> But now,
> 1.) the test is not successful because of Linux libertine support.
In a technical sense the test does not fail (the return value of the script
is still successful). However, this looks like a LyX bug to me: You can
create a document using those fronts from scratch and create a PDF using
XeTeX which indeed uses those fonts. However, you still get several lines
LaTeXFonts.cpp (493): LaTeXFonts::getLaTeXFont: font 'Linux Biolinum O' not
found!
on stderr. Does anybody know why this happens?
> 2.) the files foo.{eps,pdf,png} are all in the build-dir, so why the
> warning? Here the relevant output:
Because tex2lyx always warns on overwriting a file, it does not know
anything about build directories. LyX is even more verbose if it overwrites
files, since it prints a text form of the dialog.
Georg