[xep-support] Character spacing with multiple inlines

Ryan Graham Ryan.Graham at apollogrp.edu
Tue Oct 21 16:32:45 PDT 2003


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 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