summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/pdfcrop/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/pdfcrop/README')
-rw-r--r--Master/texmf-dist/doc/support/pdfcrop/README8
1 files changed, 7 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/support/pdfcrop/README b/Master/texmf-dist/doc/support/pdfcrop/README
index 97b8c0188a6..1ddb1f6211b 100644
--- a/Master/texmf-dist/doc/support/pdfcrop/README
+++ b/Master/texmf-dist/doc/support/pdfcrop/README
@@ -1,4 +1,4 @@
-README for pdfcrop 2009/10/06 v1.20
+README for pdfcrop 2009/12/29 v1.22
TABLE OF CONTENTS
=================
@@ -51,6 +51,7 @@ D. REQUIREMENTS
* Perl5 (version 5 of the perl interpreter)
* Ghostscript (>= 8.0 if PDF file contains rotated pages)
* pdfTeX, version >= 1.0 (because of page selecting and \pdfximage syntax)
+ or XeTeX or LuaTeX.
E. INSTALLATION
===============
@@ -120,6 +121,7 @@ Restricted mode is enabled if:
This mode sets restrictions for the following options:
* --pdftexcmd: if used, the value must be empty or `pdftex'.
* --xetexcmd: if used, the value must be empty or `xetex'.
+* --luatexcmd: if used, the value must be empty or `luatex'.
* --gscmd: if used, the value must
* be empty or
* be one of the standard names (gs, gswin32c, mgs, gs386 gsos2) or
@@ -197,6 +199,10 @@ L. HISTORY
2009/09/24 v1.19: * Ghostscript detection rewritten.
* Cygwin: `gs' is preferred to `gswin32c'.
2009/10/06 v1.20: * File name sanitizing in .tex file.
+2009/12/21 v1.21: * Option --ini added for iniTeX mode.
+ * Option --luatex and --luatexcmd added for LuaTeX.
+2009/12/29 v1.22: * Syntax description for option --bbox fixed
+ (Lukas Prochazka).
M. TODO
=======