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?
Thank you very much for this awesome template!
htrace
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
How to change title from Curriculum Vitae to Resume?
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
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
How to change title from Curriculum Vitae to Resume?
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?
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