Hi, I love this template and it is really great but, you see, I need to lift the address section from the bottom of the page to the top-under the line that separates the name from the body of CV and i still want to have two-color name so i don't want to use classic style.
Stormobile
Curricula Vitae / Résumés ⇒ Address section on modern style
NEW: TikZ book now 40% off at Amazon.com for a short time.
Re: Address section on modern style
Hey,
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
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
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com