Curricula Vitae / RésumésChange language of sidebar titles - 20sec resume

ModernCV, Friggeri, Plasmati, Classicthesis-CV, and more
Post Reply
crodmar2
Posts: 3
Joined: Fri Feb 10, 2017 7:09 pm

Change language of sidebar titles - 20sec resume

Post by crodmar2 »

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!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Change language of sidebar titles - 20sec resume

Post by Johannes_B »

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.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10358
Joined: Mon Mar 10, 2008 9:44 pm

Change language of sidebar titles - 20sec resume

Post by Stefan Kottwitz »

Welcome to the forum!

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}{}{}
Stefan
LaTeX.org admin
Post Reply