OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: table title


Hi All,

Could someone please point out the XSL parameter / template which 
causes the <title> of a <table> to be indented in PDF output?

   I do not want any indentation for the title.

Software : FOP 0.20.5, XSL 1.67.2, Docbook XML 4.4CR2, Saxon 6.5.3

My xml :


	    <table frame="all">
     <title><emphasis role="bold">Table title</emphasis></title>
<tgroup cols="5" align="center">
<colspec colname="c1" colwidth="0.5*" />
<colspec colname="c2" colwidth="1.5*"  />
<colspec colname="c3" colwidth="0.4*" />
<colspec colname="c4" colwidth="0.4*" />
<colspec colname="c5" colwidth="0.8*"  />

<thead>
     <row>
     <entry morerows="1" valign="middle">AAA</entry>
     <entry morerows="1" valign="middle">BBBB</entry>
     <entry namest="c3" nameend="c4">CCCC</entry>
     <entry morerows="1" valign="middle">DDDD</entry>
   </row>
   <row>
   <entry>aaa</entry>
   <entry>bbb</entry>
   </row>
  </thead>

<tbody>
   <row>
     <entry>PGL-1</entry>
     <entry>RGG box</entry>
     <entry>Yes</entry>

....

Cheers,        Tristan
---
Tristan J. Fiedler
Postdoctoral Fellow - Stein Lab
Cold Spring Harbor Laboratory



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]