source: pst/ps/psutils.xml@ f1283d3f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 f1283d3f was f1283d3f, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Typo fix. Pst.

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

  • Property mode set to 100644
File size: 6.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY psutils-download-http "http://gd.tuwien.ac.at/publishing/tex/tex-utils/psutils/psutils-&psutils-version;.tar.gz">
8 <!ENTITY psutils-download-ftp " ">
9 <!ENTITY psutils-md5sum "b161522f3bd1507655326afa7db4a0ad">
10 <!ENTITY psutils-size "68 KB">
11 <!ENTITY psutils-buildsize "740 KB">
12 <!ENTITY psutils-time "0.01 SBU">
13]>
14
15<sect1 id="psutils" xreflabel="PSUtils-&psutils-version;">
16 <?dbhtml filename="psutils.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">psutils-&psutils-version;.tar</keyword>
23 <keyword role="ftpdir">psutils</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>PSUtils-&psutils-version;</title>
28
29 <indexterm zone="psutils">
30 <primary sortas="a-PSUtils">PSUtils</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to PSUtils</title>
35
36 <para><application>PSUtils</application> is a set of utilities to manipulate
37 PostScript files.</para>
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&psutils-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&psutils-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &psutils-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &psutils-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &psutils-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &psutils-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 </sect2>
62
63 <sect2 role="installation">
64 <title>Installation of PSUtils</title>
65
66 <para>Install <application>PSUtils</application> by running the
67 following commands:</para>
68
69<screen><userinput>sed 's@/usr/local@/usr@g' Makefile.unix &gt; Makefile &amp;&amp;
70make</userinput></screen>
71
72 <para>This package does not come with a test suite.</para>
73
74 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
75
76<screen role="root"><userinput>make install</userinput></screen>
77
78 </sect2>
79
80 <sect2 role="commands">
81 <title>Command Explanations</title>
82
83 <para><command>sed 's@/usr/local@/usr@g' Makefile.unix &gt; Makefile</command>:
84 This command creates a <filename>Makefile</filename> that installs the
85 program to the <filename class="directory">/usr</filename> prefix instead
86 of the <filename class="directory">/usr/local</filename> prefix.</para>
87
88 </sect2>
89
90 <sect2 role="content">
91 <title>Contents</title>
92
93 <segmentedlist>
94 <segtitle>Installed Programs</segtitle>
95 <segtitle>Installed Libraries</segtitle>
96 <segtitle>Installed Directories</segtitle>
97
98 <seglistitem>
99 <seg>epsffit, extractres, fixdlsrps, fixfmps, fixmacps, fixpsditps,
100 fixpspps, fixscribeps, fixtpps, fixwfwps, fixwpps, fixwwps, getafm,
101 includeres, psbook, psmerge, psnup, psresize, psselect, pstops,
102 and showchar</seg>
103 <seg>None</seg>
104 <seg>/usr/share/psutils</seg>
105 </seglistitem>
106 </segmentedlist>
107
108 <para>Sometimes <command>psnup</command> and other utilities from this
109 package produce PostScript files that don't conform to Adobe's DSC
110 standard. <application>CUPS</application> may print them incorrectly.
111 On the other hand, <application>CUPS</application> has builtin
112 replacements for most commands from this package. For example, to print
113 a document 2-up, you can issue this command:</para>
114
115<screen><userinput>lp -o number-up=2 <replaceable>[filename]</replaceable></userinput></screen>
116
117 <variablelist>
118 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
119 <?dbfo list-presentation="list"?>
120 <?dbhtml list-presentation="table"?>
121
122 <varlistentry id="epsffit">
123 <term><command>epsffit</command></term>
124 <listitem>
125 <para>fits an EPSF file to a given bounding box.</para>
126 <indexterm zone="psutils epsffit">
127 <primary sortas="b-epsffit">epsffit</primary>
128 </indexterm>
129 </listitem>
130 </varlistentry>
131
132 <varlistentry id="psbook">
133 <term><command>psbook</command></term>
134 <listitem>
135 <para>rearranges pages into signatures.</para>
136 <indexterm zone="psutils psbook">
137 <primary sortas="b-psbook">psbook</primary>
138 </indexterm>
139 </listitem>
140 </varlistentry>
141
142 <varlistentry id="psnup">
143 <term><command>psnup</command></term>
144 <listitem>
145 <para>puts multiple pages per physical sheet of paper.</para>
146 <indexterm zone="psutils psnup">
147 <primary sortas="b-psnup">psnup</primary>
148 </indexterm>
149 </listitem>
150 </varlistentry>
151
152 <varlistentry id="psresize">
153 <term><command>psresize</command></term>
154 <listitem>
155 <para>alters the document paper size.</para>
156 <indexterm zone="psutils psresize">
157 <primary sortas="b-psresize">psresize</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 <varlistentry id="psselect">
163 <term><command>psselect</command></term>
164 <listitem>
165 <para>selects pages and page ranges.</para>
166 <indexterm zone="psutils psselect">
167 <primary sortas="b-psselect">psselect</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 <varlistentry id="pstops">
173 <term><command>pstops</command></term>
174 <listitem>
175 <para>performs general page rearrangements and selection.</para>
176 <indexterm zone="psutils pstops">
177 <primary sortas="b-pstops">pstops</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 <varlistentry>
183 <term><command>scripts</command></term>
184 <listitem>
185 <para>the remaining commands are scripts that perform specific
186 functions described in their respective man pages.</para>
187 </listitem>
188 </varlistentry>
189
190 </variablelist>
191
192 </sect2>
193
194</sect1>
Note: See TracBrowser for help on using the repository browser.