Document Classesheader in my index page

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
ganges_it
Posts: 2
Joined: Fri Aug 03, 2007 11:28 am

header in my index page

Post by ganges_it »

hai
how can i add the header in my index page

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
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

header in my index page

Post by localghost »

You just have to switch on the headings pagestyle at the right place. I assume you are generating your index using the makeidx package.

Code: Select all

\printindex\thispagestyle{headings}
If you are using the fancyhdr package, replace the pagestyle headings with fancy. In case that you are using a documentclass from the KOMA Script bundle, you should use the scrpage2 package and set the pagestyle to scrheadings.
Post Reply