Am 18.12.2007 um 11:35 schrieb Abdelrazak Younes:
Stefan Schimanski wrote:
Am 18.12.2007 um 11:00 schrieb Abdelrazak Younes:
Stefan Schimanski wrote:
... because the following BOOST_ASSERT is not satisfied:
void FileName::set(string const & name)
{
d->fi.setFile(toqstr(name));
BOOST_ASSERT(d->fi.isAbsolute());
}
Just remove this assert, it is not useful and is bogus in the
context of EmbeddedFile support.
Abdel.
But even without that you cannot render any document with graphics
because the graphic paths are all broken. Graphics in a file
foo.lyx will become /home/sts/Bla/Blub/foo.lyx/graphics.png in tex
output.
Fixed, sorry for that.
Abdel.
The paths are still absolute in \includegraphics. I have a path for
the lyx file with a dot: ~/Arbeit/thesis.lyx. The . shows up as
\lyxdot in the \includegraphics output. But \lyxdot is not defined.
Shouldn't those paths be relative?
Stefan