paps-0.6.8

Introduction to paps

paps is a text to PostScript converter that works through Pango. Its input is a UTF-8 encoded text file and it outputs vectorized PostScript. It may be used for printing any complex script supported by Pango.

This package is known to build and work properly using an LFS-8.0 platform.

Package Information

paps Dependencies

Required

Pango-1.40.3

Optional

Doxygen-1.8.13

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/Paps

Installation of paps

Install paps by running the following commands:

./configure --prefix=/usr --mandir=/usr/share/man &&
make

To test the results, issue: src/test_libpaps > test.ps. View the output file in any available PostScript viewer and visually compare it to doxygen-doc/html/example-output.png in the source tree. The results of the output will be more robust with Dejavu fonts and some of the Chinese fonts and Japanese fonts.

Now, as the root user:

make install &&
install -v -m755 -d                 /usr/share/doc/paps-0.6.8 &&
install -v -m644 doxygen-doc/html/* /usr/share/doc/paps-0.6.8

Contents

Installed Program: paps
Installed Library: libpaps.a
Installed Directory: /usr/share/doc/paps-0.6.8

Short Descriptions

paps

is a text to PostScript converter that supports UTF-8 character encoding.

Last updated on 2017-02-21 14:52:57 -0800