README.md in pdfmult-1.0.0 vs README.md in pdfmult-1.1.0
- old
+ new
@@ -9,10 +9,13 @@
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).
+If the `--latex` option is used, `pdflatex` is not run and
+a LaTeX file is created instead of a PDF.
+
Examples
--------
Use the program as shown in the examples below.
@@ -39,11 +42,11 @@
Installation
------------
Use `gem install pdfmult`.
-Or opy `lib/pdfmult.rb` under the name `pdfmult` into your search path.
+Or copy `lib/pdfmult.rb` under the name `pdfmult` into your search path.
On a Linux system you can use `[sudo] rake install`
to install `pdfmult` and its man page to `/usr/local`.
Requirements
@@ -51,9 +54,11 @@
As of now, `pdfmult` has only been tested on a Linux system.
- `pdfmult` is written in [Ruby][Ruby], so Ruby must be installed on your system.
- `pdfmult` uses `pdflatex` with the `pdfpages` package, so both have to be installed on the system.
+ (If `pdfmult` can not find the `pdflatex` command on your system
+ you might want to use the `--latex` option.)
- `pdfmult` tries to obtain the page count of PDF files with `pdfinfo`.
If it fails, by default only the first page of a PDF file will be processed.
Documentation
-------------