Curricula Vitae / RésumésHow to change title from Curriculum Vitae to Resume?

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

How to change title from Curriculum Vitae to Resume?

Post by templateuser »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

How to change title from Curriculum Vitae to Resume?

Post by Vel »

Hi,

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}
and change it to:

Code: Select all

{\color{headings}\fontspec[Variant = 2]{Zapfino} Resume \\[15pt]\par}
Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

How to change title from Curriculum Vitae to Resume?

Post by templateuser »

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:

Code: Select all

{\color{headings}\fontspec[Variant = 2]{Zapfino}
Curriculum {Vit\fontspec[Variant = 3]{Zapfino}\ae}\\[15pt]\par}
The only lines I have that seem to correspond to the setup of the template are

Code: Select all

\documentclass{tccv}
\usepackage[english]{babel}
All the other commands are quite simple and do all the formatting for you. Commands like:

Code: Select all

\section{    }
\begin{yearlist}
\item{    }
Thank you!

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

How to change title from Curriculum Vitae to Resume?

Post by Vel »

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:

{\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
Post Reply