Bill Harris wrote: > I've got a question about Publish and tables (or perhaps styles). I'm > using it in conjunction with sqlite, and one section has a table > constructed from a database. That worked fine until tonight, although > the typeface Publish chose got increasingly smaller as the table length > increased. > > Question 1: How do I force the typeface in a table to stay the same > size? > Question 2: Is there a way to tell Publish it's okay to break tables > across page boundaries? (If not, I guess I'll have to try > limiting the output from sqlite and then restarting the > query potentially multiple times, once for each page.)
As I recall, Publish tries to fit the table into the page width. If the width is not enough, the font size is reduced to fit, but stopping at 50% of the font. Otherwise, the rows of a table will be split over pages if necessary. You could try fixing your own code, or enhancing Publish - the source is readily available. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
