r22632 - gnucash-docs/branches/2.4/guide/C - [22590] Fix columns width for tables in pdf output.

Cristian Marchi cmarchi at code.gnucash.org
Thu Dec 6 14:20:44 EST 2012


Author: cmarchi
Date: 2012-12-06 14:20:43 -0500 (Thu, 06 Dec 2012)
New Revision: 22632
Trac: http://svn.gnucash.org/trac/changeset/22632

Modified:
   gnucash-docs/branches/2.4/guide/C/ch_invest.xml
Log:
[22590] Fix columns width for tables in pdf output.

Modified: gnucash-docs/branches/2.4/guide/C/ch_invest.xml
===================================================================
--- gnucash-docs/branches/2.4/guide/C/ch_invest.xml	2012-12-06 04:07:56 UTC (rev 22631)
+++ gnucash-docs/branches/2.4/guide/C/ch_invest.xml	2012-12-06 19:20:43 UTC (rev 22632)
@@ -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