[xep-support] Character spacing with multiple inlines

From: Ryan Graham (Ryan.Graham@apollogrp.edu)
Date: Tue Oct 21 2003 - 16:32:45 PDT

  • Next message: Alexander Peshkov: "Re: [xep-support] Orphans and widows"

    Hi,

    I have the following XML:

    <title>
            <i>T</i>
            <sc>
                    <i>HIS IS HOW CERTAIN TITLES ARE FORMATTED</i>
            </sc>
    </title>

    After applying templates, the following FO is generated:

    <fo:block>
            <fo:inline font-weight="bold">
                    <fo:inline font-style="italic">T</fo:inline>
                    <fo:inline font-size="0.8em">
                            <fo:inline font-style="italic">HIS IS HOW CERTAIN
    TITLES ARE FORMATTED</fo:inline>
                    </fo:inline>
            </fo:inline>
    </fo:block>

    When this is rendered, there is extra space between the first character and
    the rest of the text. Is there a workaround in XEP to make the spacing
    uniform?? The effect produced is "small caps".

    Thanks,

    Ryan Graham
    -------------------
    (*) To unsubscribe, send a message with words 'unsubscribe xep-support'
    in the body of the message to majordomo@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



    This archive was generated by hypermail 2.1.5 : Tue Oct 21 2003 - 16:35:56 PDT