[xep-support] Re: Xep-support Digest, Vol 13, Issue 10

Alexander Dyuzhev dyuzhev at gmail.com
Mon Oct 31 02:05:26 PDT 2011


Hi Ron,

As I understand I need to know the width of table (or width of each column)..
But I don't have width of columns.


To RenderX developers: Why table are rendered correctly when not
center and have incorrect width when centered ?

Best regards,
Alexander Dyuzhev


> Message: 1
> Date: Sun, 30 Oct 2011 13:13:19 -0600
> From: Ron Catterall <ron at catterall.net>
> To: xep-support at renderx.com, dyuzhev at gmail.com
> Subject: [xep-support] Re: Text in centered table
> Message-ID: <4EADA1CF.9000304 at catterall.net>
> Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"
>
> Hi Alexander
>
> To center a table title and center the table, both in the page width,
> and center the contents of cells, put this in your customization file:
>
> <!-- center table titles in page width -->
> <xsl:attribute-set name="formal.title.properties">
> <xsl:attribute name="text-align">center</xsl:attribute>
> </xsl:attribute-set>
>
> This customization centers the title only.  Then set up your table like
> the example below (your table title comes in the outer <table>, your
> table data comes in the <entrytbl> section), and use the additional
> attribute declared above as:
> <title text-align="center">title < etc.
>
> <?xml version="1.0" encoding="UTF-8" ?>
> <!DOCTYPE section
> [
> <!ENTITY % ents SYSTEM "/Users/ron/Documents/_XML/_DocBook/entities.ent">
> %ents;
> ]>
> <!--  You will need to adjust these colwidth values to suit your table:
> <colspec colname="c1" colnum="1" colwidth="2.0*" colsep="1" rowsep="0"/>
> <colspec colname="c2" colnum="2" colwidth="6.0*" colsep="0" rowsep="0"/>
> <colspec colname="c3" colnum="3" colwidth="2.0*" colsep="0" rowsep="0"/>
>   -->
> <section xml:id="Center_table" xmlns="http://docbook.org/ns/docbook"
> version="5.0" xml:lang="EN">
> <info><title></title></info>
> <table frame="none" xml:id="Tab_Delta_5">
> <info>
> <title text-align="center">Integral Solutions for delta=2 applied to
> Individual Constants</title>
> </info>
> <?dbfo table-width="100.0%" ?>
> <tgroup align="center" cols="3">
> <colspec colname="c1" colnum="1" colwidth="2.0*" colsep="1" rowsep="0"/>
> <colspec colname="c2" colnum="2" colwidth="6.0*" colsep="0" rowsep="0"/>
> <colspec colname="c3" colnum="3" colwidth="2.0*" colsep="0" rowsep="0"/>
> <spanspec align="center" nameend="c3" namest="c1" spanname="hspan"/>
> <tbody valign="middle">
> <row valign="middle">
> <entry rowsep="0" colsep="0"> </entry>
> <entry rowsep="1" colsep="0"> </entry>
> <entry rowsep="0" colsep="0"> </entry>
> </row>
> <row valign="middle">
> <entry/>
> <entrytbl align="center" cols="7" rowsep="1" colsep="1">
> <colspec colname="cl" colnum="1" colwidth="0.8*" colsep="1" rowsep="1"/>
> <colspec colname="c2" colnum="2" colwidth="0.8*" colsep="1" rowsep="1"/>
> <colspec colname="c3" colnum="3" colwidth="0.8*" colsep="1" rowsep="1"/>
> <colspec colname="c4" colnum="4" colwidth="0.8*" colsep="1" rowsep="1"/>
> <colspec colname="c5" colnum="5" colwidth="0.8*" colsep="1" rowsep="1"/>
> <colspec colname="c6" colnum="6" colwidth="1.0*" colsep="1" rowsep="1"/>
> <colspec colname="c7" colnum="7" colwidth="1.0*" colsep="1" rowsep="1"/>
> <thead>
> <row valign="middle">
> <entry align="center">h=601 delta1</entry>
> <entry align="center">d=249 delta2</entry>
> <entry align="center">f=485 delta3</entry>
> <entry align="center">k=893 delta4</entry>
> <entry align="center">l=1157 delta5</entry>
> <entry align="center">total solutions</entry>
> <entry align="center">integral solutions</entry>
> </row>
> </thead>
> <tbody>
> <row valign="middle">
> <entry align="center">2</entry>
> <entry align="center">0</entry>
> <entry align="center">0</entry>
> <entry align="center">0</entry>
> <entry align="center">0</entry>
> <entry align="center">5</entry>
> <entry align="center">3</entry>
> </row>

!DSPAM:87,4eae64df63731038864619!




More information about the Xep-support mailing list