I implemented a bibliography in my first Latex report with the help of some Youtube videos but everytime I run it I get an error.The strange thing is that I can make PDF from my report fine and citing works as well. Still I want to get rid of the error messages.
Error message: 'Something's wrong--perhaps a missing \item.See' But there is nothing wrong with my itemize list. When I remove the itemize list in question the error is about another itemize list. The logfile is in the attachment.
This is all I implemented in order to get the bibliography right.
Code: Select all
\documentclass[11pt]{article}
\usepackage[rightcaption]{sidecap}%nodig voor verwijzingen
\usepackage[numbers,sort&compress]{natbib}
\begin{document}
\section{References}
\bibliographystyle{IEEEtran}% or plain \ IEEEtran \ unsrt
\renewcommand{\refname}{}
\bibliography{bib}
\end{document}
Code: Select all
5 Encoding: UTF-8
@Misc{helipad,
howpublished = {http://nottinghamhospitalscharity.org.uk/appeals/emergency-care/}
}
@Misc{HSE,
howpublished = {http://www.hse.gov.uk/coshh/basics.htm}
}
@Misc{safetymanual,
howpublished = {http://www.nottingham.ac.uk/~pczsw/SAFETY/OrgManual13.pdf}
}
@Misc{safetywebsite,
howpublished = {http://nottingham.ac.uk/~pczsw/SAFETY/index_files/Page497.htm}
}