- Package:
- texlive-extra-utils
- Source:
- texlive-extra-utils
- Submitter:
- Md Ayquassar
- Date:
- 2026-07-01 13:19:02 UTC
- Severity:
- normal
Take a PDF file on your system, say, /usr/share/doc/debian-reference-de/docs/debian-reference.de.pdf, and issue pdfjam --landscape --nup 2x1 --output 2-on-1.pdf /usr/share/doc/debian-reference-de/docs/debian-reference.de.pdf Observe this printout:
Above, I made a small error. $ egrep -i "error|warn|fail|miss|unknown|not found" /tmp/pdfjam-uZGvhO/a.log /tmp/pdfjam-uZGvhO/a.log:! Package keyval Error: output undefined. should read $ egrep -i "error|warn|fail|miss|unknown|not found" /tmp/pdfjam-uZGvhO/a.log ! Package keyval Error: output undefined. Originally, I issued $ egrep -i "error|warn|fail|miss|unknown|not found" /tmp/pdfjam-uZGvhO/* with more lines found; each started with a file name.