summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordov-g <dov-g>2006-04-17 19:21:43 +0000
committerdov-g <dov-g>2006-04-17 19:21:43 +0000
commit0d010a7a62138690a725447f20ed9a51ea980e1f (patch)
treebe80e51c63a0b6dcc737d29583dde380fd7b761d
parent1e0dc13c0e8be39ecb879e98dfbfff2c5d4d789a (diff)
downloadpaps-0d010a7a62138690a725447f20ed9a51ea980e1f.tar.gz
paps-0d010a7a62138690a725447f20ed9a51ea980e1f.tar.xz
paps-0d010a7a62138690a725447f20ed9a51ea980e1f.zip
* src/paps.1: Fixed errors in option documentations.
-rw-r--r--ChangeLog4
-rw-r--r--src/paps.171
2 files changed, 75 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a39ed57..fe2ce74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-04-17 Dov Grobgeld <dov.grobgeld@gmail.com>
+ * src/paps.1: Fixed errors in option documentations.
+
+ * Release new version 0.6.5
+
* configure.in: Bumped version to 0.6.5
* src/paps.c: Made header separation independant on font scale.
diff --git a/src/paps.1 b/src/paps.1
new file mode 100644
index 0000000..4074dfc
--- /dev/null
+++ b/src/paps.1
@@ -0,0 +1,71 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH PAPS 1 "April 17, 2006"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh disable hyphenation
+.\" .hy enable hyphenation
+.\" .ad l left justify
+.\" .ad b justify to both left and right margins
+.\" .nf disable filling
+.\" .fi enable filling
+.\" .br insert line break
+.\" .sp <n> insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+paps \- UTF-8 to PostScript converter using Pango
+.SH SYNOPSIS
+.B paps
+.RI [ options ] " files" ...
+.SH DESCRIPTION
+.B paps
+reads a UTF-8 encoded file and generates a PostScript language rendering of the file. The rendering is done by creating outline curves through the pango ft2 backend.
+.SH OPTIONS
+These programs follow the usual GNU command line syntax, with long
+options starting with two dashes (`-').
+A summary of options is included below.
+.TP
+.B \-\-landscape
+Landscape output. Default is portrait.
+.TP
+.B \-\-columns=cl
+Number of columns output. Default is 1.
+.TP
+.B \-\-fontscale=fs
+Font scaling. Default is 12.
+.TP
+.B \-\-family=f
+Pango ft2 font family. Default is Monospace.
+.TP
+.B \-\-rtl
+Do rtl layout.
+.TP
+.B \-\-paper ps
+Choose paper size. Known paper sizes are legal, letter, a4. Default is A4.
+.TP
+.B \-\-bottom-margin=bm
+Set bottom margin. Default is 36.
+.TP
+.B \-\-top-margin=tm
+Set top margin. Default is 36.
+.TP
+.B \-\-left-margin=lm
+Set left margin. Default is 36.
+.TP
+.B \-\-right-margin=rm
+Set right margin. Default is 36.
+.TP
+.B \-\-help
+Show summary of options.
+.TP
+.B \-\-header
+Draw page header for each page.
+.br
+.SH AUTHOR
+paps was written by Dov Grobgeld <dov.grobgeld@gmail.com>.
+.PP
+This manual page was written by Lior Kaplan <kaplan@debian.org>,
+for the Debian project (but may be used by others).