From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Hetzner Subject: Re: Let's discuss citation and Org syntax Date: Tue, 21 May 2013 22:36:22 -0700 Message-ID: <87d2sj60fd.wl%egh@e6h.org> References: <878v38cylw.fsf@pank.eu> <20130521175553.GA58360@client199-78.wlan.hu-berlin.de> Reply-To: Erik Hetzner Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="Multipart_Tue_May_21_22:36:22_2013-1" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59016) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uf1iz-0005qZ-1u for emacs-orgmode@gnu.org; Wed, 22 May 2013 01:36:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uf1it-0000fF-L1 for emacs-orgmode@gnu.org; Wed, 22 May 2013 01:36:32 -0400 Received: from mail-pd0-f177.google.com ([209.85.192.177]:52159) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uf1it-0000f7-A1 for emacs-orgmode@gnu.org; Wed, 22 May 2013 01:36:27 -0400 Received: by mail-pd0-f177.google.com with SMTP id u11so1344997pdi.36 for ; Tue, 21 May 2013 22:36:26 -0700 (PDT) Received: from michel.e6h.org (50-0-83-149.dsl.static.sonic.net. [50.0.83.149]) by mx.google.com with ESMTPSA id 10sm5805893pbm.0.2013.05.21.22.36.24 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 21 May 2013 22:36:25 -0700 (PDT) In-Reply-To: <20130521175553.GA58360@client199-78.wlan.hu-berlin.de> 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: emacs-orgmode@gnu.org --Multipart_Tue_May_21_22:36:22_2013-1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable At Tue, 21 May 2013 19:55:53 +0200, Viktor Rosenfeld wrote: >=20 > Hi, >=20 > Rasmus wrote: >=20 > > Hi,=20 > >=20 > > Now that 8.0 has shipped let's talk bibliography support. This > > follows directly upon the discussion around March[1]. >=20 > I did not follow the discussion in March and only skimmed through the > recent discussion in May [2]. But I was wondering if bibliography > support in the LaTeX exporter would be BibTex-only or if it would also > support biblatex, for example. And to further confuse the issue, why not consider pandoc style citations [1]? This works right now. Create an org file: See [@citekey, p. 10] for more info. (assuming a bibtex, endnote, ris, ... file that contains a cite with key =E2=80=9Ccitekey=E2=80=9D). Export to markdown. Process in pandoc, eith= er to latex: =E2=9D=A4 pandoc --natbib test.md -t latex -s --biblio test.bib or to HTML, etc: =E2=9D=A4 pandoc test.md -s --biblio test.bib While it would be nice to make this work natively with org, especially with latex output, it would be great if compatibility with pandoc could be obtained. best, Erik 1. http://johnmacfarlane.net/pandoc/README.html#citation-rendering --Multipart_Tue_May_21_22:36:22_2013-1 Content-Type: text/plain; charset=US-ASCII Sent from my free software system . --Multipart_Tue_May_21_22:36:22_2013-1--