Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jul 2001 20:00:03 -0700 (PDT)
From:      Murray Stokely <murray@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: doc/share/mk doc.docbook.mk doc/en_US.ISO8859-1/share/sgml freebsd.dsl
Message-ID:  <200107280300.f6S303R23184@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
murray      2001/07/27 20:00:03 PDT

  Modified files:
    share/mk             doc.docbook.mk 
    en_US.ISO8859-1/share/sgml freebsd.dsl 
  Log:
  Add a new tunable knob 'MIN_SECT_LABELS' and the necessary stylesheet
  support.
  
  This option prevents section labels from being numbered after the third
  level.
  
  make FORMATS=ps :
  
    "N.N.N Section Title"
    "N.N.N.N really specific topic"
    "N.N.N.N.N really-really specific topic"
  
  make MIN_SECT_LABELS=1 FORMATS=ps :
  
    "N.N.N Section Title"
    "really specific topic"
    "really-really specific topic"
  
  The section titles are still bold, spaced away from the text, and
  sized according to their nesting level.
  
  Revision  Changes    Path
  1.42      +21 -9     doc/share/mk/doc.docbook.mk
  1.12      +67 -1     doc/en_US.ISO8859-1/share/sgml/freebsd.dsl


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107280300.f6S303R23184>