Curricula Vitae / RésumésHow do I increase font size in twentysecondcv template?

ModernCV, Friggeri, Plasmati, Classicthesis-CV, and more
Post Reply
silentrash
Posts: 4
Joined: Fri Sep 07, 2018 2:02 am

How do I increase font size in twentysecondcv template?

Post by silentrash »

Hi,

Does anyone know how can I increase the font size in twentysecondcv template? Apparently \documentclass[letterpaper, fontsize=14]{twentysecondcv} has no effect on increasing the font size.

Thanks.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

How do I increase font size in twentysecondcv template?

Post by Stefan Kottwitz »

Hi!

The template bases on the article class with a limited base font size, up to 12pt. But you can change the base font size and so all derived sizes (\large, \small etc.) that way, using a KOMA-Script extension:

Code: Select all

\usepackage{scrextend}
\changefontsizes{14pt}
Additionally an optional argument can set the baseline skip too, such as \changefontsizes[20pt]{14pt}.

Stefan
LaTeX.org admin
silentrash
Posts: 4
Joined: Fri Sep 07, 2018 2:02 am

How do I increase font size in twentysecondcv template?

Post by silentrash »

Awesome, thank you Stefan.
Post Reply