← Prev in month ← Prev in thread
Next in thread → Next in month →

Re: DOCBOOK-APPS: Bug in DocBook backends?

From
Norman Walsh <>
Date
2000-07-17T17:23:27+00:00
ID
Thread
Re: DOCBOOK-APPS: Bug in DocBook backends?
/ Bernd Kreimeier <> was heard to say:
| The elements below do not trigger any parser error, and 
| seem legitimate (w.o printhistory and para they do get
| rejected), but there is no output generated.

True, that's legit, but the stylesheets don't render printhistory
by default. Add printhistory to this list in your stylesheet:

(define (book-titlepage-recto-elements)
  (list (normalize "title")
	(normalize "subtitle")
	(normalize "graphic")
	(normalize "mediaobject")
	(normalize "corpauthor")
	(normalize "authorgroup")
	(normalize "author")
	(normalize "editor")
	(normalize "copyright")
        (normalize "printhistory") ;; add this...
	(normalize "abstract")
	(normalize "legalnotice")))


                                        Be seeing you,
                                          norm

-- 
Norman Walsh <>      | The art of living is more like
http://www.oasis-open.org/docbook/ | wrestling than dancing.--Marcus
Chair, DocBook Technical Committee | Aurelius
← Prev in month ← Prev in thread
Next in thread → Next in month →