I am producing a simple document of the report class, with references produced by BibTeX. I would like to change the "References" text entry in the table of contents to "references", making the text lowercase. Could you suggest a way to do this?
Asked
Active
Viewed 2,107 times
0
1 Answers
1
Your question can be answered related to the two linked question in the comments.
- Add the bibliography to the table of contents: Making the bibliography appear in the table of contents
- rename the title of the bibliography: How to change the name of document elements like "Figure", "Contents", "Bibliography", "Appendix", etc.?
Marco Daniel
- 95,681
\renewcommand{\bibname}{references}. – John Wickerson May 23 '13 at 12:23