emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Andreas Kiermeier <andreas.kiermeier@gmail.com>
To: yggdrasil@gmx.co.uk
Cc: emacs-orgmode@gnu.org
Subject: Re: #+BIBLIOGRAPHY multiple entries
Date: Mon, 24 Nov 2014 09:48:14 +1030	[thread overview]
Message-ID: <CAN7vk5Q3HTc7JtrcNiEjWtq7wjvLEH57pfZgrm5=+SSEqUQGug@mail.gmail.com> (raw)
In-Reply-To: <87y4r1tx5m.fsf@gmx.co.uk>

[-- 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 --]

      reply	other threads:[~2014-11-23 23:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-23 21:38 #+BIBLIOGRAPHY multiple entries yggdrasil
2014-11-23 23:18 ` Andreas Kiermeier [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAN7vk5Q3HTc7JtrcNiEjWtq7wjvLEH57pfZgrm5=+SSEqUQGug@mail.gmail.com' \
    --to=andreas.kiermeier@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=yggdrasil@gmx.co.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).