Curricula Vitae / Résumés ⇒ Change language of sidebar titles - 20sec resume
Change language of sidebar titles - 20sec resume
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!
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Change language of sidebar titles - 20sec resume
Change the documentclaass line in your main document to use crodmarCV instead of twentysecondcv.
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
Change language of sidebar titles - 20sec resume
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}{}{}