Git commit 6736b54218a1136e6ed854d6ddd377726a4671ca by Stephane Mankowski.
Committed on 26/12/2016 at 19:53.
Pushed by smankowski into branch 'master'.

Remove undefined &PDF; tag in doc

M  +6    -6    doc/index.docbook

https://commits.kde.org/skrooge/6736b54218a1136e6ed854d6ddd377726a4671ca

diff --git a/doc/index.docbook b/doc/index.docbook
index 80d74fad..0d1d7771 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -691,7 +691,7 @@
            <listitem><para>QIF: <trademark>Quicken</trademark> Import File. 
Maybe the most common financial file format. However, it has some rather 
annoying limitations, like not giving the unit for operation, or no strict date 
formatting.</para></listitem>
            <listitem><para>IIF: <trademark>Intuit</trademark> Interchange 
Format is used by <trademark>QuickBooks</trademark>.</para></listitem>
            <listitem><para>SKG: This is useful to merge 2 &skrooge; 
documents</para></listitem>
-            <listitem><para>PDF: This allows to create the operation from a 
&PDF; invoice. The invoice is also associated to the operation as a property. 
Read the <link linkend="howto_extractor">How to</link> if you want to know how 
to extract information from an invoice not supported yet.</para></listitem>
+            <listitem><para>PDF: This allows to create the operation from a 
PDF invoice. The invoice is also associated to the operation as a property. 
Read the <link linkend="howto_extractor">How to</link> if you want to know how 
to extract information from an invoice not supported yet.</para></listitem>
            <listitem><para>Backend: &skrooge; can also import operations by 
using a backend. The only one supported is <ulink 
url="http://weboob.org/";>WEBOOB</ulink>. By using this backend you can import 
all operations from all your banks in only one click. For that, you just have 
to install <ulink url="http://weboob.org/";>WEBOOB</ulink> and activate the 
corresponding backend from settings.</para>
            
             <tip><para>If you do not want to store your bank passwords in the 
configuration file of WEBOOB, you can do that:
@@ -759,7 +759,7 @@
       
       <sect2 id="export_table">
        <title>Export a specific table</title>
-       <para>All <link linkend="tables">tables</link> in &skrooge; can be 
exported, either in CSV, &HTML;, ODT, &PDF;, SVG or TXT format. </para>
+       <para>All <link linkend="tables">tables</link> in &skrooge; can be 
exported, either in CSV, &HTML;, ODT, PDF, SVG or TXT format. </para>
        
        <screenshot>
          <mediaobject>
@@ -772,7 +772,7 @@
       
       <sect2 id="export_graph">
        <title>Export Graph</title>
-       <para>&skrooge; allows you exporting a <link 
linkend="reports">graph</link>, either in &PDF;, SVG or just any image format 
supported by &Qt; (PNG, JPG, &GIF;, TIFF...). You can do so by right-clicking 
on the graph, and choosing the <guimenu>Export</guimenu> option.</para>
+       <para>&skrooge; allows you exporting a <link 
linkend="reports">graph</link>, either in PDF, SVG or just any image format 
supported by &Qt; (PNG, JPG, &GIF;, TIFF...). You can do so by right-clicking 
on the graph, and choosing the <guimenu>Export</guimenu> option.</para>
        
        <screenshot>
          <mediaobject>
@@ -2499,10 +2499,10 @@ file is opened. It is also recommended to create a 
different account (&eg; "ETF"
        <para>How to define a new invoice extractor?</para>
        </question>
        <answer>
-       <para>&skrooge; uses pdftotext to extract all strings of a &PDF;. After 
that, it uses a text file describing how to find key values. If you want to 
define a new invoice extractor, you have to do that:</para>
+       <para>&skrooge; uses pdftotext to extract all strings of a PDF. After 
that, it uses a text file describing how to find key values. If you want to 
define a new invoice extractor, you have to do that:</para>
        <itemizedlist>
-       <listitem><para>Launch <command>pdftotext</command> on your &PDF; 
file</para></listitem>
-       <listitem><para>Open the text file generated and the corresponding 
&PDF; file</para></listitem>
+       <listitem><para>Launch <command>pdftotext</command> on your PDF 
file</para></listitem>
+       <listitem><para>Open the text file generated and the corresponding PDF 
file</para></listitem>
        <listitem><para>Create a new text with an extension <filename 
class="extension">.extractor</filename>. Example: 
<filename>google.extractor</filename></para></listitem>
        <listitem><para>Your file must be like this:</para>
        <programlisting>

Reply via email to