emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Zotero csl file that uses parenthetical style for citations


From: Rasmus
Subject: Re: [O] Zotero csl file that uses parenthetical style for citations
Date: Fri, 06 Mar 2015 14:57:41 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Hi,

Vaidheeswaran C <address@hidden> writes:


>> Maybe this:
>> 
>>       
>> https://github.com/citation-style-language/styles/blob/master/chicago-author-date.csl
>
> I have looked at this style file and I have even written a CSL macro
> for this file.  Please tell me how would I create parenthetical styles
> with this CSL file.

I haven't tested this as I'm using bibtex for my own work.  But with
citeproc-java you should be able to do something like:

      citeproc-java -b references.bib -s chicago-author-date -c Fowler_2010 
Kisker_2012 

To get something like (Fowler 2010; Kisker 2012).

> The question now is: Who types the author name.  The style file
> suppresses the author and it would mean the document author types it,
> right?

My interpretation of the text is "if you want 'A (Y)' I will type '(Y)'
but you will have to type 'A' — manually(!)".

However, if you could combine styles you could just switch the '-s' argument
when calling citeproc-java (or a compatible tool).

> So what toolchain are we looking at.  How good we know these
> toolchains to actually integrate Org-mode with it?

Last resort you could import all references as org-bibtex entries and use
some tool to format information from this.  It's much nicer to rely on an
external tool for this, though.

—Rasmus

-- 
Me gusta la noche, me gustas tú



reply via email to

[Prev in Thread] Current Thread [Next in Thread]