RE: [docbook-apps] copyright notice on last page

From
David Cramer <>
Date
2003-05-15T19:29:28+00:00
ID
Thread
RE: [docbook-apps] copyright notice on last page
I think that'd be a good feature request. I had to do it for one of our
types of documents (technical white paper). In our case the documents
were <article>s, so I hacked <xsl:template match="article"> in
component.xsl and added a <fo:block> immediately before at the end of
that template: 

<!-- new block here -->
    </fo:flow>
  </fo:page-sequence>
</xsl:template>

I then pulled the content I wanted from the <articleinfo> into that
block and formatted it as desired. 

David

-----Original Message-----
From: Martin Stemplinger [mailto:] 
Sent: Thursday, May 15, 2003 2:26 PM
To: 
Subject: [docbook-apps] copyright notice on last page 

I need to adhere to a document standard that demands a copyright
notice on the _last_ page of each document. 

Any ideas who to do this? I use fop to generate pdf output.

My first thought was to misuse <colophon>, but all the information is
also included in <bookinfo> and I don't want to havee the information
twice in the document.

I'm no xsl:fo expert. Thus I have a vague idea that I need a special
pagemaster and corresponding stylesheet templates. Is that the way to
go? If so, I'd appreciate any pointers which templates I need to
customize and how.

Cheers
Martin


---------------------------------------------------------------------
To unsubscribe, e-mail: 
For additional commands, e-mail: