man/pdfmult.1 in pdfmult-1.0.0 vs man/pdfmult.1 in pdfmult-1.1.0
- old
+ new
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.4.
-.TH PDFMULT "1" "March 2012" "pdfmult 1.0.0" "User Commands"
+.TH PDFMULT "1" "March 2012" "pdfmult 1.1.0" "User Commands"
.SH NAME
pdfmult \- puts multiple copies of a PDF page on one page
.SH SYNOPSIS
.B pdfmult
[\fIoptions\fR] \fIfile\fR
@@ -13,10 +13,15 @@
the input file is also assumed to be in A4 format.
The input PDF file may consist of several pages.
If pdfmult succeeds in obtaining the page count it will rearrange all pages,
if not, only the first page is processed
(unless the page count was specified via command line option).
+.PP
+pdfmult uses pdflatex with the pdfpages package,
+so both have to be installed on the system.
+If the \fB\-\-latex\fR option is used, though, pdflatex is not run
+and a LaTeX file is created instead of a PDF.
.SH OPTIONS
.TP
\fB\-n\fR, \fB\-\-number\fR NUMBER
Number of copies to put on one page: 2 (default), 4, 8, 9, 16.
.TP
@@ -24,9 +29,12 @@
Output file (default: file_2.pdf).
.TP
\fB\-p\fR, \fB\-\-pages\fR NUMBER
Number of pages to convert.
If given, pdfmult does not try to obtain the page count from the source PDF.
+.TP
+\fB\-l\fR, \fB\-\-latex\fR
+Create a LaTeX file instead of a PDF file (default: file_2.tex).
.TP
\fB\-h\fR, \fB\-\-help\fR
Prints a brief help message and exits.
.TP
\fB\-v\fR, \fB\-\-version\fR