Search found 3 matches

by micha
Sun Oct 13, 2019 11:32 am
Forum: General
Topic: Merge reference lists of two documents
Replies: 5
Views: 5904

Merge reference lists of two documents

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 ...
by micha
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

kaiserkarl13 wrote:Does this work?
No, I don't want document2 to be merged in document1, see the OP.
by micha
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 ...