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
Curricula Vitae / Résumés ⇒ Removing | after name when Curriculum Vitae is commented out
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
NEW: TikZ book now 40% off at Amazon.com for a short time.
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Removing | after name when Curriculum Vitae is commented out
Modify the file
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:
and then change this:
for this:
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}