This can be done if you are using natbib as follows:
\renewcommand{\bibsection}{\section*{CUSTOM HEADER}}
where of course "\section*" can be replaced by "\subsection" or whatever
you wish. If you're not using natbib, then it's a lot more complicated.
You'll need to look at the class file for whatever you're using to make
your cv and redefine the "thebibliography" environment as it is defined
there. If you want to completely disable the new section, you could do
that, too:
\renewcommand{\bibsection}{WHATEVER}
WHATEVER could then include code to set a custom header.

If you don't need to change whether the bibliography is in a section or
whatever, then you can usually just do this:
\renewcommand{\refname}{CUSTOM HEADER}
This assumes that your class file defines and uses "\refname". But most do.

Richard

Micha Feigin wrote:
> I am trying to use bibtex to enter the references for my cv. The problem is
> that it sets the section header to references which is not what I want. I want
> to suppress it all together so that I can use my own version. I am guessing
> that this need to be done through ert but I was wondering if anyone here knows
> how to.
>
> Thanks
>   

Reply via email to