Liviu Andronic wrote: > Dear all, > I've just updated a patch that simply adds two new converters to LyX: > pdflatex -> pdfcrop and DVI -> EPS. They're also accompanied by two > templates, which only set 'empty' page style and predefine the default > output format. > > This basically allow us to have an "equation editor"-like "mode" in > LyX, by acting as a "generator for embeddable graphics" (equations, > commented graphics, etc). I think this is a very useful (and > long-requested) feature obtained via an inexpensive approach. > > I propose it for inclusion in 2.1. Please comment.
I like the goal, but making eps a document format will cause unwanted entries to show up in export and view menus. This shows again a limitation of our converter code, where you cannot easily suppress unwanted edges in the conversion graph. I believe however that it should work if you would instead use a new "EPS (cropped)" format similar to the new pdf format. Georg