Curricula Vitae / RésumésChanging Publications to Publicaciones for Spanish

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

Changing Publications to Publicaciones for Spanish

Post by templateuser »

Hi!

Thanks for the template! But I have a problem when I try to change “Publicaciones” instead of “Publications”. I want to make this change because I am writing my CV in Spanish.

Thanx!!!

Sergio Flores

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Changing Publications to Publicaciones for Spanish

Post by Stefan Kottwitz »

moderncv.cls defines it this way:

Code: Select all

\newcommand*{\refname}{Publications}
So you can simply redefine it in your preamble

Code: Select all

\renewcommand*{\refname}{Publicaciones}
Stefan
LaTeX.org admin
Post Reply