I'm going to print my thesis at the size of 81% A4 which is a beautiful paper format and pretty common with scientific publications. I'm wondering what's better:
- Either creating an document with
a4paperoption and scale it down at the printer? (Will I lose quality?) - Or creating a document with some option that pre-defines 81% of A4? (Is there any option yet? Or will I have to define my own papersize?)
I'm currently using the documentclass report:
\documentclass[12pt,a4paper,twoside,openright]{report}