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
bibtexon each bibliography separately or compile withlatexmkwhich can do this automatically. – Alan Munn Jan 17 '16 at 22:15multibibin this question: Sectioning bibliography by type of refered item. – Alan Munn Jan 17 '16 at 23:33latexmk. What editor are you using? – Alan Munn Jan 18 '16 at 16:22latexmk-free answer. (Probably pure TeXShop-engine answer.) – Symbol 1 Jan 18 '16 at 17:10latexmkthen I would recommend posting a bounty on the linked duplicate. The present question arose simply from a misunderstanding of howmultibibcompilation proceeds, and so reopening it is inappropriate IMO. – Alan Munn Jan 18 '16 at 21:03