[Tex/LaTex] Using US Letter Paper with newlfm

paper-size

I am using the newlfm package, and want my output to use a US Letter 8.5×11 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.5×11 size being used.

I am using MikTex 2.8 on WinXP.

Best Answer

After taking a break and then searching better, I came across this answer by @Stefan Kottwitz. Adding the following line to my file successfully output the correct US Letter paper size!

\usepackage[papersize={8.5in,11in}]{geometry}