I use TexShop. I read this: Two Bibliographies: one for main text and one for appendix
I have the same problem. But I don't understand how i can to do. How compile the sequence?
- PDFLaTeX
- BibTeX
- PDFLaTeX
- PDFLaTeX
or
- pdflatex
- bibtex .aux
- bibtex latex.aux
- pdflatex
But the my problem is how compile the file .aux.
You can see the pictures posted below.
I can't compile .aux because I can't to do click.
(disabled typeset button)
How run file.aux?
Thank you very much! I read too: Multibib compiling multiple .aux files

% !TEX TS–program = pdflatexmkand then typeset your file using Typeset->Typeset (Cmd-T). Then all the steps necessary will be run automatically. – Herb Schulz Aug 12 '17 at 16:31\usepackage[resetlabels,labeled]{multibib}
\newcites{A}{References2}
\begin{document} Reference without prefix \cite{bb} and a reference with prefix \citeA{aa}.
\bibliographystyle{plain} \bibliography{lit}
\bibliographystyleA{plain} \bibliographyA{lit}
\end{document} ;
– user8011311 Aug 13 '17 at 06:15@Article{bb, author = {Brother, B.}, title = {Titling}, journal = {Ann. J.}, year = 2002 } ; now I pressed the keys (cmd+t) and I got these files: A.aux a1.aux a1.log a1.pdf a1.synctex.gz and a1.pdf shows this: Reference without prefix [?] and a reference with prefix [?]. ; now I pressed the keys (cmd+shift+b) and I got these files: a1.bbl a1.blg ;
– user8011311 Aug 13 '17 at 06:16