Generalchapters

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
omkardpd
Posts: 86
Joined: Sun Feb 24, 2008 7:23 am

chapters

Post by omkardpd »

Hi,

I am writing chapters in a book. But I don't want chapter names printed on each and every page of the chapter. how do I remove it?

Thanks

Omkar

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
Joined: Mon Mar 10, 2008 9:44 pm

chapters

Post by Stefan Kottwitz »

Hi Omkar,

you could write

Code: Select all

\pagestyle{plain}
into your preamble, then you will have no running headings (no chapter names on each page) and the page number will be set at the bottom.

Stefan
omkardpd
Posts: 86
Joined: Sun Feb 24, 2008 7:23 am

Re: chapters

Post by omkardpd »

thank you.
Post Reply