snvv schrieb:
I try to change the title of publications but the usual
\renewcommand{\refname}{XXXXX}
or
\renewcommand{\bibname}{XXXXX}
does not work.
This is not the usual way when you are using babel - as LyX does.
Use this sequence instead:
\usepackage[french]{babel}
\addto\captionsfrench {\renewcommand{\refname} {xxxx}}
and replace "french" by the language you are using.
I can change the name only in moderncv.sty
Don't change style files, if you cannot change something with preamble commands, report the problem
to the package author.
regards Uwe