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/printing/gs.xml

    r47274444 rfa3edfef  
    4343    <title>Introduction to Ghostscript</title>
    4444
    45     <para><application>Ghostscript</application> is a versatile processor
    46     for PostScript data with the ability to render PostScript to different
    47     targets. It is a mandatory part of the cups printing stack.</para>
     45    <para>
     46      <application>Ghostscript</application> is a versatile processor
     47      for PostScript data with the ability to render PostScript to different
     48      targets. It is a mandatory part of the cups printing stack.
     49    </para>
    4850
    4951    &lfs91_checked;
     
    5254    <itemizedlist spacing="compact">
    5355      <listitem>
    54         <para>Download (HTTP): <ulink url="&gs-download-http;"/></para>
    55       </listitem>
    56       <listitem>
    57         <para>Download (FTP): <ulink url="&gs-download-ftp;"/></para>
    58       </listitem>
    59       <listitem>
    60         <para>Download MD5 sum: &gs-md5sum;</para>
    61       </listitem>
    62       <listitem>
    63         <para>Download size: &gs-size;</para>
    64       </listitem>
    65       <listitem>
    66         <para>Estimated disk space required: &gs-buildsize;</para>
    67       </listitem>
    68       <listitem>
    69         <para>Estimated build time: &gs-time;</para>
     56        <para>
     57          Download (HTTP): <ulink url="&gs-download-http;"/>
     58        </para>
     59      </listitem>
     60      <listitem>
     61        <para>
     62          Download (FTP): <ulink url="&gs-download-ftp;"/>
     63        </para>
     64      </listitem>
     65      <listitem>
     66        <para>
     67          Download MD5 sum: &gs-md5sum;
     68        </para>
     69      </listitem>
     70      <listitem>
     71        <para>
     72          Download size: &gs-size;
     73        </para>
     74      </listitem>
     75      <listitem>
     76        <para>
     77          Estimated disk space required: &gs-buildsize;
     78        </para>
     79      </listitem>
     80      <listitem>
     81        <para>
     82          Estimated build time: &gs-time;
     83        </para>
    7084      </listitem>
    7185    </itemizedlist>
    7286
    7387    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    74       <para>If you wish, you can download additional fonts.</para>
     88    <para>
     89      If you wish, you can download additional fonts.
     90    </para>
    7591
    7692    <itemizedlist spacing="compact">
    7793      <title>Standard Fonts</title>
    7894      <listitem>
    79         <para>Download (HTTP): <ulink url="&gs-standard-fonts-download;"/></para>
    80       </listitem>
    81       <listitem>
    82         <para>Download MD5 sum: &gs-standard-fonts-md5sum;</para>
    83       </listitem>
    84       <listitem>
    85         <para>Download size: &gs-standard-fonts-size;</para>
     95        <para>
     96          Download (HTTP): <ulink url="&gs-standard-fonts-download;"/>
     97        </para>
     98      </listitem>
     99      <listitem>
     100        <para>
     101          Download MD5 sum: &gs-standard-fonts-md5sum;
     102        </para>
     103      </listitem>
     104      <listitem>
     105        <para>
     106          Download size: &gs-standard-fonts-size;
     107        </para>
    86108      </listitem>
    87109    </itemizedlist>
     
    90112      <title>Other Fonts</title>
    91113      <listitem>
    92         <para>Download (HTTP): <ulink url="&gs-other-fonts-download;"/></para>
    93       </listitem>
    94       <listitem>
    95         <para>Download MD5 sum: &gs-other-fonts-md5sum;</para>
    96       </listitem>
    97       <listitem>
    98         <para>Download size: &gs-other-fonts-size;</para>
     114        <para>
     115          Download (HTTP): <ulink url="&gs-other-fonts-download;"/>
     116        </para>
     117      </listitem>
     118      <listitem>
     119        <para>
     120          Download MD5 sum: &gs-other-fonts-md5sum;
     121        </para>
     122      </listitem>
     123      <listitem>
     124        <para>
     125          Download size: &gs-other-fonts-size;
     126        </para>
    99127      </listitem>
    100128    </itemizedlist>
     
    161189<screen><userinput>rm -rf freetype lcms2mt jpeg libpng openjpeg</userinput></screen>
    162190
    163     <para>Compile <application>Ghostscript</application>:</para>
     191    <para>
     192      Compile <application>Ghostscript</application>:
     193    </para>
    164194
    165195<screen><userinput>rm -rf zlib &amp;&amp;
     
    200230<screen role="root"><userinput>make install</userinput></screen>
    201231
    202     <para>If you want the shared library too:</para>
     232    <para>
     233      If you want the shared library too:
     234    </para>
    203235
    204236<screen role="root"><userinput>make soinstall &amp;&amp;
     
    206238ln -sfvn ghostscript /usr/include/ps</userinput></screen>
    207239
    208     <para>Now make the documentation accessible from the normal place:</para>
     240    <para>
     241      Now make the documentation accessible from the normal place:
     242    </para>
    209243<!-- Starting with 9.23, the install does not seem to copy the examples any more -->
    210244
Note: See TracChangeset for help on using the changeset viewer.