chris h wrote: > Greets: > > New to lyx and just testing a few things out. Specificaly how lyx > handles linuxdocs with graphics.
Maybe the source will provide some explanation:
int InsetGraphics::linuxdoc(Buffer const *, ostream &) const
{
// No graphics in LinuxDoc output. Should check how/what to add.
return 0;
}
It seems like some support has been added in the current development version.
--
Angus
