From 7bc81bf4489001db6988f602159d38575db3c3bd Mon Sep 17 00:00:00 2001 From: gferg <> Date: Mon, 3 Feb 2003 16:28:48 +0000 Subject: [PATCH] updated --- LDP/builder/dsssl/ldp.dsl | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/LDP/builder/dsssl/ldp.dsl b/LDP/builder/dsssl/ldp.dsl index 343301af..d3f5927c 100644 --- a/LDP/builder/dsssl/ldp.dsl +++ b/LDP/builder/dsssl/ldp.dsl @@ -19,8 +19,8 @@ ;; ------------------------------------------------------------------------ ;; ldp.dsl - LDP Customized DSSSL Stylesheet -;; v1.10, 2002-12-04 -;; Copyright (C) 2002-2000 +;; v1.11, 2003-02-03 +;; Copyright (C) 2000-2003 ;; ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -224,10 +224,6 @@ (define (book-titlepage-recto-elements) ;; elements on a book's titlepage - ;; note: added revhistory to the default list - ;; note: added othercredit to the default list - ;; note: added releaseinfo to the default list - ;; note: added publisher to the default list (list (normalize "title") (normalize "subtitle") (normalize "graphic") @@ -236,6 +232,7 @@ (normalize "authorgroup") (normalize "author") (normalize "othercredit") + (normalize "edition") (normalize "releaseinfo") (normalize "publisher") (normalize "editor") @@ -247,7 +244,6 @@ (define (article-titlepage-recto-elements) ;; elements on an article's titlepage - ;; note: added othercredit to the default list (list (normalize "title") (normalize "subtitle") (normalize "authorgroup")