Hi all,
I've done my best searching this forum and the internet itself with no success.
How can I make an A4 letter?
When I use the letter document class, it always uses a size smaller than A4, and it won't let me use an A4paper command as it causes errors and won't create the document.
Also, I am able to use the letter class, and simply print off on A4 but theirs such huge margins at the bottom, several inches worth of space as it begins page 2.
Any help would be great, I'm actually quite surprised this has been such a hard solution to find, I don't know of anybody using paper sizes other than A4 for typical "everyday" typing.
In summary, all I'm trying to do is make A4 size letters, and any help would be greatly appreciated.
Many thanks.
Document Classes ⇒ Letter on A4 Paper Size
Letter on A4 Paper Size
Last edited by srengam on Tue Nov 01, 2011 9:23 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.
Letter on A4 Paper Size
Try this:
Does that help?
Code: Select all
\usepackage[a4paper]{geometry}
howtoTeX.com - Your LaTeX resource site (Tips, Tricks, Templates and more!)
Follow howtoTeX on twitter
Follow howtoTeX on twitter
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Letter on A4 Paper Size
There are much more sophisticated classes to write letters than the standard »letter« class [1]. I personally recommend the »scrlttr2« class from KOMA Script or the isodoc class.
The source of the problem could be where else. Are you able to produce other documents in A4 paper size? If not, the setting of your TeX system need to be adapted. Otherwise take the advise of Frits and try again. I guess the »letter« class should (as any other class) support the global a4paper option.
[1] The TeX Catalogue Online, Topic Index - Writing Letters, Faxes, Memos, and Newsletters
Thorsten
The source of the problem could be where else. Are you able to produce other documents in A4 paper size? If not, the setting of your TeX system need to be adapted. Otherwise take the advise of Frits and try again. I guess the »letter« class should (as any other class) support the global a4paper option.
[1] The TeX Catalogue Online, Topic Index - Writing Letters, Faxes, Memos, and Newsletters
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Letter on A4 Paper Size
Many thanks,
I'll certainly try the suggestions above, but for now I have been able to create something in the article document class using bits from pieces copied and pasted from other documents, so it looks pretty nice.
Thanks again.
I'll certainly try the suggestions above, but for now I have been able to create something in the article document class using bits from pieces copied and pasted from other documents, so it looks pretty nice.
Thanks again.