This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Suppressing page breaks


/ Rick Bronson <rick@viclink.com> was heard to say:
|   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.

There's no particular line, it's the fact that the components use

  (make simple-page-sequence ...)

Each simple-page-sequence has to start on, uh, a new page :-)

What you have to do is change those to:

  (make display-group ;; or something appropriate

But then you'll have to make sure that some higher-level element
generates a (simple-page-sequence) because you have to have one of
them.

And there are probably some properties on the simple-page-sequences
that aren't appropriate for display-groups; you'll have to remove
those.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | One may be driven to commit murder
http://www.oasis-open.org/docbook/ | by love or hatred, but one can
Chair, DocBook Technical Committee | only advocate murder out of sheer
                                   | wickedness.--Italo Svevo

----------------------------------------------------------------
To subscribe or unsubscribe from this elist use the subscription
manager: <http://lists.oasis-open.org/ob/adm.pl>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]