I am currently writing my thesis but I have encountered an issue to which I cannot find a solution. I can not use a
\clearpage
before my bibliography anymore. If i do so, I get the error: Code: Select all
Error - Line 1 - !LaTeX Error: Something's wrong--perhaps a missing \item. See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help... \begin{thebibliography}{20}.
\clearpage
statement before the biliography statement, the error disappears and the article compiles correctly. Currently, the code for including my bibliography looks as follows:Code: Select all
\clearpage
\bibliographystyle{plainnat}
\bibliography{references}
\clearpage
Thanks in advance,
Florian