atom feed3 messages in org.oasis-open.lists.docbook-appsRe: DOCBOOK-APPS: set-titlepage-verso...
FromSent OnAttachments
Camille BégnisApr 29, 2002 9:50 am 
Tammy FoxApr 29, 2002 2:47 pm 
Kogule, RyoApr 30, 2002 2:37 am 
Subject:Re: DOCBOOK-APPS: set-titlepage-verso-elements
From:Tammy Fox (tf@redhat.com)
Date:Apr 29, 2002 2:47:25 pm
List:org.oasis-open.lists.docbook-apps

Try (define (book-titlepage-verso-elements) instead of set.

Tammy

On Mon, Apr 29, 2002 at 06:50:05PM +0200, Camille Bégnis wrote:

Hello,

I have added the following in my DSSSL customization layer (1.76), but it has o effect (the revision history still shows up on book verso title page). Am I missing something?

(define (set-titlepage-verso-elements) (list (normalize "title") (normalize "subtitle") (normalize "edition") (normalize "pubdate") (normalize "copyright") (normalize "legalnotice")))