how i was wondering how to get the biblograpgy to appear in table of contents?
this is all i have for the bib stuff in my tex file.
\bibliographystyle{apalike}
\bibliography{sa}
thanks for ur help
General ⇒ how to get biblogragaphy to appear on toc
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
how to get biblogragaphy to appear on toc
Hi ma501th,
one possibility is \addcontentsline:
Stefan
one possibility is \addcontentsline:
Code: Select all
\addcontentsline{toc}{chapter}{Bibliography}
Re: how to get biblogragaphy to appear on toc
right i have put this code in
\addcontentsline{toc}{chapter}{\bibname}
bibligrpahy appears on contents page but what happens is it says the biblograpgy and evaluation are on the same page , 45.
clearly the evaluation is on page 45 and bib in on 46.
how do i change this?
\addcontentsline{toc}{chapter}{\bibname}
bibligrpahy appears on contents page but what happens is it says the biblograpgy and evaluation are on the same page , 45.
clearly the evaluation is on page 45 and bib in on 46.
how do i change this?
how to get biblogragaphy to appear on toc
i have also done that but same problemStefan_K wrote:Hi ma501th,
one possibility is \addcontentsline:StefanCode: Select all
\addcontentsline{toc}{chapter}{Bibliography}
how to get biblogragaphy to appear on toc
Try this:
In the book class (two-sided, by default), you can replace \clearpage by \cleardoublepage. If that still does not work, ask again.
Code: Select all
\clearpage
\addcontentsline{toc}{chapter}{\bibname}
\bibliographystyle{apalike}
\bibliography{sa}