Don't forget about generating MetaPost and using mpost to generate
graphics.  It's really nice to let MetaPost solve linear equations for
you that determine the layout instead of doing it in Haskell.

Linux users should install texlive-pictures and texlive-context to
make it all work.  A makefile that assembles the pieces is here:

http://www.ccs.neu.edu/home/ramsdell/tools/ltxmp.mk

On Wed, Jun 2, 2010 at 7:39 AM, Michael Lesniak <mlesn...@uni-kassel.de> wrote:
> Hi Tom,
>
>> I often create pdf reports from my Haskell programs
>> (simulations) with text and graphs. I cheat a bit
>> and use Haskell to automatically create latex documents,
>> and use gnuplot (there's a helper app on Hackage) for the graphs.
> I'd really like to hear more. Do you have any extended informations?
>
> Cheers,
>  Michael
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe@haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to