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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

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