From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Lawrence Subject: Re: Zotero csl file that uses parenthetical style for citations Date: Fri, 06 Mar 2015 10:21:07 -0800 Message-ID: <877fuu0yy4.fsf@berkeley.edu> References: <87h9tyntm6.fsf@gmx.us> <54F9B014.3020901@gmail.com> <87y4namdnu.fsf@gmx.us> <54F9C5E3.5000301@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTwst-00070U-2C for emacs-orgmode@gnu.org; Fri, 06 Mar 2015 13:22:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YTwsn-000242-V0 for emacs-orgmode@gnu.org; Fri, 06 Mar 2015 13:22:02 -0500 Received: from plane.gmane.org ([80.91.229.3]:49329) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTwsn-00023V-Ni for emacs-orgmode@gnu.org; Fri, 06 Mar 2015 13:21:57 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YTwsi-0003pG-Ms for emacs-orgmode@gnu.org; Fri, 06 Mar 2015 19:21:52 +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 ; Fri, 06 Mar 2015 19:21:52 +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 ; Fri, 06 Mar 2015 19:21:52 +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 Hi Vaidheeswaran, Vaidheeswaran C writes: > I got the subject and also text wrong. (But I hope my intention was > clear.) I am really looking for EXISTING in-text CSL styles. Rasmus pointed you to a relevant style: https://github.com/citation-style-language/styles/blob/master/chicago-author-date.csl I think you might be mixing up two different distinctions. A "parenthetical style" like this one is distinguished from, say, a numeric style (like the ACM styles, I think). This distinction between "parenthetical" and numeric styles applies to the document as a whole. This distinction is orthogonal to the distinction between whether *individual citations* are parenthetical (like "(Auth 2000)") or in-text (like "Auth (2000)"). So there is not really any such thing as an "in-text CSL style". Rather, there are CSL styles that support both in-text and parenthetical citations (which is most of them, I'd guess). Best, Richard