I'm trying to get the full reference, and I'm using the following code. However, I'm not getting anything just dots.
\documentclass[12pt,a4paper,oneside,openright, oldfontcommands]{memoir}
\usepackage[square,numbers,sort&compress]{natbib}
\usepackage{bibentry}
\begin{document}
\begin{itemize}
\item \bibentry{A}
\item \bibentry{B}
\item \bibentry{D}
\item \bibentry{C}
\end{itemize}
\bibliographystyle{IEEEtran}
\bibliography{References/ThesisREF}
\end{document}
\bibliographystyleand then run bibtex. – Alan Munn Mar 20 '18 at 20:32\nobibliographyinstead of\bibliographyand I tried thedinatandplainstyles. The log has neither errors nor warnings, but the output remains empty. Thebblis generated as expected. – Joe Mar 22 '18 at 09:23pdflatex? I am usingxelatex– Joe Mar 22 '18 at 09:27