Curricula Vitae / RésumésRemoving | after name when Curriculum Vitae is commented out

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

Removing | after name when Curriculum Vitae is commented out

Post by templateuser »

Hi,
Thanks for a great template.
I have question regarding Banking Style document. I want to remove the word “Curriculum Vitae” after the name in the title because it automatically goes to the next line.

I can comment Curriculum Vitaebut the | symbol after the name can’t be removed.

For Example

Khurram Majeed | Curriculum Vitae
Can you please advise me how to remove Curriculum Vitae and | symbol from the title

Thanks

Khurram

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

templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Removing | after name when Curriculum Vitae is commented out

Post by templateuser »

Modify the file moderncvstylebanking.sty to change the following line:
\titlestyle{~|~\@title}

If you don’t have a title, you can even delete it. If you do have a title, just change it. For example you might want your name on one line and the title on the next one. What you’d do is add:
\\
just before:
\ifthenelse{\isundefined{\@title}}
and then change this:
\titlestyle{~|~\@title}
for this:
\titlestyle{\@title}
Post Reply