我是 multibib 的新手。我知道我应该为每个定义的参考书目运行 bibtex,但我不知道该怎么做。我在 Texmaker 工作。这是一个 MWE:
\documentclass[11pt]{article}
\usepackage{multibib}
\newcites{P}{Math Readings}
\newcites{R}{Physics Readings}
\begin{document}
An interesting citation is \citeP{GKS}. See also \citeR{L}.
\bibliographystyleP{unsrt}
\bibliographyP{bibliographyP}
\bibliographystyleR{unsrt}
\bibliographyR{bibliographyR}
\end{document}