I need your help to find a way to process multiple bibtex files in TeXworks for Mac. I have to do this because I am working with multibib. At the moment I select bibtex and press the green bottom to compile, but the second bibliography is not shown on the output file. Thanks in advance for your support!
To process my document, I have to run LaTeX three times and BibTEX two times:
latex mydoc
bibtex mydoc
bibtex sec (How I select a different file name?)
latex mydoc
latex mydoc
This is a short version of the code I have:
\documentclass{article}
\usepackage{multibib}
\newcites{sec}{\TeX\ and \LaTeX\ References}
\begin{document}
References to the \TeX book \citeltex{Knuth:1991}
and to Lamport’s \LaTeX\ book, which appears
only in the references\nociteltex{Lamport:1994}.
Finally a cite to a Postscript tutorial
\cite{Adobe:1985}.
\bibliographystylesec{alpha}
\bibliographylsec{lit}
\renewcommand{\refname}{Postscript References}
\bibliographystyle{plain}
\bibliography{lit}
\end{document}
The output should look like this:


multibibpackage and how and where the filesec(short forsec.texorsec.aux, I presume) comes into play. – Mico Aug 11 '13 at 22:43\newpage \renewcommand{\refname}{References} \bibliographystyle{plainnat} \bibliography{library}
\bibliographystylesec{plainnat} \bibliographysec{library}
– Ignacio Sala Aug 11 '13 at 23:27code blockbutton{}. – Aug 11 '13 at 23:31