Hi,
I was wondering if there is a way to decrease the font size of the title ie. ones name.
Isabel
Curricula Vitae / Résumés ⇒ Decreasing the font size of your name
NEW: TikZ book now 40% off at Amazon.com for a short time.
Decreasing the font size of your name
Hi Isabel,
Open up
Cheers,
Vel
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
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Decreasing the font size of your name
Is there a similar solution for using the
mobbSF
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
For
I hope this makes sense, I am new to LaTeX as of this week!
Sharon
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