From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Kiermeier Subject: Re: Org, reftex and LaTeX with multiple bibliographies Date: Sat, 17 Sep 2016 19:02:58 +0930 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------FB1F237E0F1516A6048F143D" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1blC0g-0000iZ-7x for emacs-orgmode@gnu.org; Sat, 17 Sep 2016 05:34:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1blC0c-0006wO-2k for emacs-orgmode@gnu.org; Sat, 17 Sep 2016 05:34:09 -0400 Received: from mail-pf0-f170.google.com ([209.85.192.170]:34274) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1blC0b-0006wA-T4 for emacs-orgmode@gnu.org; Sat, 17 Sep 2016 05:34:06 -0400 Received: by mail-pf0-f170.google.com with SMTP id p64so34927612pfb.1 for ; Sat, 17 Sep 2016 02:34:05 -0700 (PDT) Received: from [179.61.250.188] ([179.61.250.188]) by smtp.gmail.com with ESMTPSA id f23sm43851512pfj.72.2016.09.17.02.33.02 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 17 Sep 2016 02:33:03 -0700 (PDT) In-Reply-To: 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" To: emacs-orgmode@gnu.org This is a multi-part message in MIME format. --------------FB1F237E0F1516A6048F143D Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 17/09/2016 03:49, Ken Mankoff wrote: > Hi Org list,[snip] > > # Note that the first line below is commented out > # #+LATEX_HEADER_EXTRA:\addbibresource{Library.bib,local.bib} > #+LATEX_HEADER_EXTRA:\addbibresource{Library.bib} > #+LATEX_HEADER_EXTRA:\addbibresource{local.bib} > > Is this how others work with multiple bibliographies? Some other method? Hi Ken, I use John Kitchin's org-ref. Multiple bibfiles can easily be include. I use this approach for most it for most projects - one global bib file and one project specific one, e.g. bibliographystyle:plainnat bibliography:C:/Users/andre/Dropbox/_biblio/refs.bib,C:/Users/andre/Dropbox/Consulting/Projects/RedMeat/MLA_Beef_Measles-C_bovis/literature/cbovis.bib Hope this helps. Cheers, AK --------------FB1F237E0F1516A6048F143D Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: 7bit On 17/09/2016 03:49, Ken Mankoff wrote:
Hi Org list,[snip]

# Note that the first line below is commented out
# #+LATEX_HEADER_EXTRA:\addbibresource{Library.bib,local.bib}
#+LATEX_HEADER_EXTRA:\addbibresource{Library.bib}
#+LATEX_HEADER_EXTRA:\addbibresource{local.bib}

Is this how others work with multiple bibliographies? Some other method?
Hi Ken,
I use John Kitchin's org-ref. Multiple bibfiles can easily be include.
I use this approach for most it for most projects - one global bib file and one project specific one, e.g.

bibliographystyle:plainnat
bibliography:C:/Users/andre/Dropbox/_biblio/refs.bib,C:/Users/andre/Dropbox/Consulting/Projects/RedMeat/MLA_Beef_Measles-C_bovis/literature/cbovis.bib

Hope this helps.

Cheers,

AK
--------------FB1F237E0F1516A6048F143D--