BibTeX, biblatex and biberReferences and Section Numbering

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
princessotes
Posts: 1
Joined: Tue Jun 21, 2011 1:20 am

References and Section Numbering

Post by princessotes »

Hello

With the code, I was able to get the References to appear in the toc with the correct page no. However, References does not show the section no. How do I get the References to show the section no in the toc.

Many thanks.

Code: Select all

\cleardoublepage
\renewcommand{\bibname}{References}
\addcontentsline{toc}{section}{\bibname}
\bibliographystyle{achemso}
\bibliography{project}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply