Graham Smith wrote:
> What I would like to be able to do is to replace
> 
> Chapter 1
> Title of Chapter 1
> 
> With
> 
> 1. Title of Chapter 1
> 
> So it looks like another section

Either use the KOMA book class (that has this as default), or with the 
standard book class, use

\usepackage{anonchap}
\simplechapter

If you use the tocbibind package, you cannot use anonchap in parallel (but 
tocbibind provides the same \simplechapter command).

Jürgen

Reply via email to