Skip to content

Fix pdfjam example to use a4paper format

Sören Henning requested to merge she/kcss-style:master into master

The manual suggest the following command to scale a PhD thesis document to DIN A4:

pdfjam --paper a4 file.pdf

Running this on my machine caused scaling the document to US letter. To actually produce DIN A4, the following seems to work and is added with this merge request:

pdfjam --paper a4paper file.pdf

Merge request reports