[plt-scheme] texpict: show-pict for big pictures
On 12/4/05, Robby Findler <robby at cs.uchicago.edu> wrote:
> At Sun, 4 Dec 2005 21:49:01 -0500, Carl Eastlund wrote:
> > I'm running some prototype code to generate pictures using texpict;
>
> As a smaller note, have you considered using mrpict and then producing
> .ps (and maybe converting to .pdf) to use in your latex document,
> rather than texpict? (or are you already doing that? there's a long
> disused latex picture environment backend in there that we're trying to
> move away from -- it doesn't work well)
Yes, I'm aware there are two paths to postscript and that the path
through LaTeX is deprecated. I'll be using the direct mrpict ->
postscript path soon enough, for now I just want visual confirmation
that I've drawn the right thing.
--Carl