I use the titletoc package, and this is how my chapter entries look:
\titlecontents{chapter}[0pc]
{\addvspace{2pc}}
{\thecontentslabel.\ }
{}
{\normalsize\titlerule*[12pt]{.}\contentspage}
[\addvspace{3pt}]
Notice that 2pc vertical space before the entry? This is great, except that it also occurs for the first entry. This is a problem, because it makes the entries appear 2pc farther away from the “Contents” chapter name than it actually should be.
How do I fix this?