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
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
localghost
Site Moderator
Posts: 9201
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.
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]

¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Post Reply