[cl-typesetting-devel] Border in printed document.

Marc Battyani marc.battyani at fractalconcept.com
Wed Feb 25 20:59:24 UTC 2004


"Erik Enge" <erik at nittin.net> writes:

> I loop over boxes in content and do:
>
>                  (pdf:with-page (:bounds *letter-sized-page*)
>                    (pdf:set-line-width 0.0001)
>                    (typeset::draw-block content 20 800 545 700 0))))
>
> for each.  As you can see, I have been trying to manipulate the border
> using set-line-width and with the current setting I cannot see a line
> in my PDF viewer but when I print the document there is a faint line
> present.  The same happen for the hello.pdf created by cl-typesetting.
> Without set-line-width or setting it to 0 or nil the line is much
> thicker.
>
> How can I make the line go away?

typeset::draw-block is in test.lisp only as an example. For now
cl-typesetting is missing the higher level features like page layout
description (page size, header/footer, columns, etc.). You should rather use
some more complete function like the one posted by Peter.

Marc





More information about the cl-typesetting-devel mailing list