[Tex/LaTex] Changing the paper size

paper-size

I have been using the currvita.tex template located here with TeXShop. Unfortunately, the output is not 8.5" by 11". Is there some way I can change either TeXShop settings or the TeX document to adjust the page size?

Best Answer

The template uses the KOMA documentclass scrartcl. You can switch to letter paper by replacing the first line with

\documentclass[letterpaper]{scrartcl}

You will probably have to play around with the layout as it is optimized for a4 pages.