Re: moderncv publications

2008-05-13 Thread Uwe Stöhr

snvv schrieb:

I try to change the title of publications but the usual 
\renewcommand{\refname}{X}

or
\renewcommand{\bibname}{X}

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} {}}

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


Re: moderncv publications

2008-05-13 Thread Uwe Stöhr

snvv schrieb:

I try to change the title of publications but the usual 
\renewcommand{\refname}{X}

or
\renewcommand{\bibname}{X}

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} {}}

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


Re: moderncv publications

2008-05-13 Thread Uwe Stöhr

snvv schrieb:

I try to change the title of publications but the usual 
\renewcommand{\refname}{X}

or
\renewcommand{\bibname}{X}

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} {}}

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