Your request is not very specific about the size or positioning of the vertical red line. One way to do it is to edit a copy of the titlepage specification file, recompile the titlepage XSL module, and include that module in your customization. Details on this procedure are available at:

http://www.sagehill.net/docbookxsl/HTMLTitlePage.html

To add a thin red line on the left, edit a copy of fo/titlepage.templates.xml to change this:

  <t:titlepage t:element="book" t:wrapper="fo:block">
    <t:titlepage-content t:side="recto">

to this:

  <t:titlepage t:element="book" t:wrapper="fo:block">
    <t:titlepage-content t:side="recto" border-left="0.5pt solid red">

After you recompile this, the generated stylesheet module should contain this new property, and when you include it in your customization layer, it should add the red line.

Bob Stayton
Sagehill Enterprises
[email protected]

On 12/2/2014 7:19 AM, Sascha Manns wrote:
Hello list,

maybe anyone can help me.
I would like to have a vertical red line on my book titlepage. Can
anyone tell me please how to modify my stylesheets?

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to