Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

My problem is that I have only one reference. So I would like the head of this part to appear "Reference" instead of commonly "References". More generally, could we change the title "References" to an arbitrary name?

Thank you very much for your help!

share|improve this question

1 Answer

up vote 10 down vote accepted

It depends on the documentclass.

\renewcommand\bibname{Reference}

works for some.

As chl points out. Others use \refname instead of \bibname.

share|improve this answer
Thank you very much! :-) – Anand May 5 '11 at 8:30
3  
(+1) Ah, we posted quite at the same time, but you the first :-) I just suggested in addition to replace \refname by \bibname for a book. Feel free to add it to your answer if you like. – chl May 5 '11 at 8:31
@Ch1, thank you very much for your complements of the answer. :-) – Anand May 5 '11 at 8:35

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.