Skip to content


Change LedgerSMB Latex (PDF / PS) Paper size from Letter to A4

Letter paper is 215.9 x 279.4
A4 paper is 210 x 297

So when you go to print you may have slight problems with page layout when printing A4 or exporting to PDF. The fix is as follows:

In each Latex template find the line near the top that has the letterpaper keyword
\usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry}

Change it to be a4paper
\usepackage[a4paper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry}

Bookmark and Share

Posted in GNU/Linux, Open Source Apps, Small Business Accounting.

Tagged with .


0 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.



Some HTML is OK

or, reply to this post via trackback.