Jean-Michel Bouffard schrieb:

My problem is that I need to name this section "References" instead of "Bibliography". Is there a way to remove to automatic header so I could use my own?

When you are using a book or report class, add this to your document preamble:

\usepackage[english]{babel}
\addto\captionsenglish {\renewcommand{\bibname}{References}}

When you are using an article clas, use

\usepackage[english]{babel}
\addto\captionsenglish {\renewcommand{\refname}{References}}


When your document language is e.g. Frech, replace "english" by "french" in the 
above commands.

regards Uwe

Reply via email to