emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* #+BIBLIOGRAPHY multiple entries
@ 2014-11-23 21:38 yggdrasil
  2014-11-23 23:18 ` Andreas Kiermeier
  0 siblings, 1 reply; 2+ messages in thread
From: yggdrasil @ 2014-11-23 21:38 UTC (permalink / raw)
  To: emacs-orgmode

I am trying to figure out how to use multipe bibliography files in
org-mode. What I've used so far is the #+BIBLIOGRAPHY statement which
lets me enter one .bib file, but I have been unable to use more than one
file. How would one go about to achieve this?

I use 
#+BIBLIOGRAPHY mybibliographyfile plain 
which works, but
#+BIBLIOGRAPHY myfirstbibliographyfile mysecondbibliographyfile plain 
does not.

Cheers,

Johnny

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: #+BIBLIOGRAPHY multiple entries
  2014-11-23 21:38 #+BIBLIOGRAPHY multiple entries yggdrasil
@ 2014-11-23 23:18 ` Andreas Kiermeier
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Kiermeier @ 2014-11-23 23:18 UTC (permalink / raw)
  To: yggdrasil; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 839 bytes --]

Hi Johnny,

​
On 24 November 2014 at 08:08, <yggdrasil@gmx.co.uk> 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​

[-- Attachment #2: Type: text/html, Size: 2292 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-23 23:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-23 21:38 #+BIBLIOGRAPHY multiple entries yggdrasil
2014-11-23 23:18 ` Andreas Kiermeier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).