On May 12, 2004 05:53 pm, Angus Leeming wrote:
> 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.
Thanks, guess that settles it..:)
Much appreciated.
/ch