On Mon, Oct 21, 2002 at 03:18:48PM -0500, Praedor Tempus wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> I had a multi-chapter document organized into a single document but now have 
> decided to break it up into independent documents for each chapter.  I need 
> the pagination on chapter 2 to take up where chapter 1 left off, and so forth 
> for subsequent chapters.  How does one get pagination to start from a 
> particular number?

The simplest solution is to create a master document that includes all other
documents.
Another solution, but this requires manual work, is to add 
\setcounter{page}{50}
at the beginning of chapter 2, where 50 is the desired page number
(and you need to change this manually every time the number of pages
in chapter 1 changes!).

> 
> If, however, I try to copy-paste this preamble into the subsequent preambles 
> of the individual chapters, it invariably errors out, usually about the 
> \headrulewidth command.  Why would this preamble work just fine and 
> error-free with both a megalithic document that includes all chapters in one 
> doc and with the first chapter alone, but fail to work with all the other 
> individual chapters?

You need to select fancy pagestyle for all the files.

Reply via email to