I'm trying to append to the end of my manuscript the supplementary information to form one latex file. The resulting file will of course have two bibliographies, corresponding to the one in the manuscript and the one in the SI separately.
So the manuscript looks like this:
\begin{document}
Text_1 (some text with citations)
Bibliography_1
\end{document}
The supplementary information looks like this
\begin{document}
Text_2 (some other text with citations)
Bibliography_2
\end{document}
Now, I want to merge the two into one latex file that will output this:
Text_1
Bibliography_1
Text_2
Bibliography_2
Could anyone show me how to write this?
Thanks!
bibtexorbiblatex, same styles or different, …). – Schweinebacke Apr 19 '17 at 15:59