docbook-apps

Re: [docbook-apps] Problem with user pagemaster

  • 1.  Re: [docbook-apps] Problem with user pagemaster

    Posted 01-31-2009 00:31
    Hi,
    The body.start.indent is set on a page-sequence by the template named
    'set.flow.properties' in fo/pagesetup.xsl. See this section for details:

    http://www.sagehill.net/docbookxsl/PrintOutput.html#IndentingBodyText

    That template tests to see if the page master name starts with 'body':

    <xsl:when test="starts-with($pageclass, 'body') or

    so you'll need to customize it to add your page-master names.

    Bob Stayton
    Sagehill Enterprises
    bobs@sagehill.net