[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] Adding Horizontal Rules to Chapter/Part/Section Titles in PDF Output.
On Wed, Nov 26, 2003 at 01:16:30PM +1100, Janeene Webb wrote: > Hi, > > For Chapter Titles, Section Titles, and Part Titles I need to be able to add a > horizontal rule across the page either above the title, below, or both. Any > suggestions for how to modify the XSL titlepage template to make this happen? > (Or anywhere else where the XSL attribute templates can be customised to do > this). > > (Using Saxon/FOP). You can do this without modifying templates because there is an attribute-set for section titles that you can customize. For example, a rule below would be done with the following in a customization layer: <xsl:attribute-set name="section.title.properties"> <xsl:attribute name="border-bottom-style">solid</xsl:attribute> </xsl:attribute-set> See this doc for more info on using such attribute-sets: http://www.sagehill.net/docbookxsl/SectionTitlePages.html You'll also need an XSL-FO reference to know what all the possible properties are. -- Bob Stayton 400 Encinal Street Publications Architect Santa Cruz, CA 95060 Technical Publications voice: (831) 427-7796 The SCO Group fax: (831) 429-1887 email: bobs@sco.com
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]