Hi, I am new to Latex and relatively novice, and was wondering if I could change the subheading below my name from "Curriculum Vitae" to "Resume." Is this at all possible?
Thank you very much for this awesome template!
htrace
Curricula Vitae / Résumés ⇒ How to change title from Curriculum Vitae to Resume?
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
How to change title from Curriculum Vitae to Resume?
Hi,
No problem and welcome to LaTeX
It's quite easy to change "Curriculum Vitae" to "Resume.", just find the line:
and change it to:
Cheers,
Vel
No problem and welcome to LaTeX
It's quite easy to change "Curriculum Vitae" to "Resume.", just find the line:
Code: Select all
{\color{headings}\fontspec[Variant = 2]{Zapfino}
Curriculum {Vit\fontspec[Variant = 3]{Zapfino}\ae}\\[15pt]\par}
Code: Select all
{\color{headings}\fontspec[Variant = 2]{Zapfino} Resume \\[15pt]\par}
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
How to change title from Curriculum Vitae to Resume?
Hi Vel,
Thank you very much for your help. I am working on writelatex.com, and it doesn't appear as though there is the line:
The only lines I have that seem to correspond to the setup of the template are
All the other commands are quite simple and do all the formatting for you. Commands like:
Thank you!
htrace
Thank you very much for your help. I am working on writelatex.com, and it doesn't appear as though there is the line:
Code: Select all
{\color{headings}\fontspec[Variant = 2]{Zapfino}
Curriculum {Vit\fontspec[Variant = 3]{Zapfino}\ae}\\[15pt]\par}
Code: Select all
\documentclass{tccv}
\usepackage[english]{babel}
Code: Select all
\section{ }
\begin{yearlist}
\item{ }
htrace
How to change title from Curriculum Vitae to Resume?
Hi,
Ah, the version on writelatex.com is not the same as on the website because writelatex.com doesn't support XeLateX yet and doesn't have access to the custom fonts the template uses.
To change Curriculum Vitae to Resume on the writelatex.com version you just need to go into tccv.cls and find the line:
and change it to:
Cheers,
Vel
Ah, the version on writelatex.com is not the same as on the website because writelatex.com doesn't support XeLateX yet and doesn't have access to the custom fonts the template uses.
To change Curriculum Vitae to Resume on the writelatex.com version you just need to go into tccv.cls and find the line:
{\fontfamily{pzc}\selectfont\Huge Curriculum vitae}
and change it to:
{\fontfamily{pzc}\selectfont\Huge Resume}
Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com