We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4905eb commit 63b5f1dCopy full SHA for 63b5f1d
Makefile
@@ -101,7 +101,7 @@ linkcheck:
101
"or in build/linkcheck/output.txt."
102
103
pdf: latex
104
- cd build/latex ; make all-pdf ; pdfnup -o ScipyLectures-nup.pdf -n 2 ScipyLectures.pdf
+ cd build/latex ; make all-pdf ; pdfjam --outfile ScipyLectures-nup.pdf --nup 2x1 --landscape ScipyLectures.pdf
105
cp build/latex/ScipyLectures.pdf ScipyLectures-simple.pdf
106
cp build/latex/ScipyLectures-nup.pdf ScipyLectures.pdf
107
0 commit comments