Dave Tweten wrote:
> 3. Encapsulated PostScript may not be enough. One of LyX's PDF
> output
> generators (pdflatex, I think) requires *.pdf graphics files. If
> we export to HTML, I'm told all graphics files should be
> converted to *.png format.
>
> I don't think LyX can automatically generate *.pdf and *.png
> files yet, like it does *.eps and *.txt files for External
> Material, but it has to be going in that direction, and its
> documentation file makes it clear dgplot isn't.
To further nail home this conclusion, in LyX 1.4.x you can define
separate Latex and PdfLatex output formats for a particular template.
In this case, Template Gnuplot's Latex format would have
UpdateResult "$$Basename.eps"
whilst the Pdfformat would have
UpdateResult "$$Basename.pdf"
So, if you've defined gnuplot -> eps and gnuplot -> pdf converters,
things will 'just work'.
--
Angus