Re: Graphics output from Haskell as eps

2003-02-17 Thread Sarah Thompson
> Has anyone done much work on outputting graphics in eps format > directly from > Haskell? Hmm... Actually it turns out to be really easy to generate EPS directly, so long as you're mostly just interested in drawing lines, which I am. I've already got something working which will probably be goo

Re: Graphics output from Haskell as eps

2003-02-17 Thread dvanhorn
Quoting Sarah Thompson <[EMAIL PROTECTED]>: > Has anyone done much work on outputting graphics in eps format directly from > Haskell? ... > Has anyone done anything already, or should I just pull down the PDF specs > from Adobe and weigh in and write a library from scratch? If I do the > latter,

Re: Graphics output from Haskell as eps

2003-02-17 Thread Ferenc Wagner
Hi Sarah, if Haskell -> MetaPost -> Postscript is good for you, have a look at FMP. It's somewhat old and doesn't cover the entire MetaPost language, but works for me. Feri. ___ Haskell-Cafe

Graphics output from Haskell as eps

2003-02-17 Thread Sarah Thompson
Hi all, Has anyone done much work on outputting graphics in eps format directly from Haskell? My intention is to be able to generate publication quality diagrams for inclusion in TeX/LaTeX documents, without the size or quality penalties of using bitmaps. I want to write an automatic circuit visu