summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/pdfbook2
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-01-23 21:58:36 +0000
committerKarl Berry <karl@freefriends.org>2020-01-23 21:58:36 +0000
commit4986533634ee4841ae45b9cf3134f045f1c4a891 (patch)
tree67f9cca1139594569703d71df9135547418cc480 /Master/texmf-dist/doc/support/pdfbook2
parent782e708839f16d9363399aca8f1476b9094b879a (diff)
pdfbook2 (23jan20)
git-svn-id: svn://tug.org/texlive/trunk@53521 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/pdfbook2')
-rw-r--r--Master/texmf-dist/doc/support/pdfbook2/README12
1 files changed, 9 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/support/pdfbook2/README b/Master/texmf-dist/doc/support/pdfbook2/README
index 2b72d40f066..e27738188bc 100644
--- a/Master/texmf-dist/doc/support/pdfbook2/README
+++ b/Master/texmf-dist/doc/support/pdfbook2/README
@@ -1,8 +1,8 @@
pdfbook2 - transform pdf files to booklets
==========================================
- pdfbook2 v1.3 (https://github.com/jenom/pdfbook2)
- (c) 2015 - 2019 Johannes Neumann (http://www.neumannjo.de)
+ pdfbook2 v1.4 (https://github.com/jenom/pdfbook2)
+ (c) 2015 - 2020 Johannes Neumann (http://www.neumannjo.de)
licensed under GPLv3 (http://www.gnu.org/licenses/gpl-3.0)
based on pdfbook by David Firth with help from Marco Pessotto
@@ -45,7 +45,7 @@ INSTALLATION
REQUIREMENTS
- python 2.7, pdfjam, pdfcrop and their dependencies.
+ python 3.6, pdfjam, pdfcrop and their dependencies.
EXAMPLES
@@ -115,6 +115,12 @@ OPTIONS
CHANGELOG
+ 1.4 2020/01/20
+
+ - migration to Python 3
+ - fixed bug if the input document had only one page
+ - fix for signature option not working
+
1.3 2019/08/12
- removed wait after popen to prevent deadlock with very large documents