[cl-typesetting-devel] Page n of m?

Bob Hutchison hutch at recursive.ca
Thu Sep 30 20:58:12 UTC 2004


On Sep 30, 2004, at 4:39 PM, Marc Battyani wrote:

> The multipass mechnism is integrated into typeset:with-document so it 
> should
> work in your code.
>
> As they are several passes you should use:
>
>  (when (typeset::final-pass-p)
>    (pdf:write-document file))

This doesn't seem to make any difference. I'm not sure what happens if 
it isn't the final pass? how does the document get written?

>
> To avoid writing the pdf file during the intermediate passes.
> (I will probably redefine write-document in typeset to handle this more
> easily.)
>
> How many passes go you get ?
> What are the values of *current-pass* *undefined-references*
> *changed-references* ?

I am getting current pass: 1, undefined references: NIL, 
changed-references: NIL

Cheers,
Bob





More information about the cl-typesetting-devel mailing list