source: pst/ps/psutils.xml@ b612c85

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

Tagged psutils.xml

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

  • Property mode set to 100644
File size: 6.0 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 </sect1info>
22
23 <title>PSUtils-&psutils-version;</title>
24
25 <indexterm zone="psutils">
26 <primary sortas="a-PSUtils">PSUtils</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to PSUtils</title>
31
32 <para><application>PSUtils</application> is a set of utilities to manipulate
33 PostScript files.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&psutils-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&psutils-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &psutils-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &psutils-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &psutils-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &psutils-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 </sect2>
58
59 <sect2 role="installation">
60 <title>Installation of PSUtils</title>
61
62 <para>Install <application>PSUtils</application> by running the
63 following commands:</para>
64
65<screen><userinput>cat Makefile.unix | sed -e 's|/usr/local|/usr|g' &gt; Makefile &amp;&amp;
66make &amp;&amp;
67make install</userinput></screen>
68
69 </sect2>
70
71 <sect2 role="commands">
72 <title>Command Explanations</title>
73
74 <para><command>cat Makefile.unix | sed -e ... &gt; Makefile</command>:
75 This command creates a <filename>Makefile</filename> that installs the
76 program to the <filename class="directory">/usr</filename> prefix instead
77 of the <filename class="directory">/usr/local</filename> prefix.</para>
78
79 </sect2>
80
81 <sect2 role="content">
82 <title>Contents</title>
83
84 <segmentedlist>
85 <segtitle>Installed Programs</segtitle>
86 <segtitle>Installed Libraries</segtitle>
87 <segtitle>Installed Directories</segtitle>
88
89 <seglistitem>
90 <seg>epsffit, extractres, fixdlsrps, fixfmps, fixmacps, fixpsditps,
91 fixpspps, fixscribeps, fixtpps, fixwfwps, fixwpps, fixwwps, getafm,
92 includeres, psbook, psmerge, psnup, psresize, psselect, pstops,
93 and showchar</seg>
94 <seg>None</seg>
95 <seg>Not determined at this time</seg>
96 </seglistitem>
97 </segmentedlist>
98
99 <para>Sometimes <command>psnup</command> and other utilities from this
100 package produce PostScript files that don't conform to Adobe's DSC
101 standard. <application>CUPS</application> may print them incorrectly.
102 On the other hand, <application>CUPS</application> has builtin
103 replacements for most commands from this package. For example, to print
104 a document 2-up, you can issue this command:</para>
105
106<screen><userinput>lp -o number-up=2 <replaceable>[filename]</replaceable></userinput></screen>
107
108 <variablelist>
109 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
110 <?dbfo list-presentation="list"?>
111 <?dbhtml list-presentation="table"?>
112
113 <varlistentry id="epsffit">
114 <term><command>epsffit</command></term>
115 <listitem>
116 <para>fits an EPSF file to a given bounding box.</para>
117 <indexterm zone="psutils epsffit">
118 <primary sortas="b-epsffit">epsffit</primary>
119 </indexterm>
120 </listitem>
121 </varlistentry>
122
123 <varlistentry id="psbook">
124 <term><command>psbook</command></term>
125 <listitem>
126 <para>rearranges pages into signatures.</para>
127 <indexterm zone="psutils psbook">
128 <primary sortas="b-psbook">psbook</primary>
129 </indexterm>
130 </listitem>
131 </varlistentry>
132
133 <varlistentry id="psnup">
134 <term><command>psnup</command></term>
135 <listitem>
136 <para>puts multiple pages per physical sheet of paper.</para>
137 <indexterm zone="psutils psnup">
138 <primary sortas="b-psnup">psnup</primary>
139 </indexterm>
140 </listitem>
141 </varlistentry>
142
143 <varlistentry id="psresize">
144 <term><command>psresize</command></term>
145 <listitem>
146 <para>alters the document paper size.</para>
147 <indexterm zone="psutils psresize">
148 <primary sortas="b-psresize">psresize</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 <varlistentry id="psselect">
154 <term><command>psselect</command></term>
155 <listitem>
156 <para>selects pages and page ranges.</para>
157 <indexterm zone="psutils psselect">
158 <primary sortas="b-psselect">psselect</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 <varlistentry id="pstops">
164 <term><command>pstops</command></term>
165 <listitem>
166 <para>performs general page rearrangements and selection.</para>
167 <indexterm zone="psutils pstops">
168 <primary sortas="b-pstops">pstops</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 <varlistentry>
174 <term><command>scripts</command></term>
175 <listitem>
176 <para>the remaining commands are scripts that perform specific
177 functions described in their respective man pages.</para>
178 </listitem>
179 </varlistentry>
180
181 </variablelist>
182
183 </sect2>
184
185</sect1>
Note: See TracBrowser for help on using the repository browser.