From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Some projects Date: Tue, 27 Oct 2015 20:57:36 -0500 Message-ID: <87ziz3rbzj.fsf@fastmail.fm> References: <87wpub9jts.fsf@nicolasgoaziou.fr> <877fmazh2f.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59214) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrFzg-0002aX-Oh for emacs-orgmode@gnu.org; Tue, 27 Oct 2015 21:57:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZrFzd-0002Ei-IZ for emacs-orgmode@gnu.org; Tue, 27 Oct 2015 21:57:40 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:49358) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrFzd-0002Ec-CD for emacs-orgmode@gnu.org; Tue, 27 Oct 2015 21:57:37 -0400 In-Reply-To: <877fmazh2f.fsf@gmail.com> (Aaron Ecay's message of "Sun, 25 Oct 2015 23:03:52 +0000") 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: Nicolas Goaziou Cc: Org Mode List Aaron Ecay writes: > > - There is a difference between citations as done by latex/bibtex/etc., > and those done in every other format (handled through CSL). Assuming > latex users want to keep their native processing rather than > delegating to CSL, we need to solve the myriad small inconsistencies > between these two tools. I think this is an area where it=E2=80=99s im= portant > to get things right: users of citations generally have exacting > requirements. =E2=80=9CApproximately Chicago-style=E2=80=9D or =E2=80= =9Calmost MLA=E2=80=9D aren=E2=80=99t > worth anything. In my recollection, pandoc can juggle between CSL and biblatex. From the pandoc manual: ,---- | --biblatex |=20 | Use biblatex for citations in LaTeX output. This option is not for | use with the pandoc-citeproc filter or with PDF output. It is | intended for use in producing a LaTeX file that can be processed with | pdflatex and bibtex or biber. `---- Perhaps someone with more experience of pandoc could assess how well it toggles between CSL and biblatex, especially for more complicated styles (e.g., Chicago).=20 Matt