OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: DOCBOOK-APPS: Suppressing page breaks



Rick Bronson wrote:
> 
> norm,
> 
>   So much for ecology ;-)
> 
>   Ok, I guess I'm willing to take a stab at this one...  but do me
> just one favor please, point me to the line/file that actually DOES
> the page break.  For the life of me, I just can't locate it.  I
> commented EVERY line in $component$ and still got page-breaks.
> 
>   Thanks for your help.
> 
>   Rick

Just by making a "simple-page-sequence" you are defining a new flow object, wich
will began in a new "page":

(define ($component$)
  (make simple-page-sequence  ;; Here's the start of Flow Object
    page-n-columns: %page-n-columns%
    page-number-restart?: (or %page-number-restart% 
			      (book-start?) 
			      (first-chapter?))
	etc...

Regards,

Juan R. Migoya
SPAIN


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC