r19646 - gnucash-docs/trunk/guide/C - Completed the gnucash -> &app; switch.

Cristian Marchi cmarchi at code.gnucash.org
Sun Oct 10 13:53:31 EDT 2010


Author: cmarchi
Date: 2010-10-10 13:53:31 -0400 (Sun, 10 Oct 2010)
New Revision: 19646
Trac: http://svn.gnucash.org/trac/changeset/19646

Modified:
   gnucash-docs/trunk/guide/C/appendixd.xml
Log:
Completed the gnucash -> &app; switch.

Modified: gnucash-docs/trunk/guide/C/appendixd.xml
===================================================================
--- gnucash-docs/trunk/guide/C/appendixd.xml	2010-10-07 20:08:39 UTC (rev 19645)
+++ gnucash-docs/trunk/guide/C/appendixd.xml	2010-10-10 17:53:31 UTC (rev 19646)
@@ -17,7 +17,7 @@
 
       <sect2 id='check_format_overview'>
         <title>Overview</title>
-        <para>The check format file is used to tell gnucash how to print a check or checks onto a page of paper.  This file first describes the overall layout of a page (number of checks, orientation, etc) and then describes the layout of the specific items on a single check.  The file is organized as a typical Key/Value file used by many Linux applications.  Keys/values pairs are grouped into sections that begin with the group name enclosed in square brackets.</para>
+        <para>The check format file is used to tell &app; how to print a check or checks onto a page of paper.  This file first describes the overall layout of a page (number of checks, orientation, etc) and then describes the layout of the specific items on a single check.  The file is organized as a typical Key/Value file used by many Linux applications.  Keys/values pairs are grouped into sections that begin with the group name enclosed in square brackets.</para>
         <para>&app; looks for check format files in two different locations when you bring up the check printing dialog.  The first location is typically /usr/share/gnucash/checks, where check files distributed with the application can be found.  The second location is the user private ~/.gnucash/checks directory.  Users may add check formats at any time (even while &app; is running) simply by dropping a new *.chk file in this directory.  The next time the check printing dialog is opened the new check format will appear in the list of available check formats.</para>
         <note>
           <para>Printing functions differently depending on the version of GTK that is installed on your system.  When &app; is using a version of GTK prior to 2.10 all offsets are measured from the lower left corner of the page or check.  When using GTK 2.10 or later, all offsets are measured from the upper left corner of the page or check.</para>
@@ -255,7 +255,7 @@
 Blocking_Chars
                     </literallayout>
                   </entry>
-                  <entry>This type value tells gnucash to print the check payee name at the specified coordinates.</entry>
+                  <entry>This type value tells &app; to print the check payee name at the specified coordinates.</entry>
                 </row>
                 <row>
                   <entry>DATE</entry>
@@ -267,7 +267,7 @@
 DateFormat
                     </literallayout>
                   </entry>
-                  <entry>This type value tells gnucash to print the check date at the specified coordinates.</entry>
+                  <entry>This type value tells &app; to print the check date at the specified coordinates.</entry>
                 </row>
                 <row>
                   <entry>NOTES</entry>
@@ -278,7 +278,7 @@
 Blocking_Chars
                     </literallayout>
                   </entry>
-                  <entry>This type value tells gnucash to print the transaction notes field at the specified coordinates.</entry>
+                  <entry>This type value tells &app; to print the transaction notes field at the specified coordinates.</entry>
                 </row>
                 <row>
                   <entry>CHECK_NUMBER</entry>
@@ -289,7 +289,7 @@
 Blocking_Chars
                     </literallayout>
                   </entry>
-                  <entry>This type value tells gnucash to print the check number at the specified coordinates.</entry>
+                  <entry>This type value tells &app; to print the check number at the specified coordinates.</entry>
                 </row>
                 <row>
                   <entry>MEMO</entry>
@@ -300,7 +300,7 @@
 Blocking_Chars
                     </literallayout>
                   </entry>
-                  <entry>This type value tells gnucash to print the split memo field at the specified coordinates.</entry>
+                  <entry>This type value tells &app; to print the split memo field at the specified coordinates.</entry>
                 </row>
                 <row>
                   <entry>ACTION</entry>
@@ -311,7 +311,7 @@
 Blocking_Chars
                     </literallayout>
                   </entry>
-                  <entry>This type value tells gnucash to print the split action field at the specified coordinates.</entry>
+                  <entry>This type value tells &app; to print the split action field at the specified coordinates.</entry>
                 </row>
                 <row>
                   <entry>AMOUNT_WORDS</entry>
@@ -322,7 +322,7 @@
 Blocking_Chars
                     </literallayout>
                   </entry>
-                  <entry>This type value tells gnucash to print the check amount in words at the specified coordinates.  The amount will appear similar to the string "One thousand, two hundred thirty four and 56/100".</entry>
+                  <entry>This type value tells &app; to print the check amount in words at the specified coordinates.  The amount will appear similar to the string "One thousand, two hundred thirty four and 56/100".</entry>
                 </row>
                 <row>
                   <entry>AMOUNT_NUMBER</entry>
@@ -333,7 +333,7 @@
 Blocking_Chars
                     </literallayout>
                   </entry>
-                  <entry>This type value tells gnucash to print the check amount in numbers at the specified coordinates.  The amount will appear similar to the number "$1,234.56".</entry>
+                  <entry>This type value tells &app; to print the check amount in numbers at the specified coordinates.  The amount will appear similar to the number "$1,234.56".</entry>
                 </row>
                 <row>
                   <entry>ADDRESS</entry>
@@ -344,7 +344,7 @@
 Blocking_Chars
                     </literallayout>
                   </entry>
-                  <entry>This type value tells gnucash to print the address at the specified coordinates.</entry>
+                  <entry>This type value tells &app; to print the address at the specified coordinates.</entry>
                 </row>
                 <row>
                   <entry>SPLITS_ACCOUNT</entry>
@@ -355,7 +355,7 @@
 Blocking_Chars
                     </literallayout>
                   </entry>
-                  <entry>This type value tells gnucash to print the account names for each split entry stating at the specified coordinates. See the note on splits printing.</entry>
+                  <entry>This type value tells &app; to print the account names for each split entry stating at the specified coordinates. See the note on splits printing.</entry>
                 </row>
                 <row>
                   <entry>SPLITS_AMOUNT</entry>
@@ -366,7 +366,7 @@
 Blocking_Chars
                     </literallayout>
                   </entry>
-                  <entry>This type value tells gnucash to print the amount for each split entry stating at the specified coordinates.  Amounts are printed with currency symbols. See the note on splits printing.</entry>
+                  <entry>This type value tells &app; to print the amount for each split entry stating at the specified coordinates.  Amounts are printed with currency symbols. See the note on splits printing.</entry>
                 </row>
                 <row>
                   <entry>SPLITS_MEMO</entry>
@@ -377,7 +377,7 @@
 Blocking_Chars
                     </literallayout>
                   </entry>
-                  <entry>This type value tells gnucash to print the memo text for each split entry stating at the specified coordinates. See the note on splits printing.</entry>
+                  <entry>This type value tells &app; to print the memo text for each split entry stating at the specified coordinates. See the note on splits printing.</entry>
                 </row>
                 <row>
                   <entry>TEXT</entry>
@@ -388,13 +388,13 @@
 Blocking_Chars
                     </literallayout>
                   </entry>
-                  <entry>This type value tells gnucash to print an arbitrary string at the specified coordinates. The string to be printed is specified with the <emphasis>Text_n</emphasis> key.</entry>
+                  <entry>This type value tells &app; to print an arbitrary string at the specified coordinates. The string to be printed is specified with the <emphasis>Text_n</emphasis> key.</entry>
                 </row>
                 <row>
                   <entry>PICTURE</entry>
                   <entry>Coords, Filename</entry>
                   <entry>(none)</entry>
-                  <entry>This type value tells gnucash to print an image at the specified coordinates. The image to be printed is specified with the <emphasis>Filename_n</emphasis> key.  This type is only recognized when using gtk version 2.10 or later.</entry>
+                  <entry>This type value tells &app; to print an image at the specified coordinates. The image to be printed is specified with the <emphasis>Filename_n</emphasis> key.  This type is only recognized when using gtk version 2.10 or later.</entry>
                 </row>
               </tbody>
             </tgroup>



More information about the gnucash-changes mailing list