liantze / AltaCV

Yet another alternative curriculum vitae/résumé class with LaTeX
Other
1.26k stars 329 forks source link

How do I control the font sizes? #103

Closed subhaminion closed 1 year ago

NicolasOmar commented 1 year ago

I think you can check on mmayer.tex, lines from 54 to 57, there are mentions of font sizes.

liantze commented 1 year ago

altacv.cls uses extarticle. If you just want to make all the text in the document larger, change 10pt in the \documentclass options to a suitable size supported by extarticle: The sizes available are 8pt, 9pt, 10pt, 11pt, 12pt, 14pt, 17pt, and 20pt. See also https://texdoc.org/pkg/extsizes, section 3.

If you want to change the font size of specific elements, look for the line % Change some fonts, if necessary in mmayer.tex or sample.tex, and edit the lines as necessary.