Skip to content

Commit 63b5f1d

Browse files
committed
replace pdfnup by pdfjam
1 parent a4905eb commit 63b5f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ linkcheck:
101101
"or in build/linkcheck/output.txt."
102102

103103
pdf: latex
104-
cd build/latex ; make all-pdf ; pdfnup -o ScipyLectures-nup.pdf -n 2 ScipyLectures.pdf
104+
cd build/latex ; make all-pdf ; pdfjam --outfile ScipyLectures-nup.pdf --nup 2x1 --landscape ScipyLectures.pdf
105105
cp build/latex/ScipyLectures.pdf ScipyLectures-simple.pdf
106106
cp build/latex/ScipyLectures-nup.pdf ScipyLectures.pdf
107107

0 commit comments

Comments
 (0)