Under Document Settings -> Bibliography, I have Netbib and Numerical Selected.
I read through google that I should put "
\usepackage{cite}
" in the LaTeX preamble but when I do this I get the following error when trying to preview the PDF.Can anyone suggest a fix? I apologise if it's something ridiculously obvious!
Advanced thanks,
Mark
Fixed it. Just in case anyone's wondering, I was using the
elsarticle.cls
with which you have to use natbib which is incompatible with the cite package.Add this to the preamble instead.
Code: Select all
\biboptions{sort&compress}