We don't want to label the preface sections, if present.
This commit is contained in:
parent
a36b0de6c7
commit
7f68ef77e2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10618
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: doc/share/sgml/freebsd.dsl,v 1.49 2001/08/14 05:22:57 dd Exp $ -->
|
||||
<!-- $FreeBSD: doc/share/sgml/freebsd.dsl,v 1.50 2001/08/27 04:01:40 bmah Exp $ -->
|
||||
|
||||
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
||||
<!ENTITY % output.html "IGNORE">
|
||||
|
@ -344,6 +344,9 @@
|
|||
(define %section-autolabel%
|
||||
#t)
|
||||
|
||||
(define %label-preface-sections%
|
||||
#f)
|
||||
|
||||
(define %may-format-variablelist-as-table%
|
||||
#f)
|
||||
|
||||
|
|
Loading…
Reference in a new issue