GeneralTOC

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
omkardpd
Posts: 86
Joined: Sun Feb 24, 2008 7:23 am

TOC

Post by omkardpd »

Hi,

I am using \usepackage{tocbibind}. However, the TOC which I get has the first entry as "Contents", its page number itself, and the rest of the TOC chapters follows. How do I get the TOC to start with chapter 1, its page number and other things correctly.

Thank you,

Omkar

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

TOC

Post by gmedina »

Hi,

use

Code: Select all

\usepackage[nottoc]{tocbibind}
for other useful options, please refer to the package documentation.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: TOC

Post by localghost »

You generally should get used to reading the documentation of a package first. Most problems are solved by the study of these manuals. That's what they are made for.


Best regards
Thorsten¹
omkardpd
Posts: 86
Joined: Sun Feb 24, 2008 7:23 am

Re: TOC

Post by omkardpd »

Hi,

Sorry, but I could not figure out the meaning of the explanation in the documentation given as "nottoc - Disables the inclusion of the ToC". But, I agree with you suggestion.

Regards,

Omkar
Post Reply