blob: a9f1fedc6a281319e8d02b265fd826033a331b43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
##################################################################
##
## Release notes
##
##################################################################
Author: Nicolas Markey
Please send your comments and bug reports to <pdfxup@markey.fr>
v1.00 (2015/08/23)
- first release
v1.10 (2015/09/08)
- added option 'booklet'
- corrected numerous computation/spacing bugs in LaTeX file
- added succinct documentation
v1.20 (2015/09/11)
- added options -nobb, -bb, -p
- solved bug with dots in PDF file names
v1.30 (2015/10/06)
- added options -g and -s for getting and then manually
- setting bounding box.
- created man page
v1.50 (2019/12/31)
- added the -c option (to clip pages)
- corrected + improved option -p
- added watermarking
v1.51 (2020/01/06)
- corrected bug in dimtopt() (conversion mm to pt)
v1.60 (2020/06/27)
- allow file names containing spaces
- added --allow-file-read=... option to ghostscript >= 9.50
v1.61 (2020/10/21)
- minor bug corrected (would not clean-up with option -g)
(thanks to Oliver Redner for pointing out the bug)
v2.00 (2020/12/17)
- fixed a bug with inner margins
- fixed problem with ranges exceeding number of pages
- extracted LaTeX file from script
- added --tight-frame option: tells whether the frame should
be tight around the page (and leave horizontal white space
outside the frame), or as large as possible.
- added --config-file option: configuration files (default
extension .xup) can be used to define default values
for frequent situations.
- cleaned-up man page, adding some missing options (thanks
to Louis Gostiaux for pointing undocumented options)
v2.10 (2021/04/25)
- fixed a bug due to ghostscript adding a patch-level number in
their version number. This is the bug reported in
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=976080
It was solved with the help of Christian Gnaegi.
- fixed 2 bugs in the computations of size of pages
- fixed a bug which inhibited short-edge option of booklets
- added options --col (to fill in pages vertically first) and --bal
(to balance columns (or rows) the last page). This feature was
requested by Philipp Killinger.
|