General ⇒ how to get biblogragaphy to appear on toc
how to get biblogragaphy to appear on toc
this is all i have for the bib stuff in my tex file.
\bibliographystyle{apalike}
\bibliography{sa}
thanks for ur help
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
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
how to get biblogragaphy to appear on toc
one possibility is \addcontentsline:
Code: Select all
\addcontentsline{toc}{chapter}{Bibliography}
Re: how to get biblogragaphy to appear on toc
\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
Code: Select all
\clearpage
\addcontentsline{toc}{chapter}{\bibname}
\bibliographystyle{apalike}
\bibliography{sa}