[gnumeric] doc: "PostScript" fixes.



commit 1294539802db222ca715fa57c02f882c5be5fe25
Author: Morten Welinder <terra gnome org>
Date:   Fri Dec 30 17:03:47 2016 -0500

    doc: "PostScript" fixes.

 doc/C/files-formats.xml   |   32 ++++++++++++++++----------------
 doc/C/files-saving.xml    |    4 ++--
 doc/C/files-ssconvert.xml |    2 +-
 doc/C/gnumeric.xml        |    2 +-
 doc/C/gui-menus.xml       |    2 +-
 doc/C/manual-usage.xml    |    2 +-
 doc/C/printing.xml        |    2 +-
 doc/C/quick-start.xml     |    2 +-
 8 files changed, 24 insertions(+), 24 deletions(-)
---
diff --git a/doc/C/files-formats.xml b/doc/C/files-formats.xml
index af6757e..694c057 100644
--- a/doc/C/files-formats.xml
+++ b/doc/C/files-formats.xml
@@ -192,7 +192,7 @@
   <entry></entry>
 </row>
 <row>
-  <entry><link linkend="file-format-ps">Postscript</link></entry>
+  <entry><link linkend="file-format-ps">PostScript</link></entry>
   <entry><literal>.ps</literal> / <literal>.eps</literal></entry> 
   <entry></entry>
   <entry></entry>
@@ -1195,7 +1195,7 @@ gunzip Book1.text.gz
       generated by &gnum; are designed to be used by a LaTeX
       processor, such as <application>latex</application> or
       <application>pdflatex</application>, to generate files in
-      viewable formats such as Device Independent (DVI), Postscript
+      viewable formats such as Device Independent (DVI), PostScript
       (PS) or Portable Document Format (PDF).
     </para>
 
@@ -2590,21 +2590,21 @@ Columns:  2-3        5-12      15-22     25-36     40-47     50-61
 
 
   <sect2 id="file-format-ps">
-    <title>Postscript File Format</title>
+    <title>PostScript File Format</title>
 
     <para>
-      The Postscript file format is a text format which contains the
-      program code for a postscript interpreter. Postscript is a page
+      The PostScript file format is a text format which contains the
+      program code for a postScript interpreter. PostScript is a page
       description language designed to enable the creation and
       transfer of printer-ready output.
     </para>
 
     <note>
       <para>
-        &gnum; supports the creation of Postscript files through the
+        &gnum; supports the creation of PostScript files through the
         printing interface, not through the file save mechanism. See
         <xref linkend="chapter-printing" />, for details on how to
-        generate a Postscript file.
+        generate a PostScript file.
       </para>
     </note>
      
@@ -2616,7 +2616,7 @@ Columns:  2-3        5-12      15-22     25-36     40-47     50-61
            <entry>
              <emphasis role="bold">Name:</emphasis>
            </entry>
-           <entry>Postscript</entry>
+           <entry>PostScript</entry>
          </row>
          <row>
            <entry>
@@ -2628,7 +2628,7 @@ Columns:  2-3        5-12      15-22     25-36     40-47     50-61
            <entry>
              <emphasis role="bold">Compatible Programs:</emphasis>
             </entry>
-           <entry>Many programs can interpret and display Postscript
+           <entry>Many programs can interpret and display PostScript
            files including: <application>GGV</application>,
            <application>ghostview</application>
            (<application>gv</application>), and
@@ -2663,7 +2663,7 @@ Columns:  2-3        5-12      15-22     25-36     40-47     50-61
        </term>
        <listitem>
          <para>
-           The creation of Postscript files is supported internally
+           The creation of PostScript files is supported internally
            by the printing sub-system.
          </para>
        </listitem>
@@ -2675,7 +2675,7 @@ Columns:  2-3        5-12      15-22     25-36     40-47     50-61
        </term>
        <listitem>
          <para>
-           The Postscript language was created by Adobe, Inc. The
+           The PostScript language was created by Adobe, Inc. The
            Adobe web site has a non-technical <ulink type="http"
            url="http://www.adobe.com/products/postscript/main.html";>introduction</ulink>,
            as well as a technical <ulink type="http"
@@ -2692,8 +2692,8 @@ Columns:  2-3        5-12      15-22     25-36     40-47     50-61
        </term>
        <listitem>
          <para>
-           Postscript files can imported into other documents by
-           several programs. For the very advanced, postscript files
+           PostScript files can imported into other documents by
+           several programs. For the very advanced, PostScript files
            can be reprogrammed using a text editor.
          </para>
        </listitem>
@@ -3280,19 +3280,19 @@ Columns:  2-3        5-12      15-22     25-36     40-47     50-61
          </para>
 
          <para>
-           A table in postscript file format can be created starting
+           A table in PostScript file format can be created starting
            from the file generated by &gnum;. The command
 <screen>
 groff -me -t -Tps <replaceable>myfile.me</replaceable><replaceable>myfile.ps</replaceable>
 </screen>
-            will create a postscript file of the corresponding
+            will create a PostScript file of the corresponding
            table. Note, however, that &gnum; itself can make a
            Postscript file of the table directly through the printing
            system.
           </para>
 
          <para>
-           A table in postscript file format can be created starting
+           A table in PostScript file format can be created starting
            from the file generated by &gnum;. The command
 <screen>
 groff -me -t -Tascii <replaceable>myfile.me</replaceable><replaceable>myfile.ascii</replaceable>
diff --git a/doc/C/files-saving.xml b/doc/C/files-saving.xml
index a56523b..ca2e5fb 100644
--- a/doc/C/files-saving.xml
+++ b/doc/C/files-saving.xml
@@ -1194,7 +1194,7 @@
       the table below skips to the appropriate section of <xref
       linkend="sect-file-formats"/>. The creation of files which
       consist of structured text is described in <xref
-      linkend="sect-file-textExport" />. The creation of Postscript
+      linkend="sect-file-textExport" />. The creation of PostScript
       and Portable Document Format (PDF) files is done through the
       printing mechanism and is described in <xref
       linkend="chapter-printing" />.&gnum; can also export text data
@@ -1289,7 +1289,7 @@
   <entry><literal>.sxc</literal> / <literal>.stc</literal></entry> 
 </row>
 <row>
-  <entry><link linkend="file-format-ps">Postscript</link></entry>
+  <entry><link linkend="file-format-ps">PostScript</link></entry>
   <entry><literal>.ps</literal> / <literal>.eps</literal></entry> 
 </row>
 <row>
diff --git a/doc/C/files-ssconvert.xml b/doc/C/files-ssconvert.xml
index bf8c5cb..e30aa33 100644
--- a/doc/C/files-ssconvert.xml
+++ b/doc/C/files-ssconvert.xml
@@ -7,7 +7,7 @@
     using a script. &gnum; is distributed along with a program called
     <application>ssconvert</application> which is the program used to
     convert files automatically. All of the file formats supported by
-    &gnum; can be used except for the Postscript and PDF file formats
+    &gnum; can be used except for the PostScript and PDF file formats
     which operate through the printing system.
   </para>
 
diff --git a/doc/C/gnumeric.xml b/doc/C/gnumeric.xml
index fc0628f..f2bce01 100644
--- a/doc/C/gnumeric.xml
+++ b/doc/C/gnumeric.xml
@@ -789,7 +789,7 @@
     <para>
       This chapter explains how to print spreadsheets, tables and
       plots from &gnum; to a printer
-      directly or into Postscript or PDF (both are page description
+      directly or into PostScript or PDF (both are page description
       languages).
     </para>
 
diff --git a/doc/C/gui-menus.xml b/doc/C/gui-menus.xml
index 5f6c0e5..bbf509f 100644
--- a/doc/C/gui-menus.xml
+++ b/doc/C/gui-menus.xml
@@ -320,7 +320,7 @@
                <guimenuitem>Print...</guimenuitem> menu item allows a
                user to print one or all of the worksheets in a
                workbook. &gnum; can send files directly to a
-               printer or can print to postscript or portable
+               printer or can print to PostScript or portable
                document format files. The <guilabel>Print</guilabel>
                dialog is explained further in <xref
                linkend="sect-printing" />.
diff --git a/doc/C/manual-usage.xml b/doc/C/manual-usage.xml
index 5ac42ba..65832de 100644
--- a/doc/C/manual-usage.xml
+++ b/doc/C/manual-usage.xml
@@ -222,7 +222,7 @@
         <para>
           This chapter explains how to print spreadsheets, tables and
           plots from &gnum; to a printer
-          directly or into Postscript or PDF (both are page
+          directly or into PostScript or PDF (both are page
           description languages).
        </para>
       </listitem>
diff --git a/doc/C/printing.xml b/doc/C/printing.xml
index de79b6f..7ad5b46 100644
--- a/doc/C/printing.xml
+++ b/doc/C/printing.xml
@@ -44,7 +44,7 @@
   <para>
     When printing to a file you may want to change the <guilabel>output name</guilabel> 
     and <guilabel>folder</guilabel> before printing. You can choose between saving a 
-    <keycap>postscript</keycap> or a <keycap>PDF</keycap> file.
+    <keycap>PostScript</keycap> or a <keycap>PDF</keycap> file.
   </para>
  </sect2>
 
diff --git a/doc/C/quick-start.xml b/doc/C/quick-start.xml
index d03b793..50d8e8a 100644
--- a/doc/C/quick-start.xml
+++ b/doc/C/quick-start.xml
@@ -1744,7 +1744,7 @@ c:\Program Files\Gnome-Office\gnumeric</screen>
   <para>
     The <guimenuitem>Print...</guimenuitem> menu item or toolbar
     button will open a dialog which allows the user to select whether
-    to print to a printer or to a postscript or PDF file. Various
+    to print to a printer or to a PostScript or PDF file. Various
     printers can be selected and the parameters of the job, such as
     whether to print all the worksheets or only the currently selected
     worksheet, can be altered. Clicking on the


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]