[cl-typesetting-devel] Drawing multiple pages woes.

Marc Battyani marc.battyani at fractalconcept.com
Tue May 11 16:57:15 UTC 2004


Erik Enge wrote:

> On May 11, 2004, at 11:49 AM, Marc Battyani wrote:
> 
> > Something like this should work:
> >
> >         (pdf:with-document ()
> >           (let ((content (typeset::compile-text () ...)))
> >             (loop while (typeset::boxes content) do
> >               (draw-page content))))
> >         ... write document to stream ...
> 
> It doesn't, it enters what seems to be an infinite loop.  How can I 
> debug this?

Maybe you should try to print the first boxes to see if they change.
When you break the loop, where is it stuck ?
Have you traced make-filled-vbox or v-split ?

Does the test examples of  cl-typesetting work ?


Marc





More information about the cl-typesetting-devel mailing list