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
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}