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: title page on two pages


On Sat, Oct 06, 2001 at 06:10:23PM +0200, Fabrice Bacchella wrote:
> I'm trying to have the data from articleinfo spread over two recto 
> pages. But so far, I had no success in it.

Here is an example:

(define (article-titlepage-recto-elements)
  (list
   (normalize "title")
   (normalize "contractsponsor")
   (normalize "subtitle")
   (normalize "corpauthor")
   (normalize "address")
   (normalize "authorgroup")
   (normalize "author")
   (normalize "pubdate")
   (normalize "copyright")
   (normalize "legalnotice")))

(define (article-titlepage-verso-elements)
  (list
   (normalize "abstract")
   (normalize "revhistory")))

-- 
Yann Dirson <Yann.Dirson@fr.alcove.com>                 http://www.alcove.com/
Free-Software Engineer				      Ingénieur Logiciel-Libre
Free-Software time manager    	       Responsable du temps Informatique-Libre

----------------------------------------------------------------
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]