Changing A4 to Letter 

Newsgroups: comp.text.tex
Date: 1996/09/18
>compile my document paper size are set to A4 instead of 8.5 x 11 Letter.
>How do I set the document paper size?

I think that all the document classes allow you to set the "letterpaper" size in the heading, eg

=======================================
\documentclass[letterpaper,12pt]{article}
\begin{document}
This is a test.
\end{document}
=======================================

We europeans have been saying "a4paper" for ages.

Timothy Murphy

Changing A4 to Letter 

Or try with "dvips -t letter …" to override the defaults, and look if something changes.

Maurizio Loreti