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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
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