Changeset a7749db9


Ignore:
Timestamp:
09/01/2004 03:24:59 AM (20 years ago)
Author:
Randy McMurchy <randy@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1eee454
Parents:
2af644ac
Message:

Modified sed command in PSUtils instructions (better readability)

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r2af644ac ra7749db9  
    2727
    2828<listitem><para>August 31th, 2004 [randy]: Updated to
    29 cURL-7.12.1 and xine-UI-0.99.2.</para></listitem>
     29cURL-7.12.1 and xine-UI-0.99.2; modified sed command in PSUtils
     30instructions (better readability).</para></listitem>
    3031
    3132<listitem><para>August 31th, 2004 [randy]: Added gcc34 patch (fixes
  • pst/ps/psutils.xml

    r2af644ac ra7749db9  
    33  <!ENTITY % general-entities SYSTEM "../../general.ent">
    44  %general-entities;
    5  
     5
    66  <!ENTITY psutils-download-http "http://gd.tuwien.ac.at/publishing/tex/tex-utils/psutils/psutils-&psutils-version;.tar.gz">
    77  <!ENTITY psutils-download-ftp  " ">
     
    4646commands:</para>
    4747
    48 <screen><userinput><command>cat Makefile.unix | sed -e 's/\/usr\/local/\/usr/g' &gt; Makefile &amp;&amp;
     48<screen><userinput><command>cat Makefile.unix | sed -e 's|/usr/local|/usr|g' &gt; Makefile &amp;&amp;
    4949make &amp;&amp;
    5050make install</command></userinput></screen>
     
    5555<title>Installation command explanations</title>
    5656
    57 <para><command>cat ... | sed ...</command>: This command creates a
    58 <filename>Makefile</filename> that installs the program to the
    59 <filename class="directory">/usr</filename> prefix instead of the
     57<para><command>cat Makefile.unix | sed -e ... &gt; Makefile</command>: This
     58command creates a <filename>Makefile</filename> that installs the program to
     59the <filename class="directory">/usr</filename> prefix instead of the
    6060<filename class="directory">/usr/local</filename> prefix.</para>
    6161
     
    6464<sect2>
    6565<title>Contents</title>
    66                                                                                
    67 <para>The <application>PSUtils</application> package contains <command>
    68 psbook</command>, <command>psselect</command>, <command>pstops</command>
    69 <command>psnup</command>, <command>psresize</command>,
    70 <command>epsffit</command>, <command>getafm</command>,
    71 <command>showchar</command>, <command>fixdlsrps</command>,
    72 <command>fixfmps</command>, <command>fixmacps</command>, <command>fixpsditps
    73 </command>, <command>fixpspps</command>, <command>fixscribeps</command>,
    74 <command>fixtpps</command>, <command>fixwfwps</command>,
    75 <command>fixwpps</command>, <command>fixwwps</command>, <command>extractres</command>, <command>includeres</command> and <command>psmerge</command>.</para>
     66
     67<para>The <application>PSUtils</application> package contains
     68<command>psbook</command>, <command>psselect</command>,
     69<command>pstops</command>, <command>psnup</command>,
     70<command>psresize</command>, <command>epsffit</command>,
     71<command>getafm</command>, <command>showchar</command>,
     72<command>fixdlsrps</command>, <command>fixfmps</command>,
     73<command>fixmacps</command>, <command>fixpsditps</command>,
     74<command>fixpspps</command>, <command>fixscribeps</command>,
     75<command>fixtpps</command>, <command>fixwfwps</command>,
     76<command>fixwpps</command>, <command>fixwwps</command>,
     77<command>extractres</command>, <command>includeres</command> and
     78<command>psmerge</command>.</para>
    7679
    7780<para>Sometimes <command>psnup</command> and other utilities from this
    7881package produce PostScript files that don't conform to Adobe's
    79 <acronym>DSC</acronym> standard.
     82<acronym>DSC</acronym> standard. 
    8083<application><acronym>CUPS</acronym></application> may print them
    8184incorrectly. On the other hand,
    8285<application><acronym>CUPS</acronym></application> has builtin
    8386replacements for most commands from this package. For example, to print
    84 a document 2-up, you will issue this command:</para>
     87a document 2-up, you can issue this command:</para>
    8588
    8689<screen><userinput><command>lp -o number-up=2 <replaceable>[filename]</replaceable></command></userinput></screen>
    87                                                                                
     90
    8891</sect2>
    89                                                                                
     92
    9093<sect2><title>Description</title>
    91                                                                                
     94
    9295<sect3><title>psbook</title>
    9396<para><command>psbook</command> rearranges pages into signatures.</para></sect3>
    94                                                                                
     97
    9598<sect3><title>psselect</title>
    9699<para><command>psselect</command> selects pages and page ranges.</para>
    97100</sect3>
    98                        
     101
    99102<sect3><title>pstops</title>
    100103<para><command>pstops</command> performs general page rearrangements
    101104and selection.</para></sect3>
    102                                                                                
     105
    103106<sect3><title>psnup</title>
    104107<para><command>psnup</command> puts multiple pages per physical sheet
     
    107110<sect3><title>psresize</title>
    108111<para><command>psresize</command>  alters the document paper size.</para></sect3>
    109                                                                                
     112
    110113<sect3><title>epsffit</title>
    111114<para><command>epsffit</command> fits an <acronym>EPSF</acronym> file to a
    112115given bounding box.</para></sect3>
    113 
    114116
    115117<sect3><title>scripts</title>
Note: See TracChangeset for help on using the changeset viewer.