About natbib and chapter number
I'm using a \chapterstyle{tandh} because I want my chapters numbered. In order to get a References chapter numbered as well I used the following code:
\renewcommand{\bibsection}{%
\chapter{\bibname}
\prebibhook}
That worked fine, I got my References chapter numbered!!
But now, in order to get my references in a author-year style I'm using the natbib package. Seems like the package ignores my code and the References chapter is not numbered anymore.
Can someone help me?
I'm using a \chapterstyle{tandh} because I want my chapters numbered. In order to get a References chapter numbered as well I used the following code:
\renewcommand{\bibsection}{%
\chapter{\bibname}
\prebibhook}
That worked fine, I got my References chapter numbered!!
But now, in order to get my references in a author-year style I'm using the natbib package. Seems like the package ignores my code and the References chapter is not numbered anymore.
Can someone help me?
No comments:
Post a Comment