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

Klaus Weidner kw at w-m-p.com
Tue May 11 20:22:53 UTC 2004


On Tue, May 11, 2004 at 04:16:37PM -0400, Erik Enge wrote:
>                 (table (:col-widths '(100 200))  ;;; start Erik changes

You need to specify that the rows may be split among pages. The default
is to keep the table on a single page.

  (table (:col-widths '(100 200) :splittable-p t)

-Klaus




More information about the cl-typesetting-devel mailing list