From 14b35ee4157388d97102c9265ab68f02eadf31ac Mon Sep 17 00:00:00 2001 From: Murray Stokely Date: Fri, 20 Jul 2001 02:53:08 +0000 Subject: [PATCH] Modifications for the NICE_HEADERS case : * Increase font size for chapter title. * Add a .5pt rule underneath the chapter title, before the content. --- en_US.ISO8859-1/share/sgml/freebsd.dsl | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/en_US.ISO8859-1/share/sgml/freebsd.dsl b/en_US.ISO8859-1/share/sgml/freebsd.dsl index 3a7e1a9612..de9cf13cd9 100644 --- a/en_US.ISO8859-1/share/sgml/freebsd.dsl +++ b/en_US.ISO8859-1/share/sgml/freebsd.dsl @@ -1,4 +1,4 @@ - + @@ -122,9 +122,9 @@ font-family-name: %title-font-family% font-weight: 'bold font-posture: 'italic - font-size: (HSIZE 4) - line-spacing: (* (HSIZE 4) %line-spacing-factor%) - space-before: (* (HSIZE 4) %head-before-factor%) + font-size: (HSIZE 6) + line-spacing: (* (HSIZE 6) %line-spacing-factor%) +; space-before: (* (HSIZE 5) %head-before-factor%) start-indent: 0pt first-line-start-indent: 0pt quadding: %component-title-quadding% @@ -152,8 +152,16 @@ (with-mode component-title-mode (make sequence - (process-node-list subtitles))))))) + (process-node-list subtitles)))) + (make rule + length: 475pt + display-alignment: 'start + space-before: (* (HSIZE 5) %head-before-factor%) + line-thickness: 0.5pt)))) + + (element authorgroup + (empty-sosofo)) ]]>