Public bug reported: I tryed to make a 2x1 pdf with pdfnup.
The output was: problem./pdfnup --nup 2x1 uni/GL\ Compilerbau/skript_grundlagen_ps_cb_ws0607.pdf This is pdfnup version 1.20 Processing uni/GL Compilerbau/skript_grundlagen_ps_cb_ws0607.pdf... Temporary LaTeX file for this job is /tmp/234271770717972-1.tex Calling pdflatex... cp: Aufruf von stat für „/tmp/234271770717972-1.pdf“ nicht möglich: No such file or directory Expacted was a new pdf. :-) I found that the error is in line 284. I the only thing I had to do is to remove the word source befor .pdf. Like that: 284c284 < ln -s "$sourceFullPath" "$tempfileDir"/"$uniqueName"source.pdf --- > ln -s "$sourceFullPath" "$tempfileDir"/"$uniqueName".pdf ** Affects: pdfjam (Ubuntu) Importance: Undecided Status: Unconfirmed -- pdfnup doesn't work https://launchpad.net/bugs/73283 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs