<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi all,<br>
    <br>
    I am using makeindex to create an index in my document, however I
    find that the index's headline ("Index") is placed lower on the page
    than normal headlines (see also attached screenshot). So far, I
    didn't find any configuration option to change this, and IMO it
    should not be the default behavior. Does anyone here have any
    suggestions/insight?<br>
    <br>
    Thanks in advance,<br>
    Stefan<br>
    <br>
    PS: FWIW, I'm using LaTeX from TL2010.<br>
    <br>
    Minimal example to reproduce:<br>
    <br>
    <style type="text/css">p, li { white-space: pre-wrap; }</style>
    <p style="margin: 0px; text-indent: 0px;">\documentclass{article}</p>
    <p style="margin: 0px; text-indent: 0px;"></p>
    <p style="margin: 0px; text-indent: 0px;">\usepackage{makeidx}</p>
    <p style="margin: 0px; text-indent: 0px;">\makeindex</p>
    <p style="margin: 0px; text-indent: 0px;"></p>
    <p style="margin: 0px; text-indent: 0px;">\begin{document}</p>
    <p style="margin: 0px; text-indent: 0px;"></p>
    <p style="margin: 0px; text-indent: 0px;">\section{A}</p>
    <p style="margin: 0px; text-indent: 0px;">Lorem\index{lorem} ipsum.</p>
    <p style="margin: 0px; text-indent: 0px;"></p>
    <p style="margin: 0px; text-indent: 0px;">\clearpage</p>
    <p style="margin: 0px; text-indent: 0px;"></p>
    <p style="margin: 0px; text-indent: 0px;">\printindex</p>
    <p style="margin: 0px; text-indent: 0px;"></p>
    <p style="margin: 0px; text-indent: 0px;">\end{document}</p>
    <br>
  </body>
</html>