r22590 - gnucash-docs/trunk/guide/C - Fix columns width for tables in pdf output BP

Cristian Marchi cmarchi at code.gnucash.org
Thu Nov 22 16:26:42 EST 2012


Author: cmarchi
Date: 2012-11-22 16:26:41 -0500 (Thu, 22 Nov 2012)
New Revision: 22590
Trac: http://svn.gnucash.org/trac/changeset/22590

Modified:
   gnucash-docs/trunk/guide/C/ch_invest.xml
Log:
Fix columns width for tables in pdf output BP

Modified: gnucash-docs/trunk/guide/C/ch_invest.xml
===================================================================
--- gnucash-docs/trunk/guide/C/ch_invest.xml	2012-11-22 10:41:17 UTC (rev 22589)
+++ gnucash-docs/trunk/guide/C/ch_invest.xml	2012-11-22 21:26:41 UTC (rev 22590)
@@ -1264,6 +1264,11 @@
       <title>Selling Stock using Split Transaction Scheme</title>
 
       <tgroup cols="5">
+		<colspec colnum="1" colwidth="2*"/>
+		<colspec colnum="1" colwidth="2*"/>
+		<colspec colnum="1" colwidth="2*"/>
+		<colspec colnum="1" colwidth="2*"/>
+		<colspec colnum="1" colwidth="2*"/>
         <tbody>
           <row>
             <entry><emphasis>Account</emphasis></entry>
@@ -1357,11 +1362,14 @@
       <table>
         <title>Selling Stock Split Transaction Scheme</title>
 
-        <?dbhtml table-width="50%" ?>
+        <?dbfo table-width="70%" ?>
 
-        <?dbfo table-width="50%" ?>
-
         <tgroup cols="5">
+		<colspec colnum="1" colwidth="4*"/>
+		<colspec colnum="1" colwidth="2*"/>
+		<colspec colnum="1" colwidth="2*"/>
+		<colspec colnum="1" colwidth="1*"/>
+		<colspec colnum="1" colwidth="1*"/>
           <tbody>
             <row>
               <entry><emphasis>Account</emphasis></entry>
@@ -1484,11 +1492,14 @@
       <table>
         <title>Selling Shares at loss Split Transaction Scheme</title>
 
-        <?dbhtml table-width="50%" ?>
+        <?dbfo table-width="70%" ?>
 
-        <?dbfo table-width="50%" ?>
-
         <tgroup cols="5">
+		<colspec colnum="1" colwidth="4*"/>
+		<colspec colnum="1" colwidth="2*"/>
+		<colspec colnum="1" colwidth="2*"/>
+		<colspec colnum="1" colwidth="1*"/>
+		<colspec colnum="1" colwidth="1*"/>
           <tbody>
             <row>
               <entry><emphasis>Account</emphasis></entry>



More information about the gnucash-changes mailing list