From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Kiermeier Subject: Re: #+BIBLIOGRAPHY multiple entries Date: Mon, 24 Nov 2014 09:48:14 +1030 Message-ID: References: <87y4r1tx5m.fsf@gmx.co.uk> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1133c562d9d8e305088ee616 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43243) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsgQi-0000Wf-Hd for emacs-orgmode@gnu.org; Sun, 23 Nov 2014 18:18:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XsgQh-0004Vr-Kb for emacs-orgmode@gnu.org; Sun, 23 Nov 2014 18:18:56 -0500 Received: from mail-qg0-x22d.google.com ([2607:f8b0:400d:c04::22d]:64387) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsgQh-0004Vm-Fa for emacs-orgmode@gnu.org; Sun, 23 Nov 2014 18:18:55 -0500 Received: by mail-qg0-f45.google.com with SMTP id f51so6023544qge.32 for ; Sun, 23 Nov 2014 15:18:55 -0800 (PST) In-Reply-To: <87y4r1tx5m.fsf@gmx.co.uk> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: yggdrasil@gmx.co.uk Cc: emacs-orgmode@gnu.org --001a1133c562d9d8e305088ee616 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Johnny, =E2=80=8B On 24 November 2014 at 08:08, wrote: > I use > #+BIBLIOGRAPHY mybibliographyfile plain > which works, but > #+BIBLIOGRAPHY myfirstbibliographyfile mysecondbibliographyfile plain > does not. Instead of #+BIBLIOGRAPHY I tend to use #+LATEX: \bibliographystyle{plainnat} #+LATEX: \bibliography{C:/Users/andreas/Dropbox/_biblio/refs} were all my bibtex entries are in "refs.bib". I keep everything in the one place and hence need to use the full path. You can put these where you want the bibliography placed and you can include multiple files in LaTeX' \bibliography{} command. In your case I imagine it would look something like this. #+LATEX: \bibliographystyle{plainnat} #+LATEX: \bibliography{C:/Users/andreas/Dropbox/_biblio/refs} HTH. Cheers, Andreas=E2=80=8B --001a1133c562d9d8e305088ee616 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi Johnny,

=
=E2=80=8B
On 24 November 2014 at= 08:08,=C2=A0<yggdrasil@gmx.co.uk= >=C2=A0wrote:
I use
#+BIBLIO= GRAPHY mybibliographyfile plain
which works, but
#+BIBLIOGRAPHY myfir= stbibliographyfile mysecondbibliographyfile plain
does not.
=

Instead of #+BIBLIOGR= APHY I tend to use

#+LATEX: \bibliographystyle{plainnat}
#+LATEX: \bibliography{C:/Users/andreas/Dropbox/_bib= lio/refs}

were all my bibtex entries are in "= refs.bib". I keep everything in the one place and hence need to use th= e full path.

You can put these where you want the = bibliography placed and you can include multiple files in LaTeX' \bibli= ography{} command.

In your case I imagine it would= look something like this.

#+LATEX: \bibliographystyle{plainnat}
#+LATEX: \bibliography{C:/Users/andreas/Dropbox/_biblio/refs}
<= /div>

HTH.

Cheers,
Andreas=E2=80=8B
--001a1133c562d9d8e305088ee616--