r20371 - gnucash-docs/trunk/guide/C - Some more minor fix for the guide.

Cristian Marchi cmarchi at code.gnucash.org
Fri Mar 4 15:06:57 EST 2011


Author: cmarchi
Date: 2011-03-04 15:06:57 -0500 (Fri, 04 Mar 2011)
New Revision: 20371
Trac: http://svn.gnucash.org/trac/changeset/20371

Modified:
   gnucash-docs/trunk/guide/C/appendixd.xml
   gnucash-docs/trunk/guide/C/ch_bus_ap.xml
   gnucash-docs/trunk/guide/C/ch_bus_ar.xml
   gnucash-docs/trunk/guide/C/ch_capgain.xml
   gnucash-docs/trunk/guide/C/ch_cbook.xml
   gnucash-docs/trunk/guide/C/ch_invest.xml
   gnucash-docs/trunk/guide/C/ch_loans.xml
Log:
Some more minor fix for the guide.

Modified: gnucash-docs/trunk/guide/C/appendixd.xml
===================================================================
--- gnucash-docs/trunk/guide/C/appendixd.xml	2011-03-04 19:37:14 UTC (rev 20370)
+++ gnucash-docs/trunk/guide/C/appendixd.xml	2011-03-04 20:06:57 UTC (rev 20371)
@@ -13,12 +13,12 @@
     <title>Auxiliary File Formats</title>
     <para>These are the formats of some auxiliary files used by <application>&app;</application>.</para>
     <sect1 id="check_format_info">
-      <title>Check Format Files (*.chk)</title>
+      <title>Check Format Files (<filename>*.chk</filename>)</title>
 
       <sect2 id="check_format_overview">
         <title>Overview</title>
         <para>The check format file is used to tell <application>&app;</application> 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><application>&app;</application> looks for check format files in two different locations when you bring up the check printing dialog.  The first location is typically <filename class="directory">/usr/share/gnucash/checks</filename>, where check files distributed with the application can be found.  The second location is the user private <filename class="directory">~/.gnucash/checks</filename> directory.  Users may add check formats at any time (even while <application>&app;</application> 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>
+        <para><application>&app;</application> looks for check format files in two different locations when you bring up the check printing dialog.  The first location is typically <filename class="directory">/usr/share/gnucash/checks</filename>, where check files distributed with the application can be found.  The second location is the user private <filename class="directory">~/.gnucash/checks</filename> directory.  Users may add check formats at any time (even while <application>&app;</application> is running) simply by dropping a new <filename>*.chk</filename> 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 <application>&app;</application> 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>
         </note>

Modified: gnucash-docs/trunk/guide/C/ch_bus_ap.xml
===================================================================
--- gnucash-docs/trunk/guide/C/ch_bus_ap.xml	2011-03-04 19:37:14 UTC (rev 20370)
+++ gnucash-docs/trunk/guide/C/ch_bus_ap.xml	2011-03-04 20:06:57 UTC (rev 20371)
@@ -512,7 +512,7 @@
   you entered in the <guilabel>New Vendor</guilabel> window for this vendor,
   start to type it in this field and <application>&app;</application> will try auto complete 
   it for you. Else, press the <guibutton>Select...</guibutton> button to access the <guilabel>Find
-  Customer</guilabel> window described in <xref linkend="bus-ap-vendorfind2" />. Highlight the vendor you are looking for with a click 
+  Vendor</guilabel> window described in <xref linkend="bus-ap-vendorfind2" />. Highlight the vendor you are looking for with a click 
   in the search results, then press the <guibutton>Select</guibutton> button.</para>
   </listitem>
   <listitem>

Modified: gnucash-docs/trunk/guide/C/ch_bus_ar.xml
===================================================================
--- gnucash-docs/trunk/guide/C/ch_bus_ar.xml	2011-03-04 19:37:14 UTC (rev 20370)
+++ gnucash-docs/trunk/guide/C/ch_bus_ar.xml	2011-03-04 20:06:57 UTC (rev 20371)
@@ -1010,15 +1010,16 @@
     <para>You must select the <guilabel>Fancy</guilabel> style sheet template,
     and choose a name for your new style sheet. When you click the
     <guibutton>OK</guibutton> button, the <acronym>HTML</acronym> Style Sheet editor window is
-    displayed. This window contains four tabs, Colors, General, Images, and
-    Tables. The <guilabel>Colors</guilabel> tab allows you to change the colors of various sections
-    of the invoice. The <guilabel>General</guilabel> tab allows you to set the Preparer and
-    Prepared for information, and to enable links. The <guilabel>Images</guilabel> tab allows you
+    displayed. This window contains four tabs: <guilabel>Colors</guilabel>, <guilabel>General</guilabel>, 
+    <guilabel>Images</guilabel>, and <guilabel>Tables</guilabel>. The <guilabel>Colors</guilabel>
+    tab allows you to change the colors of various sections
+    of the invoice. The <guilabel>General</guilabel> tab allows you to set the <guilabel>Preparer</guilabel> and
+    <guilabel>Prepared for</guilabel> information, and to enable links. The <guilabel>Images</guilabel> tab allows you
     to import graphics into the style sheet. The <guilabel>Tables</guilabel> tab allows you to
     adjust the spacing around the tables which make up the invoice.</para>
 
     <para>To include a company logo, banner heading and background image, use
-    your favorite graphics application such as <application>The Gimp</application> or OpenOffice Draw to
+    your favorite graphics application such as <application>The Gimp</application> or <application>OpenOffice Draw</application> to
     save the images in either <acronym>GIF</acronym> or <acronym>PNG</acronym> format. Then import them into the
     style sheet using the <guilabel>Images</guilabel> tab.</para>
 

Modified: gnucash-docs/trunk/guide/C/ch_capgain.xml
===================================================================
--- gnucash-docs/trunk/guide/C/ch_capgain.xml	2011-03-04 19:37:14 UTC (rev 20370)
+++ gnucash-docs/trunk/guide/C/ch_capgain.xml	2011-03-04 20:06:57 UTC (rev 20371)
@@ -496,8 +496,8 @@
           evidence that the assets have value, as lenders are professionally
           suspicious of dubious overestimations of value. Be aware: all too
           many companies that appear <quote>profitable</quote> on paper go out of business
-          as a result of running out of cash, precisely because "valuable
-          assets" were not the same thing as cash.</para>
+          as a result of running out of cash, precisely because <quote>valuable
+          assets</quote> were not the same thing as cash.</para>
         </listitem>
       </itemizedlist>
     </sect2>

Modified: gnucash-docs/trunk/guide/C/ch_cbook.xml
===================================================================
--- gnucash-docs/trunk/guide/C/ch_cbook.xml	2011-03-04 19:37:14 UTC (rev 20370)
+++ gnucash-docs/trunk/guide/C/ch_cbook.xml	2011-03-04 20:06:57 UTC (rev 20371)
@@ -408,7 +408,7 @@
           reconciliation. The Reconcile R column in your <emphasis>Checking</emphasis> register
           should now show <guilabel>y</guilabel> for each transaction you just
           reconciled. Also observe the bottom status row that now indicates
-          "Reconciled: USD 1451.79"</para>
+          <guilabel>Reconciled: USD 1451.79</guilabel></para>
   
           <screenshot id="cbook-reconciledCheckAct">
             <mediaobject>

Modified: gnucash-docs/trunk/guide/C/ch_invest.xml
===================================================================
--- gnucash-docs/trunk/guide/C/ch_invest.xml	2011-03-04 19:37:14 UTC (rev 20370)
+++ gnucash-docs/trunk/guide/C/ch_invest.xml	2011-03-04 20:06:57 UTC (rev 20371)
@@ -993,8 +993,8 @@
           </listitem>
 	  <listitem>
             <para>Run <emphasis role="strong">Install Online Price
-	    Retrieval</emphasis>In the <application>&app;</application>
-	    <quote>Start</quote> menu.</para>
+	    Retrieval</emphasis> in the <application>&app;</application>
+	    <quote>Start</quote> menu entry.</para>
           </listitem>
 	</itemizedlist>
         </para>
@@ -1028,7 +1028,7 @@
 	</itemizedlist>
 
 	This will launch a <application>Perl</application> CPAN update session that will go out
-	onto the Internet and install the <application>Finance::Quote</application> module on
+	onto the internet and install the <application>Finance::Quote</application> module on
 	your system. The gnc-fq-update program is interactive,
 	however, with most systems you should be able to answer
 	<quote>no</quote> to the first question: <quote>Are you ready
@@ -1063,9 +1063,9 @@
         the <guilabel>Price Editor</guilabel> and click on the <guibutton>Get Quotes</guibutton>
         button to update your stock prices on the Internet.</para>
 
-        <para>The command <quote>gnucash --add-price-quotes $HOME/gnucash-filename</quote>
+        <para>The command <command>gnucash --add-price-quotes $HOME/gnucash-filename</command>
         can be used to fetch the current prices of your stocks.  The file specified
-        <quote>$HOME/gnucash-filename</quote> will depend on the name and location of your
+        <filename class="directory">$HOME/gnucash-filename</filename> will depend on the name and location of your
         data file.
         This can be determined by the name displayed in the top frame of the <application>&app;</application> window,
         before the <quote>-</quote>.  The file name can also be found under <guimenu>File</guimenu>
@@ -1301,8 +1301,8 @@
     </table>
 
     <para>If you will be recording the sale of the stock as a capital gain (or
-    loss), please see the chapter <quote>Depreciation and Capital Gains</quote> for more
-    information on this topic.</para>
+    loss), please see <xref linkend="chapter_capgain" /> and <xref linkend="chapter_dep" />
+    for more information on this topic.</para>
 
     <sect2 id="invest-sellexample2">
       <title>Example - Sale of stock with profit</title>

Modified: gnucash-docs/trunk/guide/C/ch_loans.xml
===================================================================
--- gnucash-docs/trunk/guide/C/ch_loans.xml	2011-03-04 19:37:14 UTC (rev 20370)
+++ gnucash-docs/trunk/guide/C/ch_loans.xml	2011-03-04 20:06:57 UTC (rev 20371)
@@ -314,7 +314,7 @@
 
         <note>
           <para>NOTE: in the equations below for the financial transaction,
-          all interest rates are the effective interest rate, ieff. For the
+          all interest rates are the effective interest rate, <quote>ieff</quote>. For the
           sake of brevity, the symbol will be shortened to just <quote>i</quote>.</para>
         </note>
       </sect3>



More information about the gnucash-changes mailing list