Changeset 5e18c49c for pst


Ignore:
Timestamp:
10/04/2003 02:23:39 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c2ee009c
Parents:
5fd03d2
Message:

compound word edits, a2ps expanded intro

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1303 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
pst
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/a2ps/a2ps-desc.xml

    r5fd03d2 r5e18c49c  
    22<title>Contents</title>
    33
    4 <para>a2ps is a filter program. The <application>a2ps</application> package
    5 consists of the program <command>a2ps</command> and filter data.</para>
     4<para>The <application>a2ps</application> package
     5contains <command>a2ps</command> and filter data.</para>
    66</sect2>
    77
     
    1111<sect3><title>a2ps</title>
    1212
    13 <para><command>a2ps</command> is a filter program that converts nearly
    14 everything to PostScript.</para>
     13<para><command>a2ps</command> is a filter, utilized primarily by
     14printing scripts, that converts standard input or supported files
     15to PostScript.</para>
    1516
    1617</sect3>
  • pst/ps/a2ps/a2ps-exp.xml

    r5fd03d2 r5e18c49c  
    77cd .. &amp;&amp;</command></screen>
    88These commands eliminate the compiling and installing of the
    9 <application>emacs</application> script files.  If you have substituted
    10 <application>emacs</application> for <application>vi</application> as your
     9<application>Emacs</application> script files.  If you have substituted
     10<application>Emacs</application> for <application>Vi</application> as your
    1111primary editor, you would want to skip these instructions.</para>
    1212
     
    1414sed -e 's|/usr/local/share/ghostscript|/usr/share/ghostscript|g' \
    1515    configure.orig > configure</command></screen>
    16 This command modifies the configure script to search for Ghostscript fonts
     16This command modifies the configure script to search for
     17<application>Ghostscript</application> fonts
    1718at the location where they were installed by the <acronym>BLFS</acronym>
    1819instructions.</para>
    1920
    2021<para><parameter>--sysconfdir=/etc/a2ps</parameter>: Configuration data
    21 goes to <filename>/etc/a2ps</filename> instead of
    22 <filename>/usr/etc</filename>.</para>
     22goes to <filename class="directory">/etc/a2ps</filename> instead of
     23<filename class="directory">/usr/etc</filename>.</para>
    2324
    2425<para><parameter>--with-medium=letter</parameter>: This switch changes
    25 the default paper format of A4 to letter. Locations that utilize A4
     26the default paper format of A4 to letter. Installations that utilize A4
    2627would eliminate this switch.</para>
    2728
  • pst/ps/a2ps/a2ps-intro.xml

    r5fd03d2 r5e18c49c  
    22<title>Introduction to <application>a2ps</application></title>
    33
    4 <para><application>a2ps</application> is a utility used mostly in the
    5 background to convert almost every input format into PostScript output, hence
    6 the name "a2ps" which stands for "all to PostScript".</para>
     4<para><application>a2ps</application> is a filter utilitized mainly in the
     5background and primarily by printing scripts to convert almost
     6every input format into PostScript output. The application's name expands
     7appropriately to "all to PostScript".</para>
    78
    89<sect3><title>Package information</title>
  • pst/ps/enscript/enscript-desc.xml

    r5fd03d2 r5e18c49c  
    22<title>Contents</title>
    33
    4 <para>The <application>enscript</application> package consists of the program
     4<para>The <application>enscript</application> package contains
    55<command>enscript</command> and filter data.
    66</para>
     
    1010<sect3><title>enscript</title>
    1111
    12 <para><command>enscript</command> is a filter program that converts
     12<para><command>enscript</command> is a filter, used primarily by
     13printing scripts, that converts
    1314<acronym>ASCII</acronym> files to PostScript.</para>
    1415
  • pst/scanning/gocr/gocr-desc.xml

    r5fd03d2 r5e18c49c  
    1414
    1515<sect3><title>gtk-ocr</title>
    16 <para><command>gtk-ocr</command> is the <acronym>GTK</acronym> frontend for
     16<para><command>gtk-ocr</command> is the <acronym>GTK</acronym> front end for
    1717<command>gocr</command>.</para></sect3>
    1818
  • pst/scanning/gocr/gocr-inst.xml

    r5fd03d2 r5e18c49c  
    88make install</command></userinput></screen>
    99
    10 <para>To install the <acronym>GTK</acronym> frontend, use the following commands:</para>
     10<para>To install the <acronym>GTK</acronym> front end, use the following commands:</para>
    1111
    1212<screen><userinput><command>cd frontend/gnome &amp;&amp;
  • pst/scanning/gocr/gocr-intro.xml

    r5fd03d2 r5e18c49c  
    88
    99<para><application>GOCR</application> can used as a console utility, but
    10 there is an <acronym>GTK</acronym> frontend in the source package, also.</para>
     10there is an <acronym>GTK</acronym> front end in the source package, also.</para>
    1111
    1212<sect3><title>Package information</title>
     
    2525<sect3><title><application>GOCR</application> dependencies</title>
    2626<sect4><title>Optional</title>
    27 <para><xref linkend="pst-typesetting-tex"/> or fig2dev (for examples), <xref linkend="xfree86"/> and <xref linkend="GTK"/> (for frontend only)</para></sect4>
     27<para><xref linkend="pst-typesetting-tex"/> or fig2dev (for examples), <xref linkend="xfree86"/> and <xref linkend="GTK"/> (for front end only)</para></sect4>
    2828</sect3>
    2929
  • pst/scanning/sane/sane-desc.xml

    r5fd03d2 r5e18c49c  
    22<title>Contents</title>
    33
    4 <sect3><title>Backends:</title>
     4<sect3><title>Back ends:</title>
    55<para>See <ulink url="http://www.mostang.com/sane/sane-supported-devices.html"/>
    66for a list of available backends.</para>
    77</sect3>
    88
    9 <sect3><title>Frontends:</title>
     9<sect3><title>Front ends:</title>
    1010<para><command>scanimage</command>: Command line interface for
    1111scanning.</para>
  • pst/scanning/sane/sane-inst.xml

    r5fd03d2 r5e18c49c  
    2323</sect3>
    2424
    25 <sect3><title>Installation of <application><acronym>SANE</acronym></application> frontends</title>
     25<sect3><title>Installation of <application><acronym>SANE</acronym></application> front ends</title>
    2626
    27 <para>To install <application><acronym>SANE</acronym></application> frontends, use the following
     27<para>To install <application><acronym>SANE</acronym></application> front ends, use the following
    2828commands:</para>
    2929
  • pst/scanning/sane/sane-intro.xml

    r5fd03d2 r5e18c49c  
    99with its own protocol, so the vendor drivers can't be used.</para>
    1010                                                                               
    11 <para><acronym>SANE</acronym> is split into backends and frontends. The
    12 backends are drivers for the supported scanners. The frontends are user
     11<para><acronym>SANE</acronym> is split into back ends and front ends. The
     12back ends are drivers for the supported scanners. The front ends are user
    1313interfaces to access the backends.</para>
    1414
     
    2121<listitem><para>Download (FTP): <ulink
    2222url="&sane-fe-download-ftp;"/></para></listitem>
    23 <listitem><para>Download size: &sane-be-size; (Backends), &sane-fe-size;
    24 (Frontends)</para></listitem>
     23<listitem><para>Download size: &sane-be-size; (Back ends), &sane-fe-size;
     24(Front ends)</para></listitem>
    2525<listitem><para>Estimated Disk space required:
    26 &sane-be-buildsize; (Backends), &sane-fe-buildsize; (Frontends)</para></listitem>
     26&sane-be-buildsize; (Back ends), &sane-fe-buildsize; (Front ends)</para></listitem>
    2727<listitem><para>Estimated build time:
    2828&sane-time;</para></listitem></itemizedlist>
  • pst/scanning/xsane/xsane-intro.xml

    r5fd03d2 r5e18c49c  
    22<title>Introduction to <application>XSane</application></title>
    33
    4 <para><application>XSane</application> is another frontend for
     4<para><application>XSane</application> is another front end for
    55<xref linkend="sane"/>. It has additional features to improve the image
    66quality compared to xscanimage.</para>
  • pst/typesetting/tex/tex-inst.xml

    r5fd03d2 r5e18c49c  
    1616      | (umask 0; cd /usr/share/texmf; tar xvf -)</command></userinput></screen>
    1717
    18 <para>If the optional texmf source code tarball was downloaded, untar
     18<para>If the optional texmf source code <acronym>TAR</acronym> ball was downloaded, untar
    1919it now:</para>
    2020<screen><userinput><command>gzip -dc ../tetex-texmfsrc-&tex-version;.tar.gz \
  • pst/typesetting/tex/tex-intro.xml

    r5fd03d2 r5e18c49c  
    33
    44<para><application>TeX</application> is a typesetting package, able to create
    5 documents in a variety of formats.  The optional texmfsrc tarball contains
    6 source code for packages that are contained in the texmf tarball, including
     5documents in a variety of formats.  The optional texmfsrc
     6<acronym>TAR</acronym> ball contains source code for packages that are
     7contained in the texmf <acronym>TAR</acronym> ball, including
    78the docstrip sources.</para>
    89
Note: See TracChangeset for help on using the changeset viewer.