Curricula Vitae / Résumés ⇒ Decreasing the font size of your name
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Decreasing the font size of your name
I was wondering if there is a way to decrease the font size of the title ie. ones name.
Isabel
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Decreasing the font size of your name
Open up
moderncvstyleclassic.sty
and go to line 52 which says \renewcommand*{\namefont}{\fontsize{34}{36}\mdseries\upshape}
. Simply reduce the numbers in \fontsize{34}{36}
to reduce the font size of your name. The first number is the font size and the second is the baseline skip size.Cheers,
Vel
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Decreasing the font size of your name
moderncvstylebanking.sty
? I couldn't find that line.mobbSF
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Decreasing the font size of your name
moderncvstylebanking.sty
, I went to line 114 and line 115 (approx) and changed the font size from Huge
to huge
. You can also change it to Large
or large
. It now reads:Code: Select all
\renewcommand*{\namefont}{\huge\bfseries\upshape}
\renewcommand*{\titlefont}{\huge\mdseries\upshape}
Sharon