Re: grace handling (via png?) Thanks!

2006-04-26 Thread Georg Baum
Neal Becker wrote: > My 1st objective is complete - I now can insert .agr into lyx and turn > this > into pdflatex. Now, we also should add support for turning into other > forms, such as dvi. Maybe someone who knows lyx better than me should do > it. dvi should just work with the template you

Re: grace handling (via png?) Thanks!

2006-04-26 Thread Neal Becker
Georg Baum wrote: > Neal Becker wrote: > >> Thanks for the help, George! >> >> Please consider adding this to lyx: > > Will do (later). > >> \converter "pdf2" "eps" "pdftops -eps --outfile=$$o $$i" "" > > Why do you need this converter? > > Oh, maybe I don't. My 1st objective is complete

Re: grace handling (via png?) Thanks!

2006-04-26 Thread Georg Baum
Neal Becker wrote: > Thanks for the help, George! > > Please consider adding this to lyx: Will do (later). > \converter "pdf2" "eps" "pdftops -eps --outfile=$$o $$i" "" Why do you need this converter? Georg

Re: grace handling (via png?) Thanks!

2006-04-26 Thread Neal Becker
Thanks for the help, George! Please consider adding this to lyx: Template gracepdf GuiName "gracepdf: $$AbsOrRelPathParent$$Basename" HelpText A grace plot to pdf HelpTextEnd InputFormat agr FileFilter "*.agr" AutomaticProduction tru

Re: grace handling (via png?)

2006-04-26 Thread Georg Baum
Neal Becker wrote: > Thanks. I tried this: (pretty much copied from rasterimage): > Template gracepdf > GuiName "gracepdf: $$AbsOrRelPathParent$$Basename" > HelpText > A grace plot to pdf > HelpTextEnd > InputFormat grace This needs to be agr (the

Re: grace handling (via png?)

2006-04-25 Thread Neal Becker
Georg Baum wrote: > Neal Becker wrote: > >> It looks like if I insert grace graphs and export to pdf, that the graphs >> are first converted to png? > > Yes. > >> This is not optimal, grace can export to pdf if the option is compiled >> in, and pdflatex works great with this directly. > > Yes.

Re: grace handling (via png?)

2006-04-25 Thread Georg Baum
Neal Becker wrote: > It looks like if I insert grace graphs and export to pdf, that the graphs > are first converted to png? Yes. > This is not optimal, grace can export to pdf if the option is compiled in, > and pdflatex works great with this directly. Yes. > What needs to be done to change t

grace handling (via png?)

2006-04-25 Thread Neal Becker
It looks like if I insert grace graphs and export to pdf, that the graphs are first converted to png? This is not optimal, grace can export to pdf if the option is compiled in, and pdflatex works great with this directly. What needs to be done to change this?