From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Lawrence Subject: Re: Citations, continued Date: Wed, 04 Feb 2015 07:59:46 -0800 Message-ID: <87vbjhk6q5.fsf@berkeley.edu> References: <87vbjmn6wy.fsf@berkeley.edu> <87sieokx8e.fsf@berkeley.edu> <54d04780.cb58460a.5243.2603@mx.google.com> <87h9v3li8t.fsf@berkeley.edu> <54d078ff.b044440a.06ec.3cf6@mx.google.com> <87d25rkmag.fsf@berkeley.edu> <54d1bc7b.c57d440a.3c5d.2dca@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49417) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJ2Ne-0000Kd-1s for emacs-orgmode@gnu.org; Wed, 04 Feb 2015 11:00:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJ2Na-00026D-So for emacs-orgmode@gnu.org; Wed, 04 Feb 2015 11:00:41 -0500 Received: from plane.gmane.org ([80.91.229.3]:38474) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJ2Na-00025p-8J for emacs-orgmode@gnu.org; Wed, 04 Feb 2015 11:00:38 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YJ2NY-0002Sv-7e for emacs-orgmode@gnu.org; Wed, 04 Feb 2015 17:00:36 +0100 Received: from c-67-169-117-151.hsd1.ca.comcast.net ([67.169.117.151]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Feb 2015 17:00:36 +0100 Received: from richard.lawrence by c-67-169-117-151.hsd1.ca.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Feb 2015 17:00:36 +0100 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 Erik Hetzner writes: >> The ideal would be if citeproc would take care of proper formatting >> of all such citation types, given just an ordered list of the fields >> that should appear. I don't know if CSL supports this, though; do >> you? > > I’m not entirely sure what you mean. The authors of citeproc have come > up with a huge number of styles which seem to satisfy people’s needs. > What appears in the in-text citation is configurable, see: > > http://citationstyles.org/downloads/specification-csl101-20120903.html#citation Sorry, I wasn't clear. What I mean is, is there a way to tell an implementation of CSL "hey, this particular citation right here should only contain the author (or year, or journal...) of the referenced work, even though the citation style for this document is (e.g.) numeric?" The link you referenced makes it seem like the element describes how citations should be formatted for a whole document, but maybe I don't understand it. (Can there be multiple citation formatting styles specified by a CSL stylesheet? or multiple stylesheets used to format the citations in a document?) The idea is, a citation like "As Doe says in @Doe99:title, ..." should render like "As Doe says in /The Title/, ...", not like "As Doe says in Doe (1999), ...", even if "@Doe99" citations in the document generally render like the latter. I suspect this must be possible with citeproc/CSL, but I don't actually know, since Pandoc doesn't provide syntax for this kind of case. Best, Richard