[racket-dev] scribble pdf

From: Eli Barzilay (eli at barzilay.org)
Date: Tue May 24 00:25:44 EDT 2011

About a minute ago, Robby Findler wrote:
> It is hard to read that lots, tho. What I typically do in those
> situations is:
> 
>   scribble --latex --dest junk file.scrbl  ; cd junk ; pdflatex file
> 
> and then pdflatex will stop in the middle somewhere in a relevant
> place so you can see what is going on.

You mean that you see an output from the above that is different from
the --pdf output?  If so, then sounds like there might be some
interaction problem with the subprocess.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!


Posted on the dev mailing list.