This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [docbook-apps] No hyphenation in chapter titles?


You might try adding a text-align="left" property to
a customized titlepage.templates.xml.
That will turn off the justification.

  <t:titlepage t:element="chapter" t:wrapper="fo:block"
               font-family="{$title.fontset}">
    <t:titlepage-content t:side="recto" margin-left="{$title.margin.left}">
      <title t:named-template="component.title"
             param:node="ancestor-or-self::chapter[1]"
             font-size="&hsize5;"
             font-weight="bold"
             text-align="left"/>

And add this to your customization using the methods
described in:

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

Bob Stayton
Sagehill Enterprises
bobs@sagehill.net


----- Original Message ----- 
From: "Joachim Ziegler" <ziegler@mpi-sb.mpg.de>
To: "DocBook-Apps" <docbook-apps@lists.oasis-open.org>
Sent: Wednesday, January 14, 2004 6:41 AM
Subject: [docbook-apps] No hyphenation in chapter titles?


> The XSLT stylesheets render chapter titles with a very large font. The
> title appears justified and hyphenation is switched off. One of my
> chapter titles looks as ugly as this on a page:
>
> +---------------------------------+
> |K  a  p  i  t  e  l          4  .|
> |Prioritätswarteschlangen         |
> +---------------------------------+
>
> What can I do?
>
> Greetings,
> Joachim
>
>
> -- 
> Joachim Ziegler                       Stuhlsatzenhausweg 85
> Max-Planck-Institut für Informatik    66123 Saarbrücken, Germany
> Email: ziegler@mpi-sb.mpg.de          Tel.: (+49) 0681 9325-127
>
>
> To unsubscribe from this list, send a post to
docbook-apps-unsubscribe@lists.oasis-open.org, or visit
http://www.oasis-open.org/mlmanage/.
>
>
>



To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]