Help with CSL style problem: name-as-sort-order seems stuck for editor in book chapter

edited November 15, 2017
Hello, I'm trying to get book chapter EDITORS (Nuccitelli and Deamer below) into a style like:

"Roos A & WF Boron. Intracellular pH regulation in barnacle muscle. In: Intracellular pH. R Nuccitelli & D Deamer, eds. NY: Liss. pp. 205–219, 1982."

with all editors listed as <first_initial> <last name>, but I can't seem to make it work. It is always coming out like

"Nuccitelli, R. & Deamer, D.,"

no matter the setting of name-as-sort-order, including deleting it (and deleting sort-separator). I thought I've tried all combinations, it doesn't change.

Here is my macro code for "editors".
<macro name="editor">
 <names variable="editor" suffix="">
   <name initialize-with="" delimiter=", " font-weight="normal" delimiter-precedes-last="never" and="symbol"/>
   <label form="short" prefix=", " suffix="" text-case="lowercase"/>
  </names>
</macro>

I have verified that the macro code is running by sticking in affix values around both the code and the macro.
CHAPTERPREFIX MACROPREFIX Nuccitelli, R. & Deamer, D., eds. MACROSUFFIX CHAPTERSUFFIX

Any ideas?
Sign In or Register to comment.