How to include BIBLIOGRAPHY in table of contents of THESIS
To get LaTeX thesis, to include the bibliography in the table of
contents, you need to use the "bibcontents.sty" file. To do that, type
(from the directory where your thesis files are):
attach consult
cp /mit/consult/lib/tex/macros/bibcontents.sty .
Then add the line
\usepackage{bibcontents}
after your \documentclass line.
|