BibTeX, biblatex and biberhow to work out bibliography issues between multiple authors

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
yoo
Posts: 5
Joined: Sun Nov 08, 2009 2:38 pm

how to work out bibliography issues between multiple authors

Post by yoo »

Let's say authors X, Y and Z are writing a single paper. Three people may have their own bib files. If X writes part 1 of the paper freely referencing from X's own bib file and Y writes part 2 referencing from Y's own bib file, then there may be some merge issue later.
If X, Y and Z all decides to use a single bib file, then it means each author is going to manage several bib files (another collaboration with with Y', Z', another collaboration with Y'', Z'') and I don't know how to manage several bib files efficiently.
So I don't know what is the best way.

What do you do when you write a collaborative paper?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Medova
Posts: 28
Joined: Thu Nov 06, 2008 4:20 pm

Re: how to work out bibliography issues between multiple authors

Post by Medova »

We set up a SVN-server that automatically keeps track of versions of our tex-documents, using the same file/folder-structure. We therefore only need one bib-database.

The only thing you need to learn is the phrase:
1. Update (Get the latest version of the bib-database)
2. Apply changes (Write your changes to the file)
3. Save (Of course; save your work)
4. Commit (Commit the new version of the file to the SVN-server, in order to make it available to author, Y and Z)
Post Reply