Curricula Vitae / RésumésAddress section on modern style

ModernCV, Friggeri, Plasmati, Classicthesis-CV, and more
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Address section on modern style

Post by templateuser »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Re: Address section on modern style

Post by Vel »

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
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
Post Reply