Does this work?
No, I don't want document2 to be merged in document1, see the OP.
Then what DO you want?
I want what I described in my original post.
It's not possible to generate a bibliography in one document that's linked to another. It's possible to have a combined bibliography ...
Search found 3 matches
- Sun Oct 13, 2019 11:32 am
- Forum: General
- Topic: Merge reference lists of two documents
- Replies: 5
- Views: 5904
- Wed Oct 09, 2019 2:51 pm
- Forum: General
- Topic: Merge reference lists of two documents
- Replies: 5
- Views: 5904
Merge reference lists of two documents
No, I don't want document2 to be merged in document1, see the OP.kaiserkarl13 wrote:Does this work?
- Tue Oct 08, 2019 3:47 pm
- Forum: General
- Topic: Merge reference lists of two documents
- Replies: 5
- Views: 5904
Merge reference lists of two documents
Dear all,
I have two tex documents: doc1.tex and doc2.tex. Both have their own reference lists and bibliographies, for example doc1 reads:
\documentclass{article}
\begin{document}
See the analysis in \cite{ref1}.
\bibliographystyle{unsrt}
\bibliography{bibliography}
\end{document}
and ...
I have two tex documents: doc1.tex and doc2.tex. Both have their own reference lists and bibliographies, for example doc1 reads:
\documentclass{article}
\begin{document}
See the analysis in \cite{ref1}.
\bibliographystyle{unsrt}
\bibliography{bibliography}
\end{document}
and ...