[xep-support] fo:inline always kept together? / rotated text

Alexander Peshkov peshkov at renderx.com
Mon Sep 29 07:18:15 PDT 2003


Hello Sebastian,

1. I bet you have keep-together="always" on the surrounding block.
   In this case the explanation is as follows: keep-together is a
   compound property that splits into individual components each having
   the same value:
   
    keep-together.within-line="always"
    keep-together.within-column="always"
    keep-together.within-page="always"

   The first component pours down to the inline level (keep-together
   is an inheritable property), and disables line breaks in the text.
   That's why XEP tries to pack the whole block on one line; and I
   believe it's the kind of behavior prescribed by the XSL spec.

   To fix it, you have to relax your constraint. I believe a single
   keep-together.within-column="always" would be sufficient.

2. I think this question would be more appropriate for docbook-apps
   list. As far as I know 'rotate' attribute isn't supported by Docbook XSL
   FO stylesheets.

Best regards,
Alexander Peshkov                             mailto:peshkov at renderx.com
RenderX


SF> hi,

SF> 1.
SF> are fo:inline areas always kept together with XEP?
SF> ive a table-entry that is formatted italic by fo:inline. It has no
SF> keep.together... attribute, but XEP puts it in 1 line and due to lack of
SF> space the lettters are rendered on each other.

SF> 2.
SF> id like to use the docbook rotate-attribute to vertically print some table
SF> headers. but it doesnt seem to work ...

SF> any pointers?


SF> thx in advance,

SF> Sebastian


SF> -------------------
SF> (*) To unsubscribe, send a message with words 'unsubscribe xep-support'
SF> in the body of the message to majordomo at renderx.com from the address
SF> you are subscribed from.
SF> (*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html


-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo at renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html



More information about the Xep-support mailing list