[Tex/LaTex] Top margin of bibliography

margins

How can i reduce the top margin of the bibliography page. I need 1 inch margin at the top but it is 2 inches nw and I don't know how to reduce it.

Best Answer

You can use the geometry package and write (I suppose you use biblatex, for instance):

\newgeometry{top=1in}
\printbibliograpy
\restoregeometry

See §7 of the documentation ("Changing layout mid-document").