1

So I am editing a paper that I did not write and the paper uses 2 bibliographies, one for references and one for links and I have 2 .bib's named Links and References This is my minimal code,

\usepackage{cite,amssymb}
\usepackage[labeled,resetlabels]{multibib}
\usepackage{multibib}
\newcites{L}{Links}

\begin{document}

\nocite{*}
\nociteL{*}

\newpage

\bibliographystyle{ieeetran}
\bibliography{References}{}

\bibliographystyleL{ieeetran}
\bibliographyL{Links}{}

\end{document}

in this I get only get the references bibliography and do not ever see the links

egreg
  • 1,121,712
userm92
  • 11

0 Answers0