Curricula Vitae / RésumésHow do I change the font size to 11pt or 12pt?

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

How do I change the font size to 11pt or 12pt?

Post by templateuser »

Hi there,

Having a problem with changing the font to 11pt or 12pt, I’m uncommenting the line %\DeclareOption{11pt}{\renewcommand\@ptsize{1}}

and receiving: “! LaTeX Error: \RequirePackage or \LoadClass in Options Section.
Is this the correct way to change the style option for the font size?

Thanks,

Mark

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

How do I change the font size to 11pt or 12pt?

Post by Vel »

Hi Mark,

To change the font size to 11pt or 12pt simply change it in the documentclass command as follows:

\documentclass[margin, 12pt]{res}

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