Page LayoutTable of Contents

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
labreeze
Posts: 2
Joined: Mon Mar 14, 2011 3:06 am

Table of Contents

Post by labreeze »

Solved
I'm new to LaTeX, using Texmaker, I've created a table of contents, but my table of contents starts on 0.1, but I want it to start on 1.0. Is there anyway I can change this?
Also, my sections, subsections all appear on my contents page, but my subsubsections dont, is there a way to get them to appear?

Thanks
Last edited by labreeze on Tue Mar 15, 2011 1:41 am, edited 2 times in total.

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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

Re: Table of Contents

Post by gmedina »

The problem comes from using \section as the main sectional unit in a document class that requires \chapter. But I cannot confirm this until you post some minimal code showing your actual settings. The other problem involves a simple redefinition of two counters, but, as I said before, please post a minimal document showing your settings.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
labreeze
Posts: 2
Joined: Mon Mar 14, 2011 3:06 am

Re: Table of Contents

Post by labreeze »

I was using \section, but now that i've changed to \chapter it works :)
Thank you.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Table of Contents

Post by localghost »

labreeze wrote:[…] it works […]
Then please mark the topic (not the last post) accordingly as written in Section 3 of the Board Rules (to be read before posting).


Best regards and welcome to the board
Thorsten
Post Reply