Text FormattingMy index starts from 0.1 for the document class book

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
balure_1986a
Posts: 3
Joined: Tue Mar 04, 2014 9:02 am

My index starts from 0.1 for the document class book

Post by balure_1986a »

I am using document class 'book', and the index show is:
0.1
0.1.1
0.1.2
0.2
0.2.1
0.2.2
My preamble part is something like this:

Code: Select all

\documentclass[11pt,a4paper]{book}
\usepackage[margin=1in]{geometry}
Any help?
Last edited by cgnieder on Thu Aug 06, 2015 11:08 am, edited 1 time 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

hugovdberg
Posts: 133
Joined: Sat Feb 25, 2012 6:12 pm

My index starts from 0.1 for the document class book

Post by hugovdberg »

I guess you only have \sections and no \chapters, because section numbering in books are by default chapnum.secnum.
Ubuntu 13.10 + Tex Live 2013 + Texmaker / Windows 7 Pro + MikTex 2.9 + TexnicCenter / Android 4.3 + TexPortal + DroidEdit
Post Reply