1

Possible Duplicate:
Index with an initial letter of the group

Code:

\documentclass{article}

\usepackage{index}
\usepackage{lipsum}
\makeindex

\begin{document}

\section{\index*{Hello World}}

Hello World

Some text about \index*{foo}.

\lipsum[1-15]

\index*{Hello World}.

\printindex

\end{document}

Output:

enter image description here

Required Output:

enter image description here

Please guide me how to achieve the desired Output.

0 Answers0