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]

[docbook-apps] hyphenation in table heads and table bodies


Hello,

I create a technical documentation in docbook-xml 4.2 and generate PDF
with Jade using the docbook2pdf wrapper. I use DSSSL Stylesheets in
version 1.77. I defined the language as: <book lang="de">

In the generated PDF-output we have a table with 7 colums.
The table head labels are:
Seminarart, Neuanlage, Buchung, Personaleinsatzplanung, Raumplanung,
Noten, Abrechnung

Some of this words are rendered over the margins into the next cell.
There is no hyphenation in this part. In all other parts in the Book the
hyphenation works perfectly.
For example "Personaleinsatzplanung" is to long to fit into one cell but
isn't hyphened which leads in very unreadable output.

----

There seems to be a bug in the dsssl stylesheet.

If I set the word "Personaleinsatzplanung" in the normal way

<row>
<entry>Seminarart</entry>
<entry>Neuanlage</entry>
<entry>Buchung</entry>
<entry>Personaleinsatzplanung</entry>
<entry>Raumplanung</entry>
<entry>Noten</entry>
<entry>Abrechnung</entry>
</row>

the result looks like this
... Buchung Personaleinsatzplanung Raumplanung ...
no hyphenation and writing in the next cell.

If I set a word, a blank or a new line before this word
"Personaleinsatzplanung" than the hyphenation works

<row>
<entry>Seminarart</entry>
<entry>Neuanlage</entry>
<entry>Buchung</entry>
<entry> Personaleinsatzplanung</entry>
      ^^^
<entry>Raumplanung</entry>
<entry>Noten</entry>
<entry>Abrechnung</entry>
</row>

the result looks like this
 Person-
aleinsatz-
planung


This occures for every word at the beginning of a paragraph.


Any hints for a solution are welcome.
thanx in advance
Steffen


--------------------------------------------------------------------- To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org


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