From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: bibliography as part of the source document? Date: Mon, 13 Jun 2016 13:11:40 -0500 Message-ID: References: <874m8x0xpv.fsf@skimble.plus.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35074) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCWKx-0007uU-6E for emacs-orgmode@gnu.org; Mon, 13 Jun 2016 14:11:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bCWKv-0002RM-9I for emacs-orgmode@gnu.org; Mon, 13 Jun 2016 14:11:46 -0400 Received: from mail-it0-x236.google.com ([2607:f8b0:4001:c0b::236]:38644) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCWKv-0002RE-4P for emacs-orgmode@gnu.org; Mon, 13 Jun 2016 14:11:45 -0400 Received: by mail-it0-x236.google.com with SMTP id h190so49050408ith.1 for ; Mon, 13 Jun 2016 11:11:44 -0700 (PDT) In-reply-to: <874m8x0xpv.fsf@skimble.plus.com> 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: Sharon Kimble Cc: org-mode-email On 2016-06-13 at 13:07, Sharon Kimble wrote: > I'm trying to have all my information for a org-mode document exported > to latex contained within the source document. Specifically having the > bibliography within the source document. > > But how do I do it? I've tried googling but haven't turned up anything > useful. Can you help please? What about putting the BibTeX contents in the Org file. Tangle on export to Bib file. -k.