Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to change "References" to "Bibliography"

745 views
Skip to first unread message

Szabolcs

unread,
Jun 2, 2007, 2:09:28 PM6/2/07
to
This might sound like a stupid question but I couldn't figure it out ...

How can one change the section title that \begin{thebibliography} ...
\end{thebibliography} produces from "References" to "Bibliography" when
using the article class?

Lars Madsen

unread,
Jun 2, 2007, 2:20:00 PM6/2/07
to

\renewcommand\refname{Bibliography}

if you use babel then either place it after \begin{document} or use

\addto\captionsenglish{
\renewcommand\refname{Bibliography}
}

--

/daleif (remove RTFSIGNATURE from email address)

LaTeX FAQ: http://www.tex.ac.uk/faq
LaTeX book: http://www.imf.au.dk/system/latex/bog/ (in Danish)
Remember to post minimal examples, see URL below
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=minxampl

Message has been deleted

Peter Flynn

unread,
Jun 2, 2007, 2:48:02 PM6/2/07
to
Szabolcs wrote:
> This might sound like a stupid question but I couldn't figure it out ...

Did you try searching the FAQ?

> How can one change the section title that \begin{thebibliography} ...
> \end{thebibliography} produces from "References" to "Bibliography" when
> using the article class?

http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam

///Peter

Szabolcs

unread,
Jun 2, 2007, 2:58:28 PM6/2/07
to
Lars Madsen wrote:
> Szabolcs wrote:
>> This might sound like a stupid question but I couldn't figure it out ...
>>
>> How can one change the section title that \begin{thebibliography} ...
>> \end{thebibliography} produces from "References" to "Bibliography"
>> when using the article class?
>
> \renewcommand\refname{Bibliography}
>
> if you use babel then either place it after \begin{document} or use
>
> \addto\captionsenglish{
> \renewcommand\refname{Bibliography}
> }
>

Thank you very much for all the replies!!

Lars Madsen

unread,
Jun 2, 2007, 5:01:18 PM6/2/07
to
Luis Rivera wrote:
> Redefine the \bibliographyname macro to "Bibliography":
> \renewcommand{\bibliographyname}{Bibliography}. If you are using
> Babel, you'll have to \addto\extras<yourlanguage>{\def
> \bibliographyname}{Bibliography}.
>
> In any event, it may be a good thing for you to read the Babel
> documentation to see how to do redefine other strings for your
> particular language.
>
> Good luck,
>
> Luis.
>

\bibliographyname ???

Luis Rivera

unread,
Jun 3, 2007, 2:56:04 PM6/3/07
to

Lars Madsen wrote:
>
> \bibliographyname ???
>

Nope. You were right. I was replying in a hurry and from memory; and
my memory failed me badly. My apologies.

Luis.

Luis Rivera

unread,
Jun 3, 2007, 5:26:18 PM6/3/07
to
On Jun 2, 4:01 pm, Lars Madsen <dal...@RTFSIGNATUREimf.au.dk> wrote:

> Luis Rivera wrote:
>
> > Redefine the \bibliographyname macro to "Bibliography":
> > \renewcommand{\bibliographyname}{Bibliography}. If you are using
> > Babel, you'll have to \addto\extras<yourlanguage>{\def
> > \bibliographyname}{Bibliography}.
>

In fact, the above command is wrong: extras are other stuff; I meant
to say

\addto\captions<yourlanguage>{\def\refname{Bibliography}}

Actually, I don't know if for this particular case is it the same to
say \def or \renewcommand... AFAIK, the latest \def overrides the
previous one, isn't it?

Apologies again,

Luis.

Lars Madsen

unread,
Jun 3, 2007, 6:01:56 PM6/3/07
to

it does not matter wheter one uses \renew... or \def in this case.

Does any one know why the article class uses \refname and, say, book,
used \bibname?

Robin Fairbairns

unread,
Jun 4, 2007, 6:31:02 AM6/4/07
to
Lars Madsen <dal...@RTFSIGNATUREimf.au.dk> writes:
>Does any one know why the article class uses \refname and, say, book,
>used \bibname?

hysterical raisins[*]. it was done that way when this mechanism was
introduced into latex 2.09 in ca.1992, and no-one complained then so
it's remained that way ever since, for compatibility purposes.

if one was starting again...

[*] aka historical reasons; it occurs to me this joke may not be
common away from my environment.
--
Robin Fairbairns, Cambridge

Lars Madsen

unread,
Jun 4, 2007, 7:12:07 AM6/4/07
to

no problem, here.

I added a list of all the standard names controlled by babel and mentioned that
there is a difference between article and book-like classes.

I was just woundering

ndan...@gmail.com

unread,
Jun 5, 2007, 4:44:26 AM6/5/07
to
How may I change the vertical space above the "References" title?

Donald Arseneau

unread,
Jun 5, 2007, 9:11:15 AM6/5/07
to
Lars Madsen <dal...@RTFSIGNATUREimf.au.dk> writes:

> Does any one know why the article class uses \refname and, say, book, used
> \bibname?

Because it is more typical for ariticles to have "References" and for
whole books to have "Bibliography". The commands \refname and
\bibname are support for language switching, and not general "hooks"
for document design, although they can be abused that way.

The expectation(*) was always that there is a documentstyle/class for
any particular journal or book project that uses the correct words
for titles.

(*) I'm surmising this.

--
Donald Arseneau as...@triumf.ca

0 new messages