Curricula Vitae / Résumés ⇒ Changing name from upper case to title case
Changing name from upper case to title case
I am using a CV Resume template (https://www.overleaf.com/latex/template ... qfpbwncfvp) and my question is about the case of the name that appears at the top of the CV.
How do I change my name at the top from uppercase lettering to sentence case?
For example, right now it reads MARISSA MAYER. I would like it to say: Marissa Mayer.
I have tried editing the altacv.cls file, but that does not seem to do the trick. Any tips?
Thanks!
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
Changing name from upper case to title case
You can remove the
\MakeUppercase
command in the definition of the \makecvheader
command in the class file of your project.The changed line should then look like this:
Code: Select all
{\namefont\color{name}\@name\par}