Jürgen Spitzmüller wrote: > Pavel Sanda wrote: >> > 1. The images are not copied to the temp dir (this operation happens in >> > InsetGraphics::latex, which is of course never called for eLyXer >> >> we have this hardcoded? what was the point of copiers then?
This is only semi hardcoded. The usual backends (latex, docbook) that actually involve exporting something copy the needed files. The lyx backend does not do that, because so far it was not used as a source format for external tools. So, if you would teach the lyx backend an "export" mode that exports the files like the other backends do, everything would be fine. > As far as I understand it, the copiers are for the opposite direction: > copy things from the temp dir to the working dir when doing an export. No, they work for both directions. Georg