Search found 1 match

by Edgar
Wed Oct 01, 2014 6:40 pm
Forum: Page Layout
Topic: White space above Bibliography
Replies: 1
Views: 7519

White space above Bibliography

This is my workaround.
\renewcommand{\bibname}{} %hide the title
\begin{thebibliography}{99}
\vspace{-3.75cm} %add your
distance to the top of the page
\item\textbf{\huge Bibliography}
%make a fake title
\vspace{0.5cm} %choose
your distance to bibitems

\bibitem{}... etc
...
\end ...