Hello!
I'm trying to write my CV in Spanish but I don't know how to change the name of the sections in the sidebar and they are in English. So I have the rest of the text in Spanish but the titles are "About me", "Skills", etc.
Thanks for your help!
Curricula Vitae / Résumés ⇒ Change language of sidebar titles - 20sec resume
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Change language of sidebar titles - 20sec resume
Copy the cls file, rename the copy to crodmarCV.cls, change line 152 to what you need in spanish.
Change the documentclaass line in your main document to use crodmarCV instead of twentysecondcv.
Change the documentclaass line in your main document to use crodmarCV instead of twentysecondcv.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
Change language of sidebar titles - 20sec resume
Welcome to the forum!
Without changing the .cls file, you could insert this patch into the preamble of your .tex file:
Stefan
Without changing the .cls file, you could insert this patch into the preamble of your .tex file:
Code: Select all
\usepackage{etoolbox}
\patchcmd{\makeprofile}{About me}{Acerca de mi}{}{}
\patchcmd{\makeprofile}{Skills}{Habilidades}{}{}
LaTeX.org admin