source: pst/ps/enscript.xml@ 518538f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 518538f was 518538f, checked in by Randy McMurchy <randy@…>, 19 years ago

Standardized the 'Estimated disk space required' text

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3244 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.9 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY enscript-download-http "http://www.iki.fi/mtr/genscript/enscript-&enscript-version;.tar.gz">
7 <!ENTITY enscript-download-ftp " ">
8 <!ENTITY enscript-size "1.0 MB">
9 <!ENTITY enscript-buildsize "10.2 MB">
10 <!ENTITY enscript-time "0.13 SBU">
11]>
12
13<sect1 id="enscript" xreflabel="Enscript-&enscript-version;">
14<sect1info>
15<othername>$LastChangedBy$</othername>
16<date>$Date$</date>
17</sect1info>
18<?dbhtml filename="enscript.html"?>
19<title>Enscript-&enscript-version;</title>
20
21<sect2>
22<title>Introduction to <application>Enscript</application></title>
23
24<para><application>Enscript</application> converts <acronym>ASCII</acronym>
25text files to PostScript, <acronym>HTML</acronym>, <acronym>RTF</acronym>,
26<acronym>ANSI</acronym> and overstrikes.</para>
27
28<sect3><title>Package information</title>
29<itemizedlist spacing='compact'>
30<listitem><para>Download (HTTP): <ulink
31url="&enscript-download-http;"/></para></listitem>
32<listitem><para>Download (FTP): <ulink
33url="&enscript-download-ftp;"/></para></listitem>
34<listitem><para>Download size: &enscript-size;</para></listitem>
35<listitem><para>Estimated disk space required:
36&enscript-buildsize;</para></listitem>
37<listitem><para>Estimated build time:
38&enscript-time;</para></listitem></itemizedlist>
39</sect3>
40
41</sect2>
42
43<sect2>
44<title>Installation of Enscript</title>
45
46<para>Install <application>Enscript</application> by running the following
47commands:</para>
48
49<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc/enscript \
50 --localstatedir=/var --with-media=Letter &amp;&amp;
51make &amp;&amp;
52make install</command></userinput></screen>
53
54</sect2>
55
56<sect2>
57<title>Command explanations</title>
58
59<para><parameter>--sysconfdir=/etc/enscript</parameter>: This switch puts
60configuration data in <filename class="directory">/etc/enscript</filename>
61instead of <filename class="directory">/usr/etc</filename>.</para>
62
63<para><parameter>--localstatedir=/var</parameter>: This switch sets the
64directory for runtime data to <filename class="directory">/var</filename>
65instead of <filename class="directory">/usr/var</filename>.</para>
66
67<para><parameter>--with-media=Letter</parameter>: This switch sets the
68medium format to letter.</para>
69
70</sect2>
71
72<sect2>
73<title>Contents</title>
74
75<para>The <application>Enscript</application> package contains
76<command>diffpp</command>,
77<command>enscript</command>,
78<command>mkafmmap</command>,
79<command>over</command>,
80<command>sliceprint</command>,
81<command>states</command> and filter data.</para>
82
83</sect2>
84
85<sect2><title>Description</title>
86
87<sect3><title>diffpp</title>
88<para><command>diffpp</command> converts <command>diff</command> output files
89to a format suitable to be printed with <command>enscript</command>.</para>
90</sect3>
91
92<sect3><title>enscript</title>
93<para><command>enscript</command> is a filter, used primarily by printing
94scripts, that converts <acronym>ASCII</acronym> text files to PostScript,
95<acronym>HTML</acronym>, <acronym>RTF</acronym>, <acronym>ANSI</acronym> and
96overstrikes.</para>
97</sect3>
98
99<sect3><title>mkafmmap</title>
100<para><command>mkafmmap</command> creates a font map from a given file.</para>
101</sect3>
102
103<sect3><title>over</title>
104<para><command>over</command> is a script which calls
105<command>enscript</command> and passes the correct parameters to create
106overstriked fonts.</para>
107</sect3>
108
109<sect3><title>sliceprint</title>
110<para><command>sliceprint</command> slices documents with long lines.</para>
111</sect3>
112
113<sect3><title>states</title>
114<para><command>states</command> is an <command>awk</command>-like text
115processing tool with some state machine extensions. It is designed for program
116source code highlighting and for similar tasks where state information helps
117input processing.</para>
118</sect3>
119
120</sect2>
121
122</sect1>
Note: See TracBrowser for help on using the repository browser.