Path: utzoo!attcan!uunet!world!decwrl!wuarchive!cs.utexas.edu!cerc.utexas.edu!wilson From: wilson@cerc.utexas.edu (Linda Wilson) Newsgroups: comp.text.tex Subject: Re: section heading with \bibliography Summary: Change definition in article.sty Keywords: LaTeX: article.sty Message-ID: <1991Apr17.054920.12431@cerc.utexas.edu> Date: 17 Apr 91 05:49:20 GMT References: <3247@borg.cs.unc.edu> Sender: wilson@cerc.utexas.edu (Linda Wilson) Distribution: comp.text.tex Organization: University of Texas at Austin Lines: 20 In article <3247@borg.cs.unc.edu> alexande@grover.cs.unc.edu (Geoffrey D. Alexander) writes: >\bibliography gives a default section heading of "References". How do I change >the section heading? Also, how do I get the section heading in the table of >contents? > >Thanks, >Geoff Alexander >alexande@cs.unc.edu \bibliography is defined in the article.sty file. Look for \def\thebibliography After that, you'll see several versions of: References, REFERENCES, etc. Just change those words to whatever you want. I think a similar tactic will work for the Table of Contents as well. Good Luck, Linda Wilson wilson@cerc.utexas.edu