I am using the newlfm package, and want my output to use a US Letter 8.5x11 page size. Unfortunately, I'm getting A4!
I have the following documentclass declaration. The addition of "letterpaper" did not help.
\documentclass[stdletter, letterpaper]{newlfm}
I am new to LaTeX, so I'm still mostly lost. I checked a couple other projects, where the simple \documentclass{article} results in the 8.5x11 size being used.
I am using MikTex 2.8 on WinXP.
stdletter,letterpaperinstead ofstdletter, letterpaper? – Willie Wong Oct 24 '10 at 23:49\documentclass{article}gives the correct size by default, and ostensibly (by the documentation)newlfmaccepts theletterpaperoption. Plus I couldn't replicate the issue. So I asked myself: given the limited information, what would I have typed differently? =) – Willie Wong Oct 25 '10 at 10:32