Add "legalnotice" to the list of elements that are included on the title
page of articles. This necessitates duplicating the entire list in the customisation layer, which will need to be kept up to date as the master stylesheets change.
This commit is contained in:
parent
407c6ea94f
commit
0aa5ee0c69
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=6520
1 changed files with 18 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: doc/share/sgml/freebsd.dsl,v 1.11 1999/11/15 19:44:15 nik Exp $ -->
|
||||
|
||||
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
||||
<!ENTITY % output.html "IGNORE">
|
||||
|
@ -38,6 +38,9 @@
|
|||
;; Use tables to build the navigation headers and footers?
|
||||
#t)
|
||||
|
||||
(define %stylesheet%
|
||||
"docbook.css")
|
||||
|
||||
(define %html-ext%
|
||||
;; Default extension for HTML output files
|
||||
".html")
|
||||
|
@ -100,6 +103,20 @@
|
|||
|
||||
(define %indent-screen-lines%
|
||||
" ")
|
||||
|
||||
(define (article-titlepage-recto-elements)
|
||||
(list (normalize "title")
|
||||
(normalize "subtitle")
|
||||
(normalize "corpauthor")
|
||||
(normalize "authorgroup")
|
||||
(normalize "author")
|
||||
(normalize "releaseinfo")
|
||||
(normalize "copyright")
|
||||
(normalize "pubdate")
|
||||
(normalize "revhistory")
|
||||
(normalize "legalnotice")
|
||||
(normalize "abstract")))
|
||||
|
||||
|
||||
<!-- Slightly deeper customisations -->
|
||||
|
||||
|
|
Loading…
Reference in a new issue