GeneralDouble ToC Entry for Bibliography

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
dmrdmr
Posts: 1
Joined: Fri Jun 01, 2012 6:59 pm

Double ToC Entry for Bibliography

Post by dmrdmr »

Hi there I'm new in these forum and I would like to get some help with the following issue:

I'm currently getting in my ToC the following:

Code: Select all

1.7 Bibliography ..... 9
Bibliography ......... 9
I want to get rid of the second referencing from the toc.

I have in my preamble:

Code: Select all

\usepackage{chapterbib}
\sectionbib{\newpage\section}{section}
And in the document:

Code: Select all

\begin{document}
\newpage
\bibliographystyle{econometrica}
\bibliography{the bib file}
Thanks for you help!
Last edited by localghost on Fri Jun 01, 2012 7:32 pm, edited 1 time in total.

Recommended reading 2024:

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

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Double ToC Entry for Bibliography

Post by localghost »

For an adequate problem description please prepare a proper minimal example. Due to missing information it is not possible to give specific help at the moment.


Best regards and welcome to the board
Thorsten
Post Reply