source: pst/ps/paps.xml@ 9f12e36

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 9f12e36 was 9f12e36, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

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

  • Property mode set to 100644
File size: 5.2 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 paps-download-http "http://prdownloads.sourceforge.net/paps/paps-&paps-version;.tar.gz">
8 <!ENTITY paps-download-ftp " ">
9 <!ENTITY paps-md5sum "cc0975e70fe1e704e16f2fb08c71cee2">
10 <!ENTITY paps-size "424 KB">
11 <!ENTITY paps-buildsize "2.6 MB">
12 <!ENTITY paps-time "less than 0.1 SBU">
13]>
14
15<sect1 id="paps" xreflabel="paps-&paps-version;">
16 <?dbhtml filename="paps.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>paps-&paps-version;</title>
24
25 <indexterm zone="paps">
26 <primary sortas="a-paps">paps</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to paps</title>
31
32 <para><application>paps</application> is a text to PostScript converter
33 that works through <application>Pango</application>. Its input is a UTF-8
34 encoded text file and it outputs vectorized PostScript. It may be used for
35 printing any complex script supported by <application>Pango</application>.
36 </para>
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&paps-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&paps-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &paps-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &paps-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &paps-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &paps-time;</para>
57 </listitem>
58 </itemizedlist>
59
60<!--
61 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
62 <itemizedlist spacing='compact'>
63 <listitem>
64 <para>DejaVu fonts for European languages:
65 <ulink url="http://dejavu.sourceforge.net"/></para>
66 </listitem>
67 <listitem>
68 <para>Arphic fonts for Chinese:
69 <ulink url="http://cle.linux.org.tw/fonts/Arphic"/></para>
70 </listitem>
71 <listitem>
72 <para>Kochi fonts for Japanese:
73 <ulink url="http://sourceforge.jp/projects/efont"/></para>
74 </listitem>
75 </itemizedlist>
76-->
77
78 <bridgehead renderas="sect3">paps Dependencies</bridgehead>
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="pango"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="optional">
86 <xref linkend="doxygen"/>
87 </para>
88
89 <para condition="html" role="usernotes">User Notes:
90 <ulink url="&blfs-wiki;/Paps"/></para>
91
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of paps</title>
96
97 <para>Install <application>paps</application> by running the following
98 commands:</para>
99
100<screen><userinput>
101./configure --prefix=/usr &amp;&amp;
102make</userinput></screen>
103
104 <para>To test the results, issue: <command>src/test_libpaps &gt;
105 test.ps</command>. View the output file in any available PostScript viewer
106 and visually compare it to <filename>doc/example-output.png</filename>.
107 The results of the output will be more robust with DejaVu, Arphic, and
108 Kochi fonts installed as explained in the <xref
109 linkend="xft-font-protocol"/> Section of the X Window System
110 configuration.</para>
111
112 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
113
114<screen role="root"><userinput>make install</userinput></screen>
115
116 </sect2>
117
118
119 <sect2 role="commands">
120 <title>Command Explanations</title>
121
122 <para><command>make DOXYGEN=true; make DOXYGEN=true -k install</command>:
123 Use these commands if <application>Doxygen</application> is not installed.
124 Documentation will not be installed.</para>
125
126 </sect2>
127
128<!--
129 <sect2 role="configuration">
130 <title>Configuring paps</title>
131
132 <sect3 id="paps-config">
133 <title>Config Files</title>
134
135 </sect3>
136
137 <sect3>
138 <title>Configuration Information</title>
139
140 </sect3>
141
142 </sect2>
143-->
144
145 <sect2 role="content">
146 <title>Contents</title>
147
148 <segmentedlist>
149 <segtitle>Installed Program</segtitle>
150 <segtitle>Installed Library</segtitle>
151 <segtitle>Installed Directory</segtitle>
152
153 <seglistitem>
154 <seg>paps</seg>
155 <seg>libpaps.a</seg>
156 <seg>/usr/share/doc/libpaps</seg>
157 </seglistitem>
158 </segmentedlist>
159
160 <variablelist>
161 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
162 <?dbfo list-presentation="list"?>
163 <?dbhtml list-presentation="table"?>
164
165 <varlistentry id="paps-prog">
166 <term><command>paps</command></term>
167 <listitem>
168 <para>is a text to PostScript converter that supports UTF-8
169 character encoding.</para>
170 <indexterm zone="paps paps-prog">
171 <primary sortas="b-paps">paps</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 </variablelist>
177
178 </sect2>
179
180</sect1>
Note: See TracBrowser for help on using the repository browser.