How to modify the size of the space before a chapter title in LaTeX?

Natim picture Natim · Feb 21, 2010 · Viewed 15.3k times · Source

I have been working with tetex on Zenwalk and now that I compile my report with texlive, the behavior is a bit different.

I would like my bibliography to fit in one page like before and I just need to change the space before the title of the bibliographie chapter.

Do you know how I can manage that?

Thanks

Answer

mropa picture mropa · Feb 21, 2010

If you just want to reduce the top margin space of the reference page you can set a \vspace*{} command before your \bibliography{}. This will force the reference page to be adjusted. Eg:

\newpage
\vspace*{-2cm}
\bibliographystyle{/..../bst-files/econometrica_v2}
\bibliography{/home/.../econometrics}