<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi Alexander<br>
<br>
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:<br>
<br>
<!-- center table titles in page width --><br>
<xsl:attribute-set name="formal.title.properties"><br>
<xsl:attribute
name="text-align">center</xsl:attribute><br>
</xsl:attribute-set><br>
<br>
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:<br>
<title text-align="center">title < etc.<br>
<br>
<?xml version="1.0" encoding="UTF-8" ?><br>
<!DOCTYPE section<br>
[<br>
<!ENTITY % ents SYSTEM
"/Users/ron/Documents/_XML/_DocBook/entities.ent"><br>
%ents;<br>
]><br>
<!-- You will need to adjust these colwidth values to suit your
table:<br>
<colspec colname="c1" colnum="1" colwidth="2.0*"
colsep="1" rowsep="0"/><br>
<colspec colname="c2" colnum="2" colwidth="6.0*"
colsep="0" rowsep="0"/><br>
<colspec colname="c3" colnum="3" colwidth="2.0*"
colsep="0" rowsep="0"/><br>
--><br>
<section xml:id="Center_table"
xmlns=<a class="moz-txt-link-rfc2396E" href="http://docbook.org/ns/docbook">"http://docbook.org/ns/docbook"</a> version="5.0"
xml:lang="EN"><br>
<info><title></title></info><br>
<table frame="none" xml:id="Tab_Delta_5"><br>
<info><br>
<title text-align="center">Integral Solutions for
delta=2 applied to Individual Constants</title><br>
</info><br>
<?dbfo table-width="100.0%" ?><br>
<tgroup align="center" cols="3"><br>
<colspec colname="c1" colnum="1" colwidth="2.0*"
colsep="1" rowsep="0"/><br>
<colspec colname="c2" colnum="2" colwidth="6.0*"
colsep="0" rowsep="0"/><br>
<colspec colname="c3" colnum="3" colwidth="2.0*"
colsep="0" rowsep="0"/><br>
<spanspec align="center" nameend="c3" namest="c1"
spanname="hspan"/><br>
<tbody valign="middle"><br>
<row valign="middle"><br>
<entry rowsep="0" colsep="0"> </entry><br>
<entry rowsep="1" colsep="0"> </entry><br>
<entry rowsep="0" colsep="0"> </entry><br>
</row><br>
<row valign="middle"><br>
<entry/><br>
<entrytbl align="center" cols="7" rowsep="1"
colsep="1"><br>
<colspec colname="cl" colnum="1"
colwidth="0.8*" colsep="1" rowsep="1"/><br>
<colspec colname="c2" colnum="2"
colwidth="0.8*" colsep="1" rowsep="1"/><br>
<colspec colname="c3" colnum="3"
colwidth="0.8*" colsep="1" rowsep="1"/><br>
<colspec colname="c4" colnum="4"
colwidth="0.8*" colsep="1" rowsep="1"/><br>
<colspec colname="c5" colnum="5"
colwidth="0.8*" colsep="1" rowsep="1"/><br>
<colspec colname="c6" colnum="6"
colwidth="1.0*" colsep="1" rowsep="1"/><br>
<colspec colname="c7" colnum="7"
colwidth="1.0*" colsep="1" rowsep="1"/><br>
<thead><br>
<row valign="middle"><br>
<entry align="center">h=601
delta1</entry><br>
<entry align="center">d=249
delta2</entry><br>
<entry align="center">f=485
delta3</entry><br>
<entry align="center">k=893
delta4</entry><br>
<entry align="center">l=1157
delta5</entry><br>
<entry align="center">total
solutions</entry><br>
<entry align="center">integral
solutions</entry><br>
</row><br>
</thead><br>
<tbody><br>
<row valign="middle"><br>
<entry
align="center">2</entry><br>
<entry
align="center">0</entry><br>
<entry
align="center">0</entry><br>
<entry
align="center">0</entry><br>
<entry
align="center">0</entry><br>
<entry
align="center">5</entry><br>
<entry
align="center">3</entry><br>
</row><br>
<row valign="middle"><br>
<entry
align="center">0</entry><br>
<entry
align="center">2</entry><br>
<entry
align="center">0</entry><br>
<entry
align="center">0</entry><br>
<entry
align="center">0</entry><br>
<entry
align="center">5</entry><br>
<entry
align="center">5</entry><br>
</row><br>
<row valign="middle"><br>
<entry
align="center">0</entry><br>
<entry
align="center">0</entry><br>
<entry
align="center">2</entry><br>
<entry
align="center">0</entry><br>
<entry
align="center">0</entry><br>
<entry
align="center">5</entry><br>
<entry
align="center">1</entry><br>
</row><br>
<row valign="middle"><br>
<entry
align="center">0</entry><br>
<entry
align="center">0</entry><br>
<entry
align="center">0</entry><br>
<entry
align="center">2</entry><br>
<entry
align="center">0</entry><br>
<entry
align="center">5</entry><br>
<entry
align="center">1</entry><br>
</row><br>
<row valign="middle"><br>
<entry
align="center">0</entry><br>
<entry
align="center">0</entry><br>
<entry
align="center">0</entry><br>
<entry
align="center">0</entry><br>
<entry
align="center">2</entry><br>
<entry
align="center">5</entry><br>
<entry
align="center">5</entry><br>
</row><br>
</tbody><br>
</entrytbl><br>
<entry/><br>
</row><br>
<row valign="middle"><br>
<entry rowsep="0" colsep="0"/><br>
<entry rowsep="1" colsep="0"/><br>
<entry rowsep="0" colsep="0"/><br>
</row><br>
</tbody><br>
</tgroup><br>
</table><br>
</section><br>
<br>
<br>
<br>
<br>
On 30-Oct-11 7:29 AM, Alexander Dyuzhev wrote:
<blockquote
cite="mid:CAGRvdFzw72Le7t4xvfqtT3=LqzEe9g6n2euAavn6Aumg8R8Rhw@mail.gmail.com"
type="cite">
<div>Hi!</div>
<div> </div>
<div>I want to center a table on page.</div>
<div> </div>
<div>First, I create simple table with two column (see Table 1).</div>
<div>Text place in _one_ line in each cell.</div>
<div> </div>
<div>Second, I need to center this table. I enveloped my table in
three-column table (for center on page) with use
proportional-column-width(1) instruction (see Table2).</div>
<div>But text places in _two_ or _three_ lines in each
cell instead in one line.</div>
<div> </div>
<div>How to place the text in one line in centered table ?</div>
<div> </div>
<div>Please, see <a moz-do-not-send="true" href="http://test.fo">test.fo</a>
and test.pdf in:</div>
<div><a moz-do-not-send="true"
href="https://skydrive.live.com/redir.aspx?cid=e323ecc35fbbfab3&resid=E323ECC35FBBFAB3%21117">https://skydrive.live.com/redir.aspx?cid=e323ecc35fbbfab3&resid=E323ECC35FBBFAB3!117</a><br
clear="all">
</div>
<div>What do I do wrong ?</div>
<div><br>
-- <br>
Best regards,</div>
<div>Alexander Dyuzhev<br>
<br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
(*) To unsubscribe, please visit <a class="moz-txt-link-freetext" href="http://lists.renderx.com/mailman/options/xep-support">http://lists.renderx.com/mailman/options/xep-support</a>
(*) By using the Service, you expressly agree to these Terms of Service <a class="moz-txt-link-freetext" href="http://w">http://w</a>
ww.renderx.com/terms-of-service.html</pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
<a class="moz-txt-link-abbreviated" href="mailto:ron@catterall.net">ron@catterall.net</a></pre>
!DSPAM:87,4eada1de63737820174786!
</body>
</html>