CSL design issue
I am trying to create a CSL style for a journal that has the following requirements:
Author A. V., C. P. Author Year. Title. Etc.
Author A. V., B. B. Author and C. P. Author Year. Title. Etc.
(two authors separated by comma; 2+ separated by comma EXCEPT the last one, separated only by AND)
I've tried multiple options and looked at CSL specs, but I cannot solve this riddle...
Is this possible given current 1.0.1 specs or I am missing the right code?
Thank you in advance!
Author A. V., C. P. Author Year. Title. Etc.
Author A. V., B. B. Author and C. P. Author Year. Title. Etc.
(two authors separated by comma; 2+ separated by comma EXCEPT the last one, separated only by AND)
I've tried multiple options and looked at CSL specs, but I cannot solve this riddle...
Is this possible given current 1.0.1 specs or I am missing the right code?
Thank you in advance!
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Though you can use the attributes
and="text"
anddelimiter-precedes-last="never"
to get your second citation, this won't display correctly your first citation because the attribute "and" is all-or-nothing, i.e you can't have it only for more than two authors.http://docs.citationstyles.org/en/stable/specification.html#name