glfs/pst/ps/enscript.xml
Manuel Canales Esparcia 86af98ab39 Updated trunk sources to use DocBook DTD XML 4.4
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3629 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-04-02 10:29:05 +00:00

125 lines
4.1 KiB
XML

<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY enscript-download-http "http://www.iki.fi/mtr/genscript/enscript-&enscript-version;.tar.gz">
<!ENTITY enscript-download-ftp " ">
<!ENTITY enscript-md5sum "b5174b59e4a050fb462af5dbf28ebba3">
<!ENTITY enscript-size "1.0 MB">
<!ENTITY enscript-buildsize "10.2 MB">
<!ENTITY enscript-time "0.13 SBU">
]>
<sect1 id="enscript" xreflabel="Enscript-&enscript-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="enscript.html"?>
<title>Enscript-&enscript-version;</title>
<sect2>
<title>Introduction to <application>Enscript</application></title>
<para><application>Enscript</application> converts <acronym>ASCII</acronym>
text files to PostScript, <acronym>HTML</acronym>, <acronym>RTF</acronym>,
<acronym>ANSI</acronym> and overstrikes.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink
url="&enscript-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&enscript-download-ftp;"/></para></listitem>
<listitem><para>Download MD5 sum: &enscript-md5sum;</para></listitem>
<listitem><para>Download size: &enscript-size;</para></listitem>
<listitem><para>Estimated disk space required:
&enscript-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&enscript-time;</para></listitem></itemizedlist>
</sect3>
</sect2>
<sect2>
<title>Installation of Enscript</title>
<para>Install <application>Enscript</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc/enscript \
--localstatedir=/var --with-media=Letter &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Command explanations</title>
<para><parameter>--sysconfdir=/etc/enscript</parameter>: This switch puts
configuration data in <filename class="directory">/etc/enscript</filename>
instead of <filename class="directory">/usr/etc</filename>.</para>
<para><parameter>--localstatedir=/var</parameter>: This switch sets the
directory for runtime data to <filename class="directory">/var</filename>
instead of <filename class="directory">/usr/var</filename>.</para>
<para><parameter>--with-media=Letter</parameter>: This switch sets the
medium format to letter.</para>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application>Enscript</application> package contains
<command>diffpp</command>,
<command>enscript</command>,
<command>mkafmmap</command>,
<command>over</command>,
<command>sliceprint</command>,
<command>states</command> and filter data.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>diffpp</title>
<para><command>diffpp</command> converts <command>diff</command> output files
to a format suitable to be printed with <command>enscript</command>.</para>
</sect3>
<sect3><title>enscript</title>
<para><command>enscript</command> is a filter, used primarily by printing
scripts, that converts <acronym>ASCII</acronym> text files to PostScript,
<acronym>HTML</acronym>, <acronym>RTF</acronym>, <acronym>ANSI</acronym> and
overstrikes.</para>
</sect3>
<sect3><title>mkafmmap</title>
<para><command>mkafmmap</command> creates a font map from a given file.</para>
</sect3>
<sect3><title>over</title>
<para><command>over</command> is a script which calls
<command>enscript</command> and passes the correct parameters to create
overstriked fonts.</para>
</sect3>
<sect3><title>sliceprint</title>
<para><command>sliceprint</command> slices documents with long lines.</para>
</sect3>
<sect3><title>states</title>
<para><command>states</command> is an <command>awk</command>-like text
processing tool with some state machine extensions. It is designed for program
source code highlighting and for similar tasks where state information helps
input processing.</para>
</sect3>
</sect2>
</sect1>