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

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply