From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: Zotero csl file that uses parenthetical style for citations Date: Fri, 06 Mar 2015 14:27:45 +0100 Message-ID: <87h9tyntm6.fsf@gmx.us> References: 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]:59415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTsIP-0000eY-Ln for emacs-orgmode@gnu.org; Fri, 06 Mar 2015 08:28:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YTsIL-0001Te-MH for emacs-orgmode@gnu.org; Fri, 06 Mar 2015 08:28:05 -0500 Received: from plane.gmane.org ([80.91.229.3]:50991) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTsIL-0001TT-9p for emacs-orgmode@gnu.org; Fri, 06 Mar 2015 08:28:01 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YTsIJ-0002fk-5Y for emacs-orgmode@gnu.org; Fri, 06 Mar 2015 14:27:59 +0100 Received: from 46.166.188.199 ([46.166.188.199]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 Mar 2015 14:27:59 +0100 Received: from rasmus by 46.166.188.199 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 Mar 2015 14:27:59 +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 Vaidheeswaran C writes: > I am trying to locate a Zotero csl file that produces parenthetical > style -- Author (Date) -- for citations[1]. The primer[2] uses the > term "in-text" to refer to what this mailing list has been designating > as "parenthetical" style. Author-date a la biblatex have two primary calls: \texcite, e.g. A (YYYY) and \parencite, e.g. (A YYYY). You can also cite just the author or just the year. Based on this¹ discussion, I'm not sure CSL supports both within a single style file. Perhaps several CSL files could be combined to support this workflow, e.g. via citeproc-java's command line program. > I want to see an "off-the-shelf" csl style file, that uses > parenthetical style. Maybe this: https://github.com/citation-style-language/styles/blob/master/chicago-author-date.csl —Rasmus Footnotes: ¹ http://citationstyles.org/styles/, section "Suppress Author" -- Warning: Everything saved will be lost