diff options
Diffstat (limited to 'Master/texmf-dist/doc/support')
-rw-r--r-- | Master/texmf-dist/doc/support/pdfbook2/README | 12 |
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 |