Curricula Vitae / RésumésAdd University and Department Information

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

Add University and Department Information

Post by templateuser »

Thanks for this great template!
I'm using the banking style and hope to add university and department information to the title. I tried two different ways, both failed...Can you help me out? Thanks a lot!
  1. I could just add a new line before address. How could I do that?
  2. I could also make the title into two columns: the left one is the department information and address, the right one is email and phone. I tried to use:

    Code: Select all

    \cvdoubleitem{}{department}{Email}{blabla@bla}
    \cvdoubleitem{}{address}{Cell}{11111}
    הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    But I couldn't get rid of the ":" at the beginning of each line. Is there a way to do that?
Again, thanks a lot!

Lulu

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

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

Add University and Department Information

Post by Vel »

Hi Lulu,

You can do this by opening up modernvstylebanking.sty and adding this to line 95 (just after \addressfont\color{color2}):

Code: Select all

\university\\
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Then, in cv_7.tex, right after the \title command put this:

Code: Select all

\newcommand{\university}{University of Blah}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
This will print whatever you put in the \university command definition in a line above your address.

Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Re: Add University and Department Information

Post by templateuser »

Just tried. It works! Thanks a lot!! :)
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Re: Add University and Department Information

Post by templateuser »

Just curious, if I want to use my second method, do you know how to get rid of the ":" at the beginning of each line when using \cvdoubleitem{}{bla}{bla}{bla} ?
Thanks a lot!

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

Re: Add University and Department Information

Post by Vel »

Hi Lulu,

No problem! :)

You'll need to find where the \cvdoubleitem command is defined for the style you're using and within that find the colon you want to remove and take it out.

Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Re: Add University and Department Information

Post by templateuser »

Ah! I should have figured it out myself! Thanks!!

Lulu
Post Reply