General ⇒ Connecting documents
Connecting documents
I am using a "book" document class and I include a number of chapters using "\include" command. I am getting the theorems and corollaries numbers as 1, 2, 3, .... in continuation across the chapters? Can I have them numbered as we get section numbering. eg Corollary 2.3 for Corollary 3 in chapter 2. If this is not possible, then can we have numbers not in continuation across the chapters. eg. if Chapter is ending with Corollary 7, then I want first Corollary in Chapter 2 numbered as 1. I am getting it numbered as 8.
Thank you,
Omkar
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
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Connecting documents
use the \numberwithin command of amsmath or the chngcntr package.
Stefan