Curricula Vitae / Résumés ⇒ Removing | after name when Curriculum Vitae is commented out
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Removing | after name when Curriculum Vitae is commented out
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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Removing | after name when Curriculum Vitae is commented out
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}