atom feed3 messages in org.oasis-open.lists.docbook-appsRe: [docbook-apps] Article titlepage ...
FromSent OnAttachments
Marc BaadenJul 8, 2006 11:08 am 
Bob StaytonJul 8, 2006 2:04 pm 
Marc BaadenJul 8, 2006 3:15 pm 
Subject:Re: [docbook-apps] Article titlepage like for book
From:Marc Baaden (baa@smplinux.de)
Date:Jul 8, 2006 3:15:17 pm
List:org.oasis-open.lists.docbook-apps

Hi again,

thanks a lot! Just wanted to confirm that wrapping the article element within a book does exactly what I was looking for. Perfect.

Marc

"Bob Stayton" said:

There might be an easier way, though. Wrap your article element in a book element, and move the title info from articleinfo to bookinfo. That would leave your article element containing only the body content, which is valid. Since this is processed as a book, you will get the book titlepage, both recto and verso sides.

<book> <bookinfo> <title>etc.</title> </bookinfo> <article> <para>First content of the article.</para> etc. </article> </book>