Curricula Vitae / Résumés ⇒ Address section on modern style
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Address section on modern style
Stormobile
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
Re: Address section on modern style
It sounds to me like your problem would be solved by using the classic style but just making your name have two colors like in the casual style. This is much easier to do that to modify the casual style to move your details up from the footer!
In order to make your name colored as it is in the casual style when you're using the classic style, simply go into moderncvclassic.sty and find the line:
\namestyle{\@firstname\ \@familyname}%
Then, change it to:
\namestyle{{\color{color2!50}\@firstname} {\color{color2}\@familyname}}%
Now your name will be colored in the same way it is in the casual style! Hope that helps.
Cheers,
Vel