if you are a human please do not click here
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
Username :
Password :
Home
Help
Calendar
Register
Login
XMetaL Community Forums
»
General
»
DITA and XMetaL Discussion
»
adjusting column width of choice table
Pages:
1
« previous
next »
Print
Author
Topic: adjusting column width of choice table (Read 195 times)
IF
Member
Posts: 65
adjusting column width of choice table
«
on:
September 08, 2011, 01:15:04 PM »
Any ideas on how I can specify the width of a choice table for PDF output?
I find the table much too wide (see attachment for screen capture of XMetal 6.0 author and resulting PDF).
Using XMetal 6.0 with XMetal Enhanced PDF via XRenderX XEP.
Thanks
choice_table.png
(14.06 KB, 542x297 - viewed 28 times.)
Logged
IF
Member
Posts: 65
Re: adjusting column width of choice table
«
Reply #1 on:
October 21, 2011, 09:43:04 AM »
Changing the width attribute to "auto" in the choicetable attribute set did the trick
<xsl:attribute-set name="choicetable">
<!--It is a table container -->
<xsl:attribute name="width">auto</xsl:attribute> <!--IF was 100%-->
<xsl:attribute name="font-size"><xsl:value-of select="$xm.table.font-size"/></xsl:attribute>
<xsl:attribute name="space-after.optimum">1em</xsl:attribute>
</xsl:attribute-set>
Logged
Pages:
1
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> Forum Information
=> General XMetaL Discussion
=> DITA and XMetaL Discussion
=> XMetaL Tips and Tricks
=> XMetaL Announcements and Events
Loading...