Curricula Vitae / RésumésUsing Letter-Sized Paper

ModernCV, Friggeri, Plasmati, Classicthesis-CV, and more
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Using Letter-Sized Paper

Post by templateuser »

I would like to use this template with 8.5x11 inch paper rather than the standard A4. If I use the command \documentclass[letterpaper]{scrartcl}, the page size is correct, but the top and bottom margins are too small. How can I increase the margin sizes?

znblende

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Using Letter-Sized Paper

Post by Vel »

Hi,

Try adding this just before \begin{document}:

\usepackage[left=2in,right=2in,top=1in,bottom=2in]{geometry}

Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
Post Reply