I am a complete newbie to LaTeX and this forum. I was trying to create a letter size article document to start my work there. But despite explicit option [letterpaper] I put, the document still turned out to be A4-sized.
Here is my entire LaTeX code (which can hardly be any simpler):
Code: Select all
\documentclass[letterpaper,10pt]{article}
\begin{document}
Hello World!
\end{document}
Great thanks.