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

NEW: TikZ book now 40% off at Amazon.com for a short time.

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