]> granicus.if.org Git - docbook-dsssl/commitdiff
fo:table-body and fo:table-header now set start-indent and
authorBob Stayton <bobs@sagehill.net>
Tue, 9 Aug 2005 09:30:44 +0000 (09:30 +0000)
committerBob Stayton <bobs@sagehill.net>
Tue, 9 Aug 2005 09:30:44 +0000 (09:30 +0000)
end-indent to zero to reset the table reference areas.

xsl/fo/block.xsl
xsl/fo/ebnf.xsl
xsl/fo/table.xsl
xsl/fo/titlepage.xsl

index 9f565fa59cd39d23950c44bfdbf4ce4b6eafae5a..dd2137e1a387a8b42e37ed7c3d71b7c76839be13 100644 (file)
     <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
     <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
     <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
-    <fo:table-body>
+    <fo:table-body start-indent="0pt" end-indent="0pt">
       <fo:table-row>
         <fo:table-cell number-columns-spanned="3">
           <fo:block>
index 4f184be6287954546c5357fa5d40bd0b978f39fa..e10f8cc8dd45a94750d852c26966b6d2c8c9ed3f 100644 (file)
@@ -67,7 +67,7 @@ to be incomplete. Don't forget to read the source, too :-)</para>
           <fo:table-column column-number="3" column-width="5%"/>
           <fo:table-column column-number="4" column-width="52%"/>
           <fo:table-column column-number="5" column-width="25%"/>
-          <fo:table-body>
+          <fo:table-body start-indent="0pt" end-indent="0pt">
             <xsl:apply-templates select="production|productionrecap"/>
           </fo:table-body>
         </fo:table>
@@ -80,7 +80,7 @@ to be incomplete. Don't forget to read the source, too :-)</para>
         <fo:table-column column-number="3" column-width="5%"/>
         <fo:table-column column-number="4" column-width="52%"/>
         <fo:table-column column-number="5" column-width="25%"/>
-        <fo:table-body>
+        <fo:table-body start-indent="0pt" end-indent="0pt">
           <xsl:apply-templates select="production|productionrecap"/>
         </fo:table-body>
       </fo:table>
index a7d6231c328ea9f7b26b3bafd38f29f08f261882..d39b690f2094ca3ee10be6a1a0871a8ffbce137d 100644 (file)
@@ -319,7 +319,7 @@ to be incomplete. Don't forget to read the source, too :-)</para>
 <xsl:template match="thead">
   <xsl:variable name="tgroup" select="parent::*"/>
 
-  <fo:table-header start-indent="0pt">
+  <fo:table-header start-indent="0pt" end-indent="0pt">
     <xsl:apply-templates select="row[1]">
       <xsl:with-param name="spans">
         <xsl:call-template name="blank.spans">
@@ -333,7 +333,7 @@ to be incomplete. Don't forget to read the source, too :-)</para>
 <xsl:template match="tfoot">
   <xsl:variable name="tgroup" select="parent::*"/>
 
-  <fo:table-footer start-indent="0pt">
+  <fo:table-footer start-indent="0pt" end-indent="0pt">
     <xsl:apply-templates select="row[1]">
       <xsl:with-param name="spans">
         <xsl:call-template name="blank.spans">
@@ -348,7 +348,7 @@ to be incomplete. Don't forget to read the source, too :-)</para>
 <xsl:template match="tbody">
   <xsl:variable name="tgroup" select="parent::*"/>
 
-  <fo:table-body start-indent="0pt">
+  <fo:table-body start-indent="0pt" end-indent="0pt">
     <xsl:apply-templates select="row[1]">
       <xsl:with-param name="spans">
         <xsl:call-template name="blank.spans">
index d28a63d902183d670074c49069ddb9a871a33a39..c797faefe939ca9e7947217d7866858ef05cffbf 100644 (file)
     <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
     <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
     <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
-    <fo:table-body>
+    <fo:table-body start-indent="0pt" end-indent="0pt">
       <fo:table-row>
         <fo:table-cell number-columns-spanned="3">
           <fo:block>