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
Curricula Vitae / Résumés ⇒ Changing Publications to Publicaciones for Spanish
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
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
moderncv.cls
defines it this way:Code: Select all
\newcommand*{\refname}{Publications}
Code: Select all
\renewcommand*{\refname}{Publicaciones}
LaTeX.org admin