Author: bdubbs
Date: Mon Aug 24 11:26:18 2020
New Revision: 23613
Log:
Finish tagging pst packages
Archive a2ps and psutils
Added:
trunk/BOOK/archive/a2ps.xml
- copied unchanged from r23612, trunk/BOOK/pst/ps/a2ps.xml
trunk/BOOK/archive/psutils.xml
- copied unchanged from r23612, trunk/BOOK/pst/ps/psutils.xml
Deleted:
trunk/BOOK/pst/ps/a2ps.xml
trunk/BOOK/pst/ps/psutils.xml
Modified:
trunk/BOOK/pst/ps/enscript.xml
trunk/BOOK/pst/ps/paps.xml
trunk/BOOK/pst/scanning/sane.xml
trunk/BOOK/pst/scanning/xsane.xml
trunk/BOOK/pst/xml/docbook5.xml
trunk/BOOK/pst/xml/docbook51.xml
Copied: trunk/BOOK/archive/a2ps.xml (from r23612, trunk/BOOK/pst/ps/a2ps.xml)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/BOOK/archive/a2ps.xml Mon Aug 24 11:26:18 2020 (r23613, copy
of r23612, trunk/BOOK/pst/ps/a2ps.xml)
@@ -0,0 +1,419 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+
+ <!ENTITY a2ps-download-http "&gnu-http;/a2ps/a2ps-&a2ps-version;.tar.gz">
+ <!ENTITY a2ps-download-ftp "&gnu-ftp;/a2ps/a2ps-&a2ps-version;.tar.gz">
+ <!ENTITY a2ps-md5sum "781ac3d9b213fa3e1ed0d79f986dc8c7">
+ <!ENTITY a2ps-size "2.6 MB">
+ <!ENTITY a2ps-buildsize "22 MB">
+ <!ENTITY a2ps-time "0.3 SBU">
+
+ <!ENTITY i18n-fonts-version "0.1">
+]>
+
+<sect1 id="a2ps" xreflabel="a2ps-&a2ps-version;">
+ <?dbhtml filename="a2ps.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>a2ps-&a2ps-version;</title>
+
+ <indexterm zone="a2ps">
+ <primary sortas="a-a2ps">a2ps</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to a2ps</title>
+
+ <para>
+ <application>a2ps</application> is a filter utilized mainly
+ in the background and primarily by printing scripts to convert almost
+ every input format into PostScript output. The application's name
+ expands appropriately to <quote>all to PostScript</quote>.
+ </para>
+
+ &lfs91_checked;
+
+ <caution>
+ <para>
+ <application>a2ps</application> cannot convert UTF-8 encoded
+ text to PostScript. The issue is discussed in detail in the
+ <xref linkend="locale-not-valid-option"/> section of the
+ <xref linkend="locale-issues"/> page.
+ The solution is to use <xref linkend="paps"/> instead of
+ <application>a2ps</application> for converting
+ UTF-8 encoded text to PostScript.
+ </para>
+ </caution>
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&a2ps-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&a2ps-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &a2ps-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &a2ps-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &a2ps-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &a2ps-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+ <itemizedlist spacing='compact'>
+ <listitem>
+ <para>
+ International fonts: <ulink url=
+
"&sources-anduin-http;/i18n-fonts/i18n-fonts-&i18n-fonts-version;.tar.bz2"/>
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">a2ps Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Recommended</bridgehead>
+ <para role="recommended">
+ <xref linkend="psutils"/>, and
+ <xref linkend="cups"/>
+ (otherwise, <application>a2ps</application> will use the
+ <command>cat >/dev/lp0</command> command instead of
<command>lpr</command>
+ for sending its output to the printer)
+ </para>
+
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional">
+ <xref linkend="gs"/>,
+ <xref linkend="libpaper"/>,
+ <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
+ <xref linkend="x-window-system"/>,
+ <ulink url="http://www.adobe.com/products/acrobat/readstep2.html">Adobe
Reader</ulink>, and
+ <ulink
url="http://www.gnu.org/software/ghostview/ghostview.html">Ghostview</ulink>
+ </para>
+
+ <para condition="html" role="usernotes">User Notes:
+ <ulink url="&blfs-wiki;/A2PS"/></para>
+
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of a2ps</title>
+
+ <para>
+ Install <application>a2ps</application> by running the following
+ commands:
+ </para>
+
+<screen><userinput>autoconf &&
+sed -i -e "s/GPERF --version |/& head -n 1 |/" \
+ -e "s|/usr/local/share|/usr/share|" configure &&
+
+./configure --prefix=/usr \
+ --sysconfdir=/etc/a2ps \
+ --enable-shared \
+ --with-medium=letter &&
+make &&
+touch doc/*.info</userinput></screen>
+
+ <para>
+ To test the results, issue: <command>make check</command>.
+ The <filename>printers.tst</filename> test will fail, as there is no
+ default test printer. The <filename>styles.tst</filename> may also
+ fail, as the tests report some inconsistencies between the generated
+ postscript and the reference sets. This is caused by version number
+ differences between the postscript test files and those generated by
+ the tests — these do not affect the operation of the program
+ and can be ignored.
+ </para>
+
+ <para>
+ Now, as the <systemitem class="username">root</systemitem> user:
+ </para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+
+ <para>
+ If desired, install the downloaded i18n-fonts by running the following
+ commands as the <systemitem class="username">root</systemitem> user:
+ </para>
+
+<screen role="root"><userinput>tar -xf
../i18n-fonts-&i18n-fonts-version;.tar.bz2 &&
+cp -v i18n-fonts-&i18n-fonts-version;/fonts/* /usr/share/a2ps/fonts
&&
+cp -v i18n-fonts-&i18n-fonts-version;/afm/* /usr/share/a2ps/afm
&&
+pushd /usr/share/a2ps/afm &&
+ ./make_fonts_map.sh &&
+ mv fonts.map.new fonts.map &&
+popd</userinput></screen>
+
+ </sect2>
+
+ <sect2 role="commands">
+ <title>Command Explanations</title>
+
+ <para>
+ <command>autoconf</command>: This command is used to recreate the
+ <command>configure</command> script. This is required because there is
+ an issue in the mktime test which causes the
+ <command>configure</command> script to hang for 60 seconds and then
+ report that there is no working mktime function.
+ </para>
+
+ <para>
+ <command>sed -i "s/GPERF --version |/& head -n 1 |/"
configure</command>:
+ This fixes a bug in the handling of the version output of
+ <command>gperf</command>.
+ </para>
+
+ <para>
+ <command>sed -i "s|/usr/local/share|/usr/share|" configure</command>:
+ This command modifies the <command>configure</command> script to search
+ for <application>Ghostscript</application> fonts at the location where
+ they were installed by the BLFS instructions.
+ </para>
+
+ <para>
+ <parameter>--sysconfdir=/etc/a2ps</parameter>: Configuration data is
+ installed in <filename class="directory">/etc/a2ps</filename> instead of
+ <filename class="directory">/usr/etc</filename>.
+ </para>
+
+ <para>
+ <parameter>--enable-shared</parameter>: This switch enables building
+ the dynamic <filename class='libraryfile'>liba2ps</filename> library.
+ </para>
+
+ <para>
+ <parameter>--with-medium=letter</parameter>: This switch changes the
+ default paper format to US letter. It can either be given here or set
+ in <filename>/etc/a2ps/a2ps-site.cfg</filename> after installation. The
+ default is A4, but there are several other options, in particular: A4dj
+ or letterdj are good settings for HP Deskjet and other printers that need
+ wider paper-handling margins. See <filename>/etc/a2ps/a2ps.cfg</filename>
+ after installation.
+ </para>
+
+ <para>
+ <command>touch doc/*.info</command>: This command avoids trying to
+ regenerate the info files. This is an older package and the current
+ <filename class="extension">.texi</filename> files will produce errors
+ preventing <command>make install</command> from working properly.
+ </para>
+
+ </sect2>
+
+ <sect2 role="configuration">
+ <title>Configuring a2ps</title>
+
+ <sect3 id="a2ps-config">
+ <title>Config Files</title>
+
+ <para>
+ <filename>/etc/a2ps/a2ps.cfg</filename> and
+ <filename>/etc/a2ps/a2ps-site.cfg</filename>
+ </para>
+
+ <indexterm zone="a2ps a2ps-config">
+ <primary sortas="e-etc-a2ps-a2ps.cfg">/etc/a2ps/a2ps.cfg</primary>
+ </indexterm>
+
+ <indexterm zone="a2ps a2ps-config">
+ <primary
sortas="e-etc-a2ps-a2ps-site.cfg">/etc/a2ps/a2ps-site.cfg</primary>
+ </indexterm>
+
+ </sect3>
+
+ <sect3>
+ <title>Configuration Information</title>
+
+ <para>
+ Information about configuring <application>a2ps</application>
+ can be found in the comments contained in the above files, and also
+ by running <command>info a2ps</command>.
+ </para>
+
+ </sect3>
+
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Programs</segtitle>
+ <segtitle>Installed Libraries</segtitle>
+ <segtitle>Installed Directories</segtitle>
+
+ <seglistitem>
+ <seg>a2ps, card, composeglyphs, fixnt, fixps, ogonkify,
+ pdiff, psmandup, psset, and texi2dvi4a2ps</seg>
+ <seg>liba2ps.{so,a} and filter data</seg>
+ <seg>/etc/a2ps and /usr/share/a2ps</seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="a2ps-prog">
+ <term><command>a2ps</command></term>
+ <listitem>
+ <para>
+ is a filter, utilized primarily by printing scripts,
+ that converts standard input or supported files to PostScript.
+ </para>
+ <indexterm zone="a2ps a2ps-prog">
+ <primary sortas="b-a2ps">a2ps</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="card">
+ <term><command>card</command></term>
+ <listitem>
+ <para>
+ prints a reference card of a given program's options.
+ </para>
+ <indexterm zone="a2ps card">
+ <primary sortas="b-card">card</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="composeglyphs">
+ <term><command>composeglyphs</command></term>
+ <listitem>
+ <para>
+ creates a composite font program.
+ </para>
+ <indexterm zone="a2ps composeglyphs">
+ <primary sortas="b-composeglyphs">composeglyphs</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="fixnt">
+ <term><command>fixnt</command></term>
+ <listitem>
+ <para>
+ is supposed to fix the problems in the PostScript files
+ generated by the Microsoft PostScript driver under Windows NT
+ (3.5 and 4.0).
+ </para>
+ <indexterm zone="a2ps fixnt">
+ <primary sortas="b-fixnt">fixnt</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="fixps">
+ <term><command>fixps</command></term>
+ <listitem>
+ <para>
+ tries to fix common PostScript problems that break
+ postprocessing.
+ </para>
+ <indexterm zone="a2ps fixps">
+ <primary sortas="b-fixps">fixps</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="ogonkify">
+ <term><command>ogonkify</command></term>
+ <listitem>
+ <para>
+ provides international support for Postscript by performing various
+ munging of PostScript files related to printing in different
+ languages.
+ </para>
+ <indexterm zone="a2ps ogonkify">
+ <primary sortas="b-ogonkify">ogonkify</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="pdiff">
+ <term><command>pdiff</command></term>
+ <listitem>
+ <para>
+ produces a pretty comparison between files.
+ </para>
+ <indexterm zone="a2ps pdiff">
+ <primary sortas="b-pdiff">pdiff</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="psmandup">
+ <term><command>psmandup</command></term>
+ <listitem>
+ <para>
+ tries to produce a version of a given PostScript file to
+ print in manual duplex.
+ </para>
+ <indexterm zone="a2ps psmandup">
+ <primary sortas="b-psmandup">psmandup</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="psset">
+ <term><command>psset</command></term>
+ <listitem>
+ <para>
+ produces a version of a given PostScript file with a
+ protected call to the PostScript operator 'setpagedevice'.
+ Typical use is making a file print duplex, or on the manual
+ tray, etc.
+ </para>
+ <indexterm zone="a2ps psset">
+ <primary sortas="b-psset">psset</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="texi2dvi4a2ps">
+ <term><command>texi2dvi4a2ps</command></term>
+ <listitem>
+ <para>
+ compiles Texinfo and LaTeX files to DVI or PDF.
+ </para>
+ <indexterm zone="a2ps texi2dvi4a2ps">
+ <primary sortas="b-texi2dvi4a2ps">texi2dvi4a2ps</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+
+ </sect2>
+
+</sect1>
Copied: trunk/BOOK/archive/psutils.xml (from r23612,
trunk/BOOK/pst/ps/psutils.xml)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/BOOK/archive/psutils.xml Mon Aug 24 11:26:18 2020
(r23613, copy of r23612, trunk/BOOK/pst/ps/psutils.xml)
@@ -0,0 +1,296 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+
+ <!ENTITY psutils-download-http
"http://pkgs.fedoraproject.org/repo/pkgs/psutils/psutils-p17.tar.gz/&psutils-md5sum;/psutils-&psutils-version;.tar.gz">
+ <!ENTITY psutils-download-ftp " ">
+<!-- <!ENTITY psutils-download-ftp
"ftp://ftp.knackered.org/pub/psutils/psutils-&psutils-version;.tar.gz">-->
+ <!ENTITY psutils-md5sum "b161522f3bd1507655326afa7db4a0ad">
+ <!ENTITY psutils-size "68 KB">
+ <!ENTITY psutils-buildsize "740 KB">
+ <!ENTITY psutils-time "less than 0.1 SBU">
+]>
+
+<sect1 id="psutils" xreflabel="PSUtils-&psutils-version;">
+ <?dbhtml filename="psutils.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>PSUtils-&psutils-version;</title>
+
+ <indexterm zone="psutils">
+ <primary sortas="a-PSUtils">PSUtils</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to PSUtils</title>
+
+ <para>
+ <application>PSUtils</application> is a set of utilities to manipulate
+ PostScript files.
+ </para>
+
+ &lfs91_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&psutils-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&psutils-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &psutils-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &psutils-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &psutils-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &psutils-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <para condition="html" role="usernotes">User Notes:
+ <ulink url="&blfs-wiki;/psutils"/></para>
+
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of PSUtils</title>
+
+ <para>
+ Install <application>PSUtils</application> by running the
+ following commands:
+ </para>
+
+<screen><userinput>sed 's@/usr/local@/usr@g' Makefile.unix > Makefile
&&
+make</userinput></screen>
+
+ <para>
+ This package does not come with a test suite.
+ </para>
+
+ <para>
+ Now, as the <systemitem class="username">root</systemitem> user:
+ </para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+
+ </sect2>
+
+ <sect2 role="commands">
+ <title>Command Explanations</title>
+
+ <para>
+ <command>sed 's@/usr/local@/usr@g' Makefile.unix > Makefile</command>:
+ This command creates a <filename>Makefile</filename> that installs the
+ program to the <filename class="directory">/usr</filename> prefix instead
+ of the <filename class="directory">/usr/local</filename> prefix.
+ </para>
+
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Programs</segtitle>
+ <segtitle>Installed Libraries</segtitle>
+ <segtitle>Installed Directories</segtitle>
+
+ <seglistitem>
+ <seg>epsffit, extractres, fixdlsrps, fixfmps, fixmacps, fixpsditps,
+ fixpspps, fixscribeps, fixtpps, fixwfwps, fixwpps, fixwwps, getafm,
+ includeres, psbook, psmerge, psnup, psresize, psselect, pstops,
+ and showchar</seg>
+ <seg>None</seg>
+ <seg>/usr/share/psutils</seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <para>
+ Sometimes <command>psnup</command> and other utilities from this
+ package produce PostScript files that don't conform to Adobe's DSC
+ standard. <application>CUPS</application> may print them incorrectly.
+ On the other hand, <application>CUPS</application> has builtin
+ replacements for most commands from this package. For example, to print
+ a document 2-up, you can issue this command:
+ </para>
+
+<screen><userinput>lp -o number-up=2
<replaceable><filename></replaceable></userinput></screen>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="epsffit">
+ <term><command>epsffit</command></term>
+ <listitem>
+ <para>
+ fits an EPSF file to a given bounding box.
+ </para>
+ <indexterm zone="psutils epsffit">
+ <primary sortas="b-epsffit">epsffit</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="extractres">
+ <term><command>extractres</command></term>
+ <listitem>
+ <para>
+ is a filter to extract resources from a PostScript document.
+ </para>
+ <indexterm zone="psutils extractres">
+ <primary sortas="b-extractres">extractres</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="fixprogs">
+ <term><command>fix*</command></term>
+ <listitem>
+ <para>
+ are filters of different kinds of documents to work with PSUtils.
+ </para>
+ <indexterm zone="psutils fixprogs">
+ <primary sortas="b-fixprogs">fix*</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="getafm">
+ <term><command>getafm</command></term>
+ <listitem>
+ <para>
+ create an AFM file for a PostScript font.
+ </para>
+ <indexterm zone="psutils getafm">
+ <primary sortas="b-getafm">getafm</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="includeres">
+ <term><command>includeres</command></term>
+ <listitem>
+ <para>
+ is a filter to include resources in a PostScript document.
+ </para>
+ <indexterm zone="psutils includeres">
+ <primary sortas="b-includeres">includeres</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="psbook">
+ <term><command>psbook</command></term>
+ <listitem>
+ <para>
+ rearranges pages into signatures.
+ </para>
+ <indexterm zone="psutils psbook">
+ <primary sortas="b-psbook">psbook</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="psmerge">
+ <term><command>psmerge</command></term>
+ <listitem>
+ <para>
+ is a filter to merge several PostScript files into one.
+ </para>
+ <indexterm zone="psutils psmerge">
+ <primary sortas="b-psmerge">psmerge</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="psnup">
+ <term><command>psnup</command></term>
+ <listitem>
+ <para>
+ puts multiple pages per physical sheet of paper.
+ </para>
+ <indexterm zone="psutils psnup">
+ <primary sortas="b-psnup">psnup</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="psresize">
+ <term><command>psresize</command></term>
+ <listitem>
+ <para>
+ alters the document paper size.
+ </para>
+ <indexterm zone="psutils psresize">
+ <primary sortas="b-psresize">psresize</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="psselect">
+ <term><command>psselect</command></term>
+ <listitem>
+ <para>
+ selects pages and page ranges.
+ </para>
+ <indexterm zone="psutils psselect">
+ <primary sortas="b-psselect">psselect</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="pstops">
+ <term><command>pstops</command></term>
+ <listitem>
+ <para>
+ performs general page rearrangements and selection.
+ </para>
+ <indexterm zone="psutils pstops">
+ <primary sortas="b-pstops">pstops</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="showchar">
+ <term><command>showchar</command></term>
+ <listitem>
+ <para>
+ outputs PostScript to draw a character with metric info.
+ </para>
+ <indexterm zone="psutils showchar">
+ <primary sortas="b-showchar">showchar</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+
+ </sect2>
+
+</sect1>
Modified: trunk/BOOK/pst/ps/enscript.xml
==============================================================================
--- trunk/BOOK/pst/ps/enscript.xml Mon Aug 24 10:56:58 2020 (r23612)
+++ trunk/BOOK/pst/ps/enscript.xml Mon Aug 24 11:26:18 2020 (r23613)
@@ -38,7 +38,7 @@
to PostScript, HTML, RTF, ANSI and overstrikes.
</para>
- &lfs91_checked;
+ &lfs10_checked;
<caution>
<para>
Modified: trunk/BOOK/pst/ps/paps.xml
==============================================================================
--- trunk/BOOK/pst/ps/paps.xml Mon Aug 24 10:56:58 2020 (r23612)
+++ trunk/BOOK/pst/ps/paps.xml Mon Aug 24 11:26:18 2020 (r23613)
@@ -37,7 +37,7 @@
<application>Pango</application>.
</para>
- &lfs91_checked;
+ &lfs10_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/pst/scanning/sane.xml
==============================================================================
--- trunk/BOOK/pst/scanning/sane.xml Mon Aug 24 10:56:58 2020 (r23612)
+++ trunk/BOOK/pst/scanning/sane.xml Mon Aug 24 11:26:18 2020 (r23613)
@@ -51,7 +51,7 @@
front ends are user interfaces to access the backends.
</para>
- &lfs91_checked;
+ &lfs10_checked;
<bridgehead renderas="sect3">Back Ends Package Information</bridgehead>
<itemizedlist spacing='compact'>
@@ -205,6 +205,12 @@
</para>
<screen role="root"><userinput>usermod -G scanner -a
<replaceable>username</replaceable></userinput></screen>
+
+ <para>
+ After adding the <systemitem class="groupname">scanner</systemitem>
+ group as above, you will need to log out and back in to activate it.
+ </para>
+
</note>
<para>
Modified: trunk/BOOK/pst/scanning/xsane.xml
==============================================================================
--- trunk/BOOK/pst/scanning/xsane.xml Mon Aug 24 10:56:58 2020 (r23612)
+++ trunk/BOOK/pst/scanning/xsane.xml Mon Aug 24 11:26:18 2020 (r23613)
@@ -35,7 +35,7 @@
quality and ease of use compared to <command>xscanimage</command>.
</para>
- &lfs91_checked;
+ &lfs10_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/pst/xml/docbook5.xml
==============================================================================
--- trunk/BOOK/pst/xml/docbook5.xml Mon Aug 24 10:56:58 2020 (r23612)
+++ trunk/BOOK/pst/xml/docbook5.xml Mon Aug 24 11:26:18 2020 (r23613)
@@ -39,7 +39,7 @@
rules, and is incompatible with previous versions of DocBook XML.
</para>
- &lfs91_checked;
+ &lfs10_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/pst/xml/docbook51.xml
==============================================================================
--- trunk/BOOK/pst/xml/docbook51.xml Mon Aug 24 10:56:58 2020 (r23612)
+++ trunk/BOOK/pst/xml/docbook51.xml Mon Aug 24 11:26:18 2020 (r23613)
@@ -37,7 +37,7 @@
transformations already written for that standard.
</para>
- &lfs91_checked;
+ &lfs10_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page