source: pst/ps/a2ps.xml@ 7a3c1cb

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 7a3c1cb was 93343b6, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

LFS 7.4 tags
Ensure gcc is used for cups

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

  • Property mode set to 100644
File size: 12.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY a2ps-download-http "http://ftp.gnu.org/gnu/a2ps/a2ps-&a2ps-version;.tar.gz">
8 <!ENTITY a2ps-download-ftp "ftp://ftp.gnu.org/gnu/a2ps/a2ps-&a2ps-version;.tar.gz">
9 <!ENTITY a2ps-md5sum "781ac3d9b213fa3e1ed0d79f986dc8c7">
10 <!ENTITY a2ps-size "2.6 MB">
11 <!ENTITY a2ps-buildsize "22 MB">
12 <!ENTITY a2ps-time "0.3 SBU">
13
14 <!ENTITY i18n-fonts-version "0.1">
15]>
16
17<sect1 id="a2ps" xreflabel="a2ps-&a2ps-version;">
18 <?dbhtml filename="a2ps.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>a2ps-&a2ps-version;</title>
26
27 <indexterm zone="a2ps">
28 <primary sortas="a-a2ps">a2ps</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to a2ps</title>
33
34 <para><application>a2ps</application> is a filter utilized mainly
35 in the background and primarily by printing scripts to convert almost
36 every input format into PostScript output. The application's name
37 expands appropriately to <quote>all to PostScript</quote>.</para>
38
39 &lfs74_checked;
40
41 <caution>
42 <para><application>a2ps</application> cannot convert UTF-8 encoded
43 text to PostScript. The issue is discussed in detail in the
44 <xref linkend="locale-not-valid-option"/> section of the
45 <xref linkend="locale-issues"/> page.
46 The solution is to use <xref linkend="paps"/> instead of
47 <application>a2ps</application> for converting
48 UTF-8 encoded text to PostScript.</para>
49 </caution>
50
51 <bridgehead renderas="sect3">Package Information</bridgehead>
52 <itemizedlist spacing="compact">
53 <listitem>
54 <para>Download (HTTP): <ulink url="&a2ps-download-http;"/></para>
55 </listitem>
56 <listitem>
57 <para>Download (FTP): <ulink url="&a2ps-download-ftp;"/></para>
58 </listitem>
59 <listitem>
60 <para>Download MD5 sum: &a2ps-md5sum;</para>
61 </listitem>
62 <listitem>
63 <para>Download size: &a2ps-size;</para>
64 </listitem>
65 <listitem>
66 <para>Estimated disk space required: &a2ps-buildsize;</para>
67 </listitem>
68 <listitem>
69 <para>Estimated build time: &a2ps-time;</para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
74 <itemizedlist spacing='compact'>
75 <listitem>
76 <para>International fonts: <ulink
77 url="http://anduin.linuxfromscratch.org/sources/BLFS/conglomeration/i18n-fonts/i18n-fonts-&i18n-fonts-version;.tar.bz2"/></para>
78 </listitem>
79 </itemizedlist>
80
81 <bridgehead renderas="sect3">a2ps Dependencies</bridgehead>
82
83 <bridgehead renderas="sect4">Required</bridgehead>
84 <para role="required"><xref linkend="gperf"/></para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
88 <xref linkend="psutils"/>, and
89 <xref linkend="cups"/>
90 (otherwise, <application>a2ps</application> will use the
91 <command>cat &gt;/dev/lp0</command> command instead of <command>lpr</command>
92 for sending its output to the printer)
93 </para>
94
95 <bridgehead renderas="sect4">Optional</bridgehead>
96 <para role="optional">
97 <xref linkend="x-window-system"/>,
98 <xref linkend="texlive"/>,
99 <xref linkend="gs"/>,
100 <ulink url="http://packages.debian.org/unstable/source/libpaper">libpaper</ulink>,
101 <ulink url="http://www.adobe.com/products/acrobat/readstep2.html">Adobe Reader</ulink>, and
102 <ulink url="http://www.gnu.org/software/ghostview/ghostview.html">Ghostview</ulink>
103 </para>
104
105 <para condition="html" role="usernotes">User Notes:
106 <ulink url="&blfs-wiki;/A2PS"/></para>
107
108 </sect2>
109
110 <sect2 role="installation">
111 <title>Installation of a2ps</title>
112
113 <para>Install <application>a2ps</application> by running the following
114 commands:</para>
115
116<screen><userinput>autoconf &amp;&amp;
117sed -i -e "s/GPERF --version |/&amp; head -n 1 |/" \
118 -e "s|/usr/local/share|/usr/share|" configure &amp;&amp;
119
120./configure --prefix=/usr \
121 --sysconfdir=/etc/a2ps \
122 --enable-shared \
123 --with-medium=letter &amp;&amp;
124make &amp;&amp;
125touch doc/*.info</userinput></screen>
126
127 <para>To test the results, issue: <command>make check</command>.
128 The <filename>printers.tst</filename> test will fail, as there is no default
129 test printer. The <filename>styles.tst</filename> may also fail, as the
130 tests report some inconsistencies between the generated postscript and the
131 reference sets. This is caused by version number differences between the
132 postscript test files and those generated by the tests &mdash; these do not
133 affect the operation of the program and can be ignored.</para>
134
135 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
136
137<screen role="root"><userinput>make install</userinput></screen>
138
139 <para>If desired, install the downloaded i18n-fonts by running the following
140 commands as the <systemitem class="username">root</systemitem> user:</para>
141
142<screen role="root"><userinput>tar -xf ../i18n-fonts-&i18n-fonts-version;.tar.bz2 &amp;&amp;
143cp -v i18n-fonts-&i18n-fonts-version;/fonts/* /usr/share/a2ps/fonts &amp;&amp;
144cp -v i18n-fonts-&i18n-fonts-version;/afm/* /usr/share/a2ps/afm &amp;&amp;
145cd /usr/share/a2ps/afm &amp;&amp;
146./make_fonts_map.sh &amp;&amp;
147mv fonts.map.new fonts.map</userinput></screen>
148
149 </sect2>
150
151 <sect2 role="commands">
152 <title>Command Explanations</title>
153
154 <para><command>autoconf</command>: This command is used to recreate the
155 <command>configure</command> script. This is required because there is
156 an issue in the mktime test which causes the
157 <command>configure</command> script to hang for 60 seconds and then report
158 that there is no working mktime function.</para>
159
160 <para><command>sed -i "s/GPERF --version |/&amp; head -n 1 |/" configure</command>:
161 This fixes a bug in the handling of the version output of
162 <command>gperf</command>.</para>
163
164 <para><command>sed -i "s|/usr/local/share|/usr/share|" configure</command>:
165 This command modifies the <command>configure</command> script to search for
166 <application>Ghostscript</application> fonts at the location where they were
167 installed by the BLFS instructions.</para>
168
169 <para><parameter>--sysconfdir=/etc/a2ps</parameter>: Configuration data
170 is installed in <filename class="directory">/etc/a2ps</filename> instead of
171 <filename class="directory">/usr/etc</filename>.</para>
172
173 <para><parameter>--enable-shared</parameter>: This switch enables building
174 the dynamic <filename class='libraryfile'>liba2ps</filename> library.</para>
175
176 <para><parameter>--with-medium=letter</parameter>: This switch changes the
177 default paper format to US letter. It can either be given here or set
178 in <filename>/etc/a2ps/a2ps-site.cfg</filename> after installation. The
179 default is A4, but there are several other options, in particular: A4dj or
180 letterdj are good settings for HP Deskjet and other printers that need
181 wider paper-handling margins. See <filename>/etc/a2ps/a2ps.cfg</filename>
182 after installation.</para>
183
184 <para><command>touch doc/*.info</command>: This command avoids trying to
185 regenerate the info files. This is an older package and the current
186 .texi files will produce errors preventing <command>make install</command>
187 from working properly.</para>
188
189 </sect2>
190
191 <sect2 role="configuration">
192 <title>Configuring a2ps</title>
193
194 <sect3 id="a2ps-config">
195 <title>Config Files</title>
196
197 <para><filename>/etc/a2ps/a2ps.cfg</filename>,
198 <filename>/etc/a2ps/a2ps-site.cfg</filename></para>
199
200 <indexterm zone="a2ps a2ps-config">
201 <primary sortas="e-etc-a2ps-a2ps.cfg">/etc/a2ps/a2ps.cfg</primary>
202 </indexterm>
203
204 <indexterm zone="a2ps a2ps-config">
205 <primary sortas="e-etc-a2ps-a2ps-site.cfg">/etc/a2ps/a2ps-site.cfg</primary>
206 </indexterm>
207
208 </sect3>
209
210 <sect3>
211 <title>Configuration Information</title>
212
213 <para>Information about configuring <application>a2ps</application>
214 can be found in the comments contained in the above files, and also
215 by running <command>info a2ps</command>.</para>
216
217 </sect3>
218
219 </sect2>
220
221 <sect2 role="content">
222 <title>Contents</title>
223
224 <segmentedlist>
225 <segtitle>Installed Programs</segtitle>
226 <segtitle>Installed Libraries</segtitle>
227 <segtitle>Installed Directories</segtitle>
228
229 <seglistitem>
230 <seg>a2ps, card, composeglyphs, fixnt, fixps, ogonkify,
231 pdiff, psmandup, psset, and texi2dvi4a2ps</seg>
232 <seg>liba2ps.{so,a} and filter data</seg>
233 <seg>/etc/a2ps and /usr/share/a2ps</seg>
234 </seglistitem>
235 </segmentedlist>
236
237 <variablelist>
238 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
239 <?dbfo list-presentation="list"?>
240 <?dbhtml list-presentation="table"?>
241
242 <varlistentry id="a2ps-prog">
243 <term><command>a2ps</command></term>
244 <listitem>
245 <para>is a filter, utilized primarily by printing scripts,
246 that converts standard input or supported files to PostScript.</para>
247 <indexterm zone="a2ps a2ps-prog">
248 <primary sortas="b-a2ps">a2ps</primary>
249 </indexterm>
250 </listitem>
251 </varlistentry>
252
253 <varlistentry id="card">
254 <term><command>card</command></term>
255 <listitem>
256 <para>prints a reference card of a given program's options.</para>
257 <indexterm zone="a2ps card">
258 <primary sortas="b-card">card</primary>
259 </indexterm>
260 </listitem>
261 </varlistentry>
262
263 <varlistentry id="composeglyphs">
264 <term><command>composeglyphs</command></term>
265 <listitem>
266 <para>creates a composite font program.</para>
267 <indexterm zone="a2ps composeglyphs">
268 <primary sortas="b-composeglyphs">composeglyphs</primary>
269 </indexterm>
270 </listitem>
271 </varlistentry>
272
273 <varlistentry id="fixnt">
274 <term><command>fixnt</command></term>
275 <listitem>
276 <para>is supposed to fix the problems in the PostScript files
277 generated by the Microsoft PostScript driver under Windows NT
278 (3.5 and 4.0).</para>
279 <indexterm zone="a2ps fixnt">
280 <primary sortas="b-fixnt">fixnt</primary>
281 </indexterm>
282 </listitem>
283 </varlistentry>
284
285 <varlistentry id="fixps">
286 <term><command>fixps</command></term>
287 <listitem>
288 <para>tries to fix common PostScript problems that break
289 postprocessing.</para>
290 <indexterm zone="a2ps fixps">
291 <primary sortas="b-fixps">fixps</primary>
292 </indexterm>
293 </listitem>
294 </varlistentry>
295
296 <varlistentry id="ogonkify">
297 <term><command>ogonkify</command></term>
298 <listitem>
299 <para>provides international support for Postscript by performing
300 various munging of PostScript files related to printing in different
301 languages.</para>
302 <indexterm zone="a2ps ogonkify">
303 <primary sortas="b-ogonkify">ogonkify</primary>
304 </indexterm>
305 </listitem>
306 </varlistentry>
307
308 <varlistentry id="pdiff">
309 <term><command>pdiff</command></term>
310 <listitem>
311 <para>produces a pretty comparison between files.</para>
312 <indexterm zone="a2ps pdiff">
313 <primary sortas="b-pdiff">pdiff</primary>
314 </indexterm>
315 </listitem>
316 </varlistentry>
317
318 <varlistentry id="psmandup">
319 <term><command>psmandup</command></term>
320 <listitem>
321 <para>tries to produce a version of a given PostScript file to
322 print in manual duplex.</para>
323 <indexterm zone="a2ps psmandup">
324 <primary sortas="b-psmandup">psmandup</primary>
325 </indexterm>
326 </listitem>
327 </varlistentry>
328
329 <varlistentry id="psset">
330 <term><command>psset</command></term>
331 <listitem>
332 <para>produces a version of a given PostScript file with a
333 protected call to the PostScript operator 'setpagedevice'.
334 Typical use is making a file print duplex, or on the manual
335 tray, etc.</para>
336 <indexterm zone="a2ps psset">
337 <primary sortas="b-psset">psset</primary>
338 </indexterm>
339 </listitem>
340 </varlistentry>
341
342 <varlistentry id="texi2dvi4a2ps">
343 <term><command>texi2dvi4a2ps</command></term>
344 <listitem>
345 <para>compiles Texinfo and LaTeX files to DVI or PDF</para>
346 <indexterm zone="a2ps texi2dvi4a2ps">
347 <primary sortas="b-texi2dvi4a2ps">texi2dvi4a2ps</primary>
348 </indexterm>
349 </listitem>
350 </varlistentry>
351
352 </variablelist>
353
354 </sect2>
355
356</sect1>
Note: See TracBrowser for help on using the repository browser.