Ignore:
Timestamp:
03/25/2020 12:06:24 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
81a73ed8
Parents:
47274444
Message:

Format pst

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/psutils.xml

    r47274444 rfa3edfef  
    3131    <title>Introduction to PSUtils</title>
    3232
    33     <para><application>PSUtils</application> is a set of utilities to manipulate
    34     PostScript files.</para>
     33    <para>
     34      <application>PSUtils</application> is a set of utilities to manipulate
     35      PostScript files.
     36    </para>
    3537
    3638    &lfs91_checked;
     
    3941    <itemizedlist spacing="compact">
    4042      <listitem>
    41         <para>Download (HTTP): <ulink url="&psutils-download-http;"/></para>
    42       </listitem>
    43       <listitem>
    44         <para>Download (FTP): <ulink url="&psutils-download-ftp;"/></para>
    45       </listitem>
    46       <listitem>
    47         <para>Download MD5 sum: &psutils-md5sum;</para>
    48       </listitem>
    49       <listitem>
    50         <para>Download size: &psutils-size;</para>
    51       </listitem>
    52       <listitem>
    53         <para>Estimated disk space required: &psutils-buildsize;</para>
    54       </listitem>
    55       <listitem>
    56         <para>Estimated build time: &psutils-time;</para>
     43        <para>
     44          Download (HTTP): <ulink url="&psutils-download-http;"/>
     45        </para>
     46      </listitem>
     47      <listitem>
     48        <para>
     49          Download (FTP): <ulink url="&psutils-download-ftp;"/>
     50        </para>
     51      </listitem>
     52      <listitem>
     53        <para>
     54          Download MD5 sum: &psutils-md5sum;
     55        </para>
     56      </listitem>
     57      <listitem>
     58        <para>
     59          Download size: &psutils-size;
     60        </para>
     61      </listitem>
     62      <listitem>
     63        <para>
     64          Estimated disk space required: &psutils-buildsize;
     65        </para>
     66      </listitem>
     67      <listitem>
     68        <para>
     69          Estimated build time: &psutils-time;
     70        </para>
    5771      </listitem>
    5872    </itemizedlist>
     
    6680    <title>Installation of PSUtils</title>
    6781
    68     <para>Install <application>PSUtils</application> by running the
    69     following commands:</para>
     82    <para>
     83      Install <application>PSUtils</application> by running the
     84      following commands:
     85    </para>
    7086
    7187<screen><userinput>sed 's@/usr/local@/usr@g' Makefile.unix &gt; Makefile &amp;&amp;
    7288make</userinput></screen>
    7389
    74     <para>This package does not come with a test suite.</para>
    75 
    76     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     90    <para>
     91      This package does not come with a test suite.
     92    </para>
     93
     94    <para>
     95      Now, as the <systemitem class="username">root</systemitem> user:
     96    </para>
    7797
    7898<screen role="root"><userinput>make install</userinput></screen>
     
    83103    <title>Command Explanations</title>
    84104
    85     <para><command>sed 's@/usr/local@/usr@g' Makefile.unix &gt; Makefile</command>:
    86     This command creates a <filename>Makefile</filename> that installs the
    87     program to the <filename class="directory">/usr</filename> prefix instead
    88     of the <filename class="directory">/usr/local</filename> prefix.</para>
     105    <para>
     106      <command>sed 's@/usr/local@/usr@g' Makefile.unix &gt; Makefile</command>:
     107      This command creates a <filename>Makefile</filename> that installs the
     108      program to the <filename class="directory">/usr</filename> prefix instead
     109      of the <filename class="directory">/usr/local</filename> prefix.
     110    </para>
    89111
    90112  </sect2>
     
    108130    </segmentedlist>
    109131
    110     <para>Sometimes <command>psnup</command> and other utilities from this
    111     package produce PostScript files that don't conform to Adobe's DSC
    112     standard. <application>CUPS</application> may print them incorrectly.
    113     On the other hand, <application>CUPS</application> has builtin
    114     replacements for most commands from this package. For example, to print
    115     a document 2-up, you can issue this command:</para>
     132    <para>
     133      Sometimes <command>psnup</command> and other utilities from this
     134      package produce PostScript files that don't conform to Adobe's DSC
     135      standard. <application>CUPS</application> may print them incorrectly.
     136      On the other hand, <application>CUPS</application> has builtin
     137      replacements for most commands from this package. For example, to print
     138      a document 2-up, you can issue this command:
     139    </para>
    116140
    117141<screen><userinput>lp -o number-up=2 <replaceable>&lt;filename&gt;</replaceable></userinput></screen>
     
    125149        <term><command>epsffit</command></term>
    126150        <listitem>
    127           <para>fits an EPSF file to a given bounding box.</para>
     151          <para>
     152            fits an EPSF file to a given bounding box.
     153          </para>
    128154          <indexterm zone="psutils epsffit">
    129155            <primary sortas="b-epsffit">epsffit</primary>
     
    183209        <term><command>psbook</command></term>
    184210        <listitem>
    185           <para>rearranges pages into signatures.</para>
     211          <para>
     212            rearranges pages into signatures.
     213          </para>
    186214          <indexterm zone="psutils psbook">
    187215            <primary sortas="b-psbook">psbook</primary>
     
    205233        <term><command>psnup</command></term>
    206234        <listitem>
    207           <para>puts multiple pages per physical sheet of paper.</para>
     235          <para>
     236            puts multiple pages per physical sheet of paper.
     237          </para>
    208238          <indexterm zone="psutils psnup">
    209239            <primary sortas="b-psnup">psnup</primary>
     
    215245        <term><command>psresize</command></term>
    216246        <listitem>
    217           <para>alters the document paper size.</para>
     247          <para>
     248            alters the document paper size.
     249          </para>
    218250          <indexterm zone="psutils psresize">
    219251            <primary sortas="b-psresize">psresize</primary>
     
    225257        <term><command>psselect</command></term>
    226258        <listitem>
    227           <para>selects pages and page ranges.</para>
     259          <para>
     260            selects pages and page ranges.
     261          </para>
    228262          <indexterm zone="psutils psselect">
    229263            <primary sortas="b-psselect">psselect</primary>
     
    235269        <term><command>pstops</command></term>
    236270        <listitem>
    237           <para>performs general page rearrangements and selection.</para>
     271          <para>
     272            performs general page rearrangements and selection.
     273          </para>
    238274          <indexterm zone="psutils pstops">
    239275            <primary sortas="b-pstops">pstops</primary>
Note: See TracChangeset for help on using the changeset viewer.