Changeset fa3edfef for pst/printing


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/printing
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/cups.xml

    r47274444 rfa3edfef  
    307307      <title>Config Files</title>
    308308
    309       <para><filename>/etc/cups/*</filename></para>
     309      <para>
     310        <filename>/etc/cups/*</filename>
     311      </para>
    310312
    311313      <indexterm zone="cups cups-config">
  • 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
  • pst/printing/gutenprint.xml

    r47274444 rfa3edfef  
    3131    <title>Introduction to Gutenprint</title>
    3232
    33     <para>The <application>Gutenprint</application> (formerly
    34     <application>Gimp-Print</application>) package contains high
    35     quality drivers for many brands and models of printers for use with
    36     <xref linkend="cups"/>
    37     and the
    38     <application>GIMP-2.0</application>. See a list of supported printers at
    39     <ulink url="http://gutenprint.sourceforge.net/p_Supported_Printers.php"/>.
     33    <para>
     34      The <application>Gutenprint</application> (formerly
     35      <application>Gimp-Print</application>) package contains high
     36      quality drivers for many brands and models of printers for use with
     37      <xref linkend="cups"/>
     38      and the
     39      <application>GIMP-2.0</application>. See a list of supported printers at
     40      <ulink url="http://gutenprint.sourceforge.net/p_Supported_Printers.php"/>.
    4041    </para>
    4142
     
    4546    <itemizedlist spacing="compact">
    4647      <listitem>
    47         <para>Download (HTTP): <ulink url="&gutenprint-download-http;"/></para>
    48       </listitem>
    49       <listitem>
    50         <para>Download (FTP): <ulink url="&gutenprint-download-ftp;"/></para>
    51       </listitem>
    52       <listitem>
    53         <para>Download MD5 sum: &gutenprint-md5sum;</para>
    54       </listitem>
    55       <listitem>
    56         <para>Download size: &gutenprint-size;</para>
    57       </listitem>
    58       <listitem>
    59         <para>Estimated disk space required: &gutenprint-buildsize;</para>
    60       </listitem>
    61       <listitem>
    62         <para>Estimated build time: &gutenprint-time;</para>
     48        <para>
     49          Download (HTTP): <ulink url="&gutenprint-download-http;"/>
     50        </para>
     51      </listitem>
     52      <listitem>
     53        <para>
     54          Download (FTP): <ulink url="&gutenprint-download-ftp;"/>
     55        </para>
     56      </listitem>
     57      <listitem>
     58        <para>
     59          Download MD5 sum: &gutenprint-md5sum;
     60        </para>
     61      </listitem>
     62      <listitem>
     63        <para>
     64          Download size: &gutenprint-size;
     65        </para>
     66      </listitem>
     67      <listitem>
     68        <para>
     69          Estimated disk space required: &gutenprint-buildsize;
     70        </para>
     71      </listitem>
     72      <listitem>
     73        <para>
     74          Estimated build time: &gutenprint-time;
     75        </para>
    6376      </listitem>
    6477    </itemizedlist>
     
    137150    <title>Installation of Gutenprint</title>
    138151
    139     <para>Install <application>Gutenprint</application> by running the
    140     following commands:</para>
     152    <para>
     153      Install <application>Gutenprint</application> by running the
     154      following commands:
     155    </para>
    141156
    142157<screen><userinput>sed -i 's|$(PACKAGE)/doc|doc/$(PACKAGE)-$(VERSION)|' \
     
    150165    the package - but the tests in 5.2.12 have changed and I thought I read they
    151166    were more parallel -->
    152     <para>To test the results, issue: <command>make check</command>.  The tests
    153     take a very long time and use a lot of disk space.  When last tested
    154     (version 5.2.15 in June 2019) this needed 75 SBU and 13.5 GB
    155     to complete the tests (one test, rastertogutenprint failed because the CUPS
    156     ppds are for a previous version. Maybe genppds should be run before the
    157     tests). Note that the tests used only one CPU.</para>
    158 
    159     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     167    <para>
     168      To test the results, issue: <command>make check</command>.  The tests
     169      take a very long time and use a lot of disk space.  When last tested
     170      (version 5.2.15 in June 2019) this needed 75 SBU and 13.5 GB
     171      to complete the tests (one test, rastertogutenprint failed because the
     172      CUPS ppds are for a previous version. Maybe genppds should be run before
     173      the tests). Note that the tests used only one CPU.
     174    </para>
     175
     176    <para>
     177      Now, as the <systemitem class="username">root</systemitem> user:
     178    </para>
    160179
    161180<screen role="root"><userinput>make install &amp;&amp;
     
    171190    <title>Command Explanations</title>
    172191
    173     <para><command>sed -i '...' ...Makefile.in</command>: This
    174     command is used so that the package documentation is installed in the
    175     conventional <filename class='directory'>/usr/share/doc</filename>
    176     directory structure instead of
    177     <filename class='directory'>/usr/share/gutenprint/doc</filename>.</para>
     192    <para>
     193      <command>sed -i '...' ...Makefile.in</command>: This
     194      command is used so that the package documentation is installed in the
     195      conventional <filename class='directory'>/usr/share/doc</filename>
     196      directory structure instead of
     197      <filename class='directory'>/usr/share/gutenprint/doc</filename>.
     198    </para>
    178199
    179200    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    188209      <title>Configuration Information</title>
    189210
    190       <para>For <application>CUPS</application> to see newly installed print
    191       drivers, it has to be restarted (as the <systemitem
    192       class="username">root</systemitem> user):</para>
     211      <para>
     212        For <application>CUPS</application> to see newly installed print
     213        drivers, it has to be restarted (as the <systemitem
     214        class="username">root</systemitem> user):
     215      </para>
    193216
    194217<screen role="root" revision="sysv"><userinput>/etc/rc.d/init.d/cups restart</userinput></screen>
     
    196219<screen role="root" revision="systemd"><userinput>systemctl restart org.cups.cupsd</userinput></screen>
    197220
    198       <!-- <para>This command may take a long time (up to 10 minutes)
    199       to complete. Don't panic while <application>CUPS</application>
    200       is rescanning the list of PPD files. The long delay will happen
    201       only once.</para> -->
    202 
    203       <para>Then point your web browser to <ulink url="http://localhost:631/"/>
    204       to add a new printer to <application>CUPS</application>.</para>
     221      <!-- <para>
     222        This command may take a long time (up to 10 minutes)
     223        to complete. Don't panic while <application>CUPS</application>
     224        is rescanning the list of PPD files. The long delay will happen
     225        only once.
     226      </para> -->
     227
     228      <para>
     229        Then point your web browser to <ulink url="http://localhost:631/"/>
     230        to add a new printer to <application>CUPS</application>.
     231      </para>
    205232
    206233    </sect3>
     
    242269        <term><command>cups-calibrate</command></term>
    243270        <listitem>
    244           <para>calibrates the color output of printers using the
    245           <application>Gutenprint</application>,
    246           <application>CUPS</application> or
    247           <application>ESP Print Pro</application> drivers.</para>
     271          <para>
     272            calibrates the color output of printers using the
     273            <application>Gutenprint</application>,
     274            <application>CUPS</application> or
     275            <application>ESP Print Pro</application> drivers.
     276          </para>
    248277          <indexterm zone="gutenprint cups-calibrate">
    249278            <primary sortas="b-cups-calibrate">cups-calibrate</primary>
     
    279308        <term><command>escputil</command></term>
    280309        <listitem>
    281           <para>is a command line utility to perform various maintenance
    282           tasks on Epson Stylus inkjet printers.</para>
     310          <para>
     311            is a command line utility to perform various maintenance
     312            tasks on Epson Stylus inkjet printers.
     313          </para>
    283314          <indexterm zone="gutenprint escputil">
    284315            <primary sortas="b-escputil">escputil</primary>
     
    292323        <term><command>ijsgutenprint.5.2</command></term>
    293324        <listitem>
    294           <para>is a Ghostscript driver for HP InkJet and LaserJet printers.</para>
     325          <para>
     326            is a Ghostscript driver for HP InkJet and LaserJet printers.
     327          </para>
    295328          <indexterm zone="gutenprint ijsgutenprint.5.2">
    296329            <primary sortas="b-ijsgutenprint.5.2">ijsgutenprint.5.2</primary>
  • pst/printing/printing.xml

    r47274444 rfa3edfef  
    1616  <title>Printing</title>
    1717
    18   <para>This chapter contains spooling printer management systems and
    19   ghostscript applications to render PostScript for display on terminals
    20   or paper.</para>
     18  <para>
     19    This chapter contains spooling printer management systems and
     20    ghostscript applications to render PostScript for display on terminals
     21    or paper.
     22  </para>
    2123
    2224  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cups.xml"/>
Note: See TracChangeset for help on using the changeset viewer.