Search found 1 match

by nomar
Wed Oct 07, 2009 7:00 pm
Forum: Page Layout
Topic: How to omit bibliography from TOC?
Replies: 1
Views: 1487

How to omit bibliography from TOC?

I am looking for a way to suppress a bibliography from showing up in my TOC. For example, if you want to suppress a section from appearing in the TOC you can do the following:
\section*{sect not in TOC}
\section{sect in TOC}
This strategy does not work in the bib case such that:

\begin ...