Changeset fa3edfef for pst/ps


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

Location:
pst/ps
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/a2ps.xml

    r47274444 rfa3edfef  
    3232    <title>Introduction to a2ps</title>
    3333
    34     <para><application>a2ps</application> is a filter utilized mainly
    35     in the background and primarily by printing scripts to convert almost
    36     every input format into PostScript output. The application's name
    37     expands appropriately to <quote>all to PostScript</quote>.</para>
     34    <para>
     35      <application>a2ps</application> is a filter utilized mainly
     36      in the background and primarily by printing scripts to convert almost
     37      every input format into PostScript output. The application's name
     38      expands appropriately to <quote>all to PostScript</quote>.
     39    </para>
    3840
    3941    &lfs91_checked;
    4042
    4143    <caution>
    42       <para><application>a2ps</application> cannot convert UTF-8 encoded
    43       text to PostScript. The issue is discussed in detail in the
    44       <xref linkend="locale-not-valid-option"/> section of the
    45       <xref linkend="locale-issues"/> page.
    46       The solution is to use <xref linkend="paps"/> instead of
    47       <application>a2ps</application> for converting
    48       UTF-8 encoded text to PostScript.</para>
     44      <para>
     45        <application>a2ps</application> cannot convert UTF-8 encoded
     46        text to PostScript. The issue is discussed in detail in the
     47        <xref linkend="locale-not-valid-option"/> section of the
     48        <xref linkend="locale-issues"/> page.
     49        The solution is to use <xref linkend="paps"/> instead of
     50        <application>a2ps</application> for converting
     51        UTF-8 encoded text to PostScript.
     52      </para>
    4953    </caution>
    5054
     
    5256    <itemizedlist spacing="compact">
    5357      <listitem>
    54         <para>Download (HTTP): <ulink url="&a2ps-download-http;"/></para>
    55       </listitem>
    56       <listitem>
    57         <para>Download (FTP): <ulink url="&a2ps-download-ftp;"/></para>
    58       </listitem>
    59       <listitem>
    60         <para>Download MD5 sum: &a2ps-md5sum;</para>
    61       </listitem>
    62       <listitem>
    63         <para>Download size: &a2ps-size;</para>
    64       </listitem>
    65       <listitem>
    66         <para>Estimated disk space required: &a2ps-buildsize;</para>
    67       </listitem>
    68       <listitem>
    69         <para>Estimated build time: &a2ps-time;</para>
     58        <para>
     59          Download (HTTP): <ulink url="&a2ps-download-http;"/>
     60        </para>
     61      </listitem>
     62      <listitem>
     63        <para>
     64          Download (FTP): <ulink url="&a2ps-download-ftp;"/>
     65        </para>
     66      </listitem>
     67      <listitem>
     68        <para>
     69          Download MD5 sum: &a2ps-md5sum;
     70        </para>
     71      </listitem>
     72      <listitem>
     73        <para>
     74          Download size: &a2ps-size;
     75        </para>
     76      </listitem>
     77      <listitem>
     78        <para>
     79          Estimated disk space required: &a2ps-buildsize;
     80        </para>
     81      </listitem>
     82      <listitem>
     83        <para>
     84          Estimated build time: &a2ps-time;
     85        </para>
    7086      </listitem>
    7187    </itemizedlist>
     
    7490    <itemizedlist spacing='compact'>
    7591      <listitem>
    76         <para>International fonts: <ulink
    77         url="&sources-anduin-http;/i18n-fonts/i18n-fonts-&i18n-fonts-version;.tar.bz2"/></para>
     92        <para>
     93          International fonts: <ulink url=
     94            "&sources-anduin-http;/i18n-fonts/i18n-fonts-&i18n-fonts-version;.tar.bz2"/>
     95        </para>
    7896      </listitem>
    7997    </itemizedlist>
     
    108126    <title>Installation of a2ps</title>
    109127
    110     <para>Install <application>a2ps</application> by running the following
    111     commands:</para>
     128    <para>
     129      Install <application>a2ps</application> by running the following
     130      commands:
     131    </para>
    112132
    113133<screen><userinput>autoconf &amp;&amp;
     
    122142touch doc/*.info</userinput></screen>
    123143
    124     <para>To test the results, issue: <command>make check</command>.
    125     The <filename>printers.tst</filename> test will fail, as there is no default
    126     test printer.  The <filename>styles.tst</filename> may also fail, as the
    127     tests report some inconsistencies between the generated postscript and the
    128     reference sets.  This is caused by version number differences between the
    129     postscript test files and those generated by the tests &mdash; these do not
    130     affect the operation of the program and can be ignored.</para>
    131 
    132     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     144    <para>
     145      To test the results, issue: <command>make check</command>.
     146      The <filename>printers.tst</filename> test will fail, as there is no
     147      default test printer.  The <filename>styles.tst</filename> may also
     148      fail, as the tests report some inconsistencies between the generated
     149      postscript and the reference sets.  This is caused by version number
     150      differences between the postscript test files and those generated by
     151      the tests &mdash; these do not affect the operation of the program
     152      and can be ignored.
     153    </para>
     154
     155    <para>
     156      Now, as the <systemitem class="username">root</systemitem> user:
     157    </para>
    133158
    134159<screen role="root"><userinput>make install</userinput></screen>
    135160
    136     <para>If desired, install the downloaded i18n-fonts by running the following
    137     commands as the <systemitem class="username">root</systemitem> user:</para>
     161    <para>
     162      If desired, install the downloaded i18n-fonts by running the following
     163      commands as the <systemitem class="username">root</systemitem> user:
     164    </para>
    138165
    139166<screen role="root"><userinput>tar -xf ../i18n-fonts-&i18n-fonts-version;.tar.bz2 &amp;&amp;
     
    150177    <title>Command Explanations</title>
    151178
    152     <para><command>autoconf</command>: This command is used to recreate the
    153     <command>configure</command> script. This is required because there is
    154     an issue in the mktime test which causes the
    155     <command>configure</command> script to hang for 60 seconds and then report
    156     that there is no working mktime function.</para>
    157 
    158     <para><command>sed -i "s/GPERF --version |/&amp; head -n 1 |/" configure</command>:
    159     This fixes a bug in the handling of the version output of
    160     <command>gperf</command>.</para>
    161 
    162     <para><command>sed -i "s|/usr/local/share|/usr/share|" configure</command>:
    163     This command modifies the <command>configure</command> script to search for
    164     <application>Ghostscript</application> fonts at the location where they were
    165     installed by the BLFS instructions.</para>
    166 
    167     <para><parameter>--sysconfdir=/etc/a2ps</parameter>: Configuration data
    168     is installed in <filename class="directory">/etc/a2ps</filename> instead of
    169     <filename class="directory">/usr/etc</filename>.</para>
    170 
    171     <para><parameter>--enable-shared</parameter>: This switch enables building
    172     the dynamic <filename class='libraryfile'>liba2ps</filename> library.</para>
    173 
    174     <para><parameter>--with-medium=letter</parameter>: This switch changes the
    175     default paper format to US letter. It can either be given here or set
    176     in <filename>/etc/a2ps/a2ps-site.cfg</filename> after installation. The
    177     default is A4, but there are several other options, in particular: A4dj or
    178     letterdj are good settings for HP Deskjet and other printers that need
    179     wider paper-handling margins. See <filename>/etc/a2ps/a2ps.cfg</filename>
    180     after installation.</para>
    181 
    182     <para><command>touch doc/*.info</command>: This command avoids trying to
    183     regenerate the info files. This is an older package and the current
    184     .texi files will produce errors preventing <command>make install</command>
    185     from working properly.</para>
     179    <para>
     180      <command>autoconf</command>: This command is used to recreate the
     181      <command>configure</command> script. This is required because there is
     182      an issue in the mktime test which causes the
     183      <command>configure</command> script to hang for 60 seconds and then
     184      report that there is no working mktime function.
     185    </para>
     186
     187    <para>
     188      <command>sed -i "s/GPERF --version |/&amp; head -n 1 |/" configure</command>:
     189      This fixes a bug in the handling of the version output of
     190      <command>gperf</command>.
     191    </para>
     192
     193    <para>
     194      <command>sed -i "s|/usr/local/share|/usr/share|" configure</command>:
     195      This command modifies the <command>configure</command> script to search
     196      for <application>Ghostscript</application> fonts at the location where
     197      they were installed by the BLFS instructions.
     198    </para>
     199
     200    <para>
     201      <parameter>--sysconfdir=/etc/a2ps</parameter>: Configuration data is
     202      installed in <filename class="directory">/etc/a2ps</filename> instead of
     203      <filename class="directory">/usr/etc</filename>.
     204    </para>
     205
     206    <para>
     207      <parameter>--enable-shared</parameter>: This switch enables building
     208      the dynamic <filename class='libraryfile'>liba2ps</filename> library.
     209    </para>
     210
     211    <para>
     212      <parameter>--with-medium=letter</parameter>: This switch changes the
     213      default paper format to US letter. It can either be given here or set
     214      in <filename>/etc/a2ps/a2ps-site.cfg</filename> after installation. The
     215      default is A4, but there are several other options, in particular: A4dj
     216      or letterdj are good settings for HP Deskjet and other printers that need
     217      wider paper-handling margins. See <filename>/etc/a2ps/a2ps.cfg</filename>
     218      after installation.
     219    </para>
     220
     221    <para>
     222      <command>touch doc/*.info</command>: This command avoids trying to
     223      regenerate the info files. This is an older package and the current
     224      <filename class="extension">.texi</filename> files will produce errors
     225      preventing <command>make install</command> from working properly.
     226    </para>
    186227
    187228  </sect2>
     
    193234      <title>Config Files</title>
    194235
    195       <para><filename>/etc/a2ps/a2ps.cfg</filename>,
    196       <filename>/etc/a2ps/a2ps-site.cfg</filename></para>
     236      <para>
     237        <filename>/etc/a2ps/a2ps.cfg</filename> and
     238        <filename>/etc/a2ps/a2ps-site.cfg</filename>
     239      </para>
    197240
    198241      <indexterm zone="a2ps a2ps-config">
     
    209252      <title>Configuration Information</title>
    210253
    211       <para>Information about configuring <application>a2ps</application>
    212       can be found in the comments contained in the above files, and also
    213       by running <command>info a2ps</command>.</para>
     254      <para>
     255        Information about configuring <application>a2ps</application>
     256        can be found in the comments contained in the above files, and also
     257        by running <command>info a2ps</command>.
     258      </para>
    214259
    215260    </sect3>
     
    241286        <term><command>a2ps</command></term>
    242287        <listitem>
    243           <para>is a filter, utilized primarily by printing scripts,
    244           that converts standard input or supported files to PostScript.</para>
     288          <para>
     289            is a filter, utilized primarily by printing scripts,
     290            that converts standard input or supported files to PostScript.
     291          </para>
    245292          <indexterm zone="a2ps a2ps-prog">
    246293            <primary sortas="b-a2ps">a2ps</primary>
     
    252299        <term><command>card</command></term>
    253300        <listitem>
    254           <para>prints a reference card of a given program's options.</para>
     301          <para>
     302            prints a reference card of a given program's options.
     303          </para>
    255304          <indexterm zone="a2ps card">
    256305            <primary sortas="b-card">card</primary>
     
    262311        <term><command>composeglyphs</command></term>
    263312        <listitem>
    264           <para>creates a composite font program.</para>
     313          <para>
     314            creates a composite font program.
     315          </para>
    265316          <indexterm zone="a2ps composeglyphs">
    266317            <primary sortas="b-composeglyphs">composeglyphs</primary>
     
    272323        <term><command>fixnt</command></term>
    273324        <listitem>
    274           <para>is supposed to fix the problems in the PostScript files
    275           generated by the Microsoft PostScript driver under Windows NT
    276           (3.5 and 4.0).</para>
     325          <para>
     326            is supposed to fix the problems in the PostScript files
     327            generated by the Microsoft PostScript driver under Windows NT
     328            (3.5 and 4.0).
     329          </para>
    277330          <indexterm zone="a2ps fixnt">
    278331            <primary sortas="b-fixnt">fixnt</primary>
     
    284337        <term><command>fixps</command></term>
    285338        <listitem>
    286           <para>tries to fix common PostScript problems that break
    287           postprocessing.</para>
     339          <para>
     340            tries to fix common PostScript problems that break
     341            postprocessing.
     342          </para>
    288343          <indexterm zone="a2ps fixps">
    289344            <primary sortas="b-fixps">fixps</primary>
     
    295350        <term><command>ogonkify</command></term>
    296351        <listitem>
    297           <para>provides international support for Postscript by performing
    298           various munging of PostScript files related to printing in different
    299           languages.</para>
     352          <para>
     353            provides international support for Postscript by performing various
     354            munging of PostScript files related to printing in different
     355            languages.
     356          </para>
    300357          <indexterm zone="a2ps ogonkify">
    301358            <primary sortas="b-ogonkify">ogonkify</primary>
     
    307364        <term><command>pdiff</command></term>
    308365        <listitem>
    309           <para>produces a pretty comparison between files.</para>
     366          <para>
     367            produces a pretty comparison between files.
     368          </para>
    310369          <indexterm zone="a2ps pdiff">
    311370            <primary sortas="b-pdiff">pdiff</primary>
     
    317376        <term><command>psmandup</command></term>
    318377        <listitem>
    319           <para>tries to produce a version of a given PostScript file to
    320           print in manual duplex.</para>
     378          <para>
     379            tries to produce a version of a given PostScript file to
     380            print in manual duplex.
     381          </para>
    321382          <indexterm zone="a2ps psmandup">
    322383            <primary sortas="b-psmandup">psmandup</primary>
     
    328389        <term><command>psset</command></term>
    329390        <listitem>
    330           <para>produces a version of a given PostScript file with a
    331           protected call to the PostScript operator 'setpagedevice'.
    332           Typical use is making a file print duplex, or on the manual
    333           tray, etc.</para>
     391          <para>
     392            produces a version of a given PostScript file with a
     393            protected call to the PostScript operator 'setpagedevice'.
     394            Typical use is making a file print duplex, or on the manual
     395            tray, etc.
     396          </para>
    334397          <indexterm zone="a2ps psset">
    335398            <primary sortas="b-psset">psset</primary>
     
    341404        <term><command>texi2dvi4a2ps</command></term>
    342405        <listitem>
    343           <para>compiles Texinfo and LaTeX files to DVI or PDF</para>
     406          <para>
     407            compiles Texinfo and LaTeX files to DVI or PDF.
     408          </para>
    344409          <indexterm zone="a2ps texi2dvi4a2ps">
    345410            <primary sortas="b-texi2dvi4a2ps">texi2dvi4a2ps</primary>
  • pst/ps/enscript.xml

    r47274444 rfa3edfef  
    3434    <title>Introduction to Enscript</title>
    3535
    36     <para><application>Enscript</application> converts ASCII text files
    37     to PostScript, HTML, RTF, ANSI and overstrikes.</para>
     36    <para>
     37      <application>Enscript</application> converts ASCII text files
     38      to PostScript, HTML, RTF, ANSI and overstrikes.
     39    </para>
    3840
    3941    &lfs91_checked;
    4042
    4143    <caution>
    42       <para><application>Enscript</application> cannot convert UTF-8 encoded
    43       text to PostScript. The issue is discussed in detail in the
    44       <xref linkend="locale-not-valid-option"/> section of the
    45       <xref linkend="locale-issues"/> page.
    46       The solution is to use <xref linkend="paps"/>, instead of
    47       <application>Enscript</application>, for converting
    48       UTF-8 encoded text to PostScript.</para>
     44      <para>
     45        <application>Enscript</application> cannot convert UTF-8 encoded
     46        text to PostScript. The issue is discussed in detail in the
     47        <xref linkend="locale-not-valid-option"/> section of the
     48        <xref linkend="locale-issues"/> page.
     49        The solution is to use <xref linkend="paps"/>, instead of
     50        <application>Enscript</application>, for converting
     51        UTF-8 encoded text to PostScript.
     52      </para>
    4953    </caution>
    5054
     
    5256    <itemizedlist spacing="compact">
    5357      <listitem>
    54         <para>Download (HTTP): <ulink url="&enscript-download-http;"/></para>
    55       </listitem>
    56       <listitem>
    57         <para>Download (FTP): <ulink url="&enscript-download-ftp;"/></para>
    58       </listitem>
    59       <listitem>
    60         <para>Download MD5 sum: &enscript-md5sum;</para>
    61       </listitem>
    62       <listitem>
    63         <para>Download size: &enscript-size;</para>
    64       </listitem>
    65       <listitem>
    66         <para>Estimated disk space required: &enscript-buildsize;</para>
    67       </listitem>
    68       <listitem>
    69         <para>Estimated build time: &enscript-time;</para>
     58        <para>
     59          Download (HTTP): <ulink url="&enscript-download-http;"/>
     60        </para>
     61      </listitem>
     62      <listitem>
     63        <para>
     64          Download (FTP): <ulink url="&enscript-download-ftp;"/>
     65        </para>
     66      </listitem>
     67      <listitem>
     68        <para>
     69          Download MD5 sum: &enscript-md5sum;
     70        </para>
     71      </listitem>
     72      <listitem>
     73        <para>
     74          Download size: &enscript-size;
     75        </para>
     76      </listitem>
     77      <listitem>
     78        <para>
     79          Estimated disk space required: &enscript-buildsize;
     80        </para>
     81      </listitem>
     82      <listitem>
     83        <para>
     84          Estimated build time: &enscript-time;
     85        </para>
    7086      </listitem>
    7187    </itemizedlist>
     
    7490    <itemizedlist spacing="compact">
    7591      <listitem>
    76         <para>Required patch: <ulink
    77         url="&patch-root;/enscript-&enscript-version;-security_fixes-1.patch"/></para>
     92        <para>
     93          Required patch: <ulink url=
     94            "&patch-root;/enscript-&enscript-version;-security_fixes-1.patch"/>
     95        </para>
    7896      </listitem>
    7997    </itemizedlist> -->
     
    93111    <title>Installation of Enscript</title>
    94112
    95     <para>Install <application>Enscript</application> by running the
    96     following commands:</para>
     113    <para>
     114      Install <application>Enscript</application> by running the
     115      following commands:
     116    </para>
    97117
    98118<screen><userinput>./configure --prefix=/usr              \
     
    106126popd</userinput></screen>
    107127
    108     <para>If you have <xref linkend="texlive"/> installed, you can create
    109     Postscript and PDF documentation by issuing (does not support parallel
    110     make):</para>
     128    <para>
     129      If you have <xref linkend="texlive"/> installed, you can create
     130      Postscript and PDF documentation by issuing (does not support parallel
     131      make):
     132    </para>
    111133
    112134<screen remap="doc"><userinput>make -j1 -C docs ps pdf</userinput></screen>
    113135
    114     <para>To test the results, issue: <command>make check</command>.</para>
    115 
    116     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     136    <para>
     137      To test the results, issue: <command>make check</command>.
     138    </para>
     139
     140    <para>
     141      Now, as the <systemitem class="username">root</systemitem> user:
     142    </para>
    117143
    118144<screen role="root"><userinput>make install &amp;&amp;
     
    122148                    /usr/share/doc/enscript-&enscript-version;</userinput></screen>
    123149
    124     <para>If you built Postscript and PDF documentation, install it
    125     using the following command as the
    126     <systemitem class="username">root</systemitem> user:</para>
     150    <para>
     151      If you built Postscript and PDF documentation, install it
     152      using the following command as the
     153      <systemitem class="username">root</systemitem> user:
     154    </para>
    127155
    128156<screen role="root"
     
    134162    <title>Command Explanations</title>
    135163
    136     <para><parameter>--sysconfdir=/etc/enscript</parameter>: This switch puts
    137     configuration data in <filename class="directory">/etc/enscript</filename>
    138     instead of <filename class="directory">/usr/etc</filename>.</para>
    139 
    140     <para><parameter>--localstatedir=/var</parameter>: This switch sets the
    141     directory for runtime data to <filename class="directory">/var</filename>
    142     instead of <filename class="directory">/usr/var</filename>.</para>
    143 
    144     <para><parameter>--with-media=Letter</parameter>: This switch sets the
    145     medium format to letter size instead of the A4 default.</para>
     164    <para>
     165      <parameter>--sysconfdir=/etc/enscript</parameter>: This switch puts
     166      configuration data in <filename class="directory">/etc/enscript</filename>
     167      instead of <filename class="directory">/usr/etc</filename>.
     168    </para>
     169
     170    <para>
     171      <parameter>--localstatedir=/var</parameter>: This switch sets the
     172      directory for runtime data to <filename class="directory">/var</filename>
     173      instead of <filename class="directory">/usr/var</filename>.
     174    </para>
     175
     176    <para>
     177      <parameter>--with-media=Letter</parameter>: This switch sets the
     178      medium format to letter size instead of the A4 default.
     179    </para>
    146180  </sect2>
    147181
     
    171205        <term><command>diffpp</command></term>
    172206        <listitem>
    173           <para>converts <command>diff</command> output files to a format
    174           suitable to be printed with <command>enscript</command>.</para>
     207          <para>
     208            converts <command>diff</command> output files to a format
     209            suitable to be printed with <command>enscript</command>.
     210          </para>
    175211          <indexterm zone="enscript diffpp">
    176212            <primary sortas="b-diffpp">diffpp</primary>
     
    182218        <term><command>enscript</command></term>
    183219        <listitem>
    184           <para>is a filter, used primarily by printing scripts, that
    185           converts ASCII text files to PostScript, HTML, RTF, ANSI and
    186           overstrikes.</para>
     220          <para>
     221            is a filter, used primarily by printing scripts, that
     222            converts ASCII text files to PostScript, HTML, RTF, ANSI and
     223            overstrikes.
     224          </para>
    187225          <indexterm zone="enscript enscript-prog">
    188226            <primary sortas="b-enscript">enscript</primary>
     
    194232        <term><command>mkafmmap</command></term>
    195233        <listitem>
    196           <para>creates a font map from a given file.</para>
     234          <para>
     235            creates a font map from a given file.
     236          </para>
    197237          <indexterm zone="enscript mkafmmap">
    198238            <primary sortas="b-mkafmmap">mkafmmap</primary>
     
    204244        <term><command>over</command></term>
    205245        <listitem>
    206           <para>is a script which calls <command>enscript</command> and
    207           passes the correct parameters to create overstriked fonts.</para>
     246          <para>
     247            is a script which calls <command>enscript</command> and
     248            passes the correct parameters to create overstriked fonts.
     249          </para>
    208250          <indexterm zone="enscript over">
    209251            <primary sortas="b-over">over</primary>
     
    215257        <term><command>sliceprint</command></term>
    216258        <listitem>
    217           <para>slices documents with long lines.</para>
     259          <para>
     260            slices documents with long lines.
     261          </para>
    218262          <indexterm zone="enscript sliceprint">
    219263            <primary sortas="b-sliceprint">sliceprint</primary>
     
    225269        <term><command>states</command></term>
    226270        <listitem>
    227           <para>is an <command>awk</command>-like text processing tool
    228           with some state machine extensions. It is designed for program
    229           source code highlighting and for similar tasks where state
    230           information helps input processing.</para>
     271          <para>
     272            is an <command>awk</command>-like text processing tool
     273            with some state machine extensions. It is designed for program
     274            source code highlighting and for similar tasks where state
     275            information helps input processing.
     276          </para>
    231277          <indexterm zone="enscript states">
    232278            <primary sortas="b-states">states</primary>
  • pst/ps/epdfview.xml

    r47274444 rfa3edfef  
    7777    <itemizedlist spacing='compact'>
    7878      <listitem>
    79         <para>Required patch: <ulink
    80         url="&patch-root;/epdfview-&epdfview-version;-fixes-2.patch"/></para>
     79        <para>
     80          Required patch: <ulink url=
     81          "&patch-root;/epdfview-&epdfview-version;-fixes-2.patch"/>
     82        </para>
    8183      </listitem>
    8284    </itemizedlist>
  • pst/ps/fop.xml

    r47274444 rfa3edfef  
    5858    <itemizedlist spacing="compact">
    5959      <listitem>
    60         <para>Download (HTTP): <ulink url="&fop-download-http;"/></para>
    61       </listitem>
    62       <listitem>
    63         <para>Download (FTP): <ulink url="&fop-download-ftp;"/></para>
    64       </listitem>
    65       <listitem>
    66         <para>Download MD5 sum: &fop-md5sum;</para>
    67       </listitem>
    68       <listitem>
    69         <para>Download size: &fop-size;</para>
    70       </listitem>
    71       <listitem>
    72         <para>Estimated disk space required: &fop-buildsize;</para>
    73       </listitem>
    74       <listitem>
    75         <para>Estimated build time: &fop-time;</para>
     60        <para>
     61          Download (HTTP): <ulink url="&fop-download-http;"/>
     62        </para>
     63      </listitem>
     64      <listitem>
     65        <para>
     66          Download (FTP): <ulink url="&fop-download-ftp;"/>
     67        </para>
     68      </listitem>
     69      <listitem>
     70        <para>
     71          Download MD5 sum: &fop-md5sum;
     72        </para>
     73      </listitem>
     74      <listitem>
     75        <para>
     76          Download size: &fop-size;
     77        </para>
     78      </listitem>
     79      <listitem>
     80        <para>
     81          Estimated disk space required: &fop-buildsize;
     82        </para>
     83      </listitem>
     84      <listitem>
     85        <para>
     86          Estimated build time: &fop-time;
     87        </para>
    7688      </listitem>
    7789    </itemizedlist>
     
    8193      <title>Required Additional Downloads:</title>
    8294      <listitem>
    83         <para>PDFBox:
     95        <para>
     96          PDFBox:
    8497          <simplelist>
    8598            <member><ulink url="&pdfbox-download;"/></member>
     
    90103      </listitem>
    91104      <listitem>
    92         <para>PDFBox Fonts:
     105        <para>
     106          PDFBox Fonts:
    93107          <simplelist>
    94108            <member><ulink url="&fontbox-download;"/></member>
     
    103117      <title>Recommended packages</title>
    104118      <listitem>
    105         <para>Objects for Formatting Objects (OFFO) hyphenation patterns:
     119        <para>
     120          Objects for Formatting Objects (OFFO) hyphenation patterns:
    106121          <simplelist>
    107122            <member><ulink url="&offo-download;"/></member>
     
    394409        <term><command>fop</command></term>
    395410        <listitem>
    396           <para>is a wrapper script to the <command>java</command> command
     411          <para>
     412            is a wrapper script to the <command>java</command> command
    397413          which sets up the <application>fop</application>
    398           environment and passes the required parameters.</para>
     414          environment and passes the required parameters.
     415          </para>
    399416          <indexterm zone="fop fop-prog">
    400417            <primary sortas="b-fop">fop</primary>
     
    406423        <term><filename class='libraryfile'>fop.jar</filename></term>
    407424        <listitem>
    408           <para>contains all the <application>fop</application>
    409           <application>Java</application> classes.</para>
     425          <para>
     426            contains all the <application>fop</application>
     427          <application>Java</application> classes.
     428          </para>
    410429          <indexterm zone="fop fop.jar">
    411430            <primary sortas="c-fop.jar">fop.jar</primary>
  • pst/ps/ps.xml

    r47274444 rfa3edfef  
    1616  <title>PostScript</title>
    1717
    18   <para>This chapter includes applications that create, manipulate or view
    19   PostScript files and create or view Portable Document Format
    20   PDF files.</para>
     18  <para>
     19    This chapter includes applications that create, manipulate or view
     20    PostScript files and create or view Portable Document Format
     21    PDF files.
     22  </para>
    2123
    2224  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="a2ps.xml"/>
  • 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.