[cl-typesetting-devel] Some small patches

Klaus Weidner kw at w-m-p.com
Mon Nov 8 22:38:24 UTC 2004


On Mon, Nov 08, 2004 at 01:58:52PM -0800, Peter Seibel wrote:
> -(defgeneric v-split ((box v-mode-mixin) dx dy)
> +(defgeneric v-split (box dx dy)
>   ;;; Split a v-mode box vertically into two parts
>    ;; Args: dx - area width, dy - area height
>    ;; Values: box-fitted, box-left, dy-left
> - (:method (box dx dy)
> + (:method ((box v-mode-mixin) dx dy)

FYI, that one was also included in the patches I had sent. 

I'm currently looking into a weird effect, the PDF files generated by
current cl-pdf versions are getting rejected as invalid by the "pdftk"
tool. Older versions used to work fine. I'll try to track down what the
difference is.

-Klaus




More information about the cl-typesetting-devel mailing list