Bibliography problem
I am having two problem with Word Bibliography. One of them might be style related.
I use Windows 7, 64-bit (same problem on Windows 7, 32-bit, however), recently upgraded to Word 2010, and Zotero 2.0.8.
1. I used to be able to edit my bibliography when I was writing the paper with Windows 2007. Now I simply can't do it anymore. I don't know if that has anything to do with my upgrade to Office 2010.
2. For some bibliography entries, the chronological order of certain references is never right. Please see the references under Chao, Yuen Ren, in the file that I will send over. This problem is there when Chicago Manual of Style (author-date) or Chicago Manual of Style (author-date) is selected. The selection of Harvard Reference format 1 (Author-Date) makes the order even worse. The selection of Journal of Pragmatics sets the order right, but too bad some details of this style do not meet the requirement of my publisher.
I use Windows 7, 64-bit (same problem on Windows 7, 32-bit, however), recently upgraded to Word 2010, and Zotero 2.0.8.
1. I used to be able to edit my bibliography when I was writing the paper with Windows 2007. Now I simply can't do it anymore. I don't know if that has anything to do with my upgrade to Office 2010.
2. For some bibliography entries, the chronological order of certain references is never right. Please see the references under Chao, Yuen Ren, in the file that I will send over. This problem is there when Chicago Manual of Style (author-date) or Chicago Manual of Style (author-date) is selected. The selection of Harvard Reference format 1 (Author-Date) makes the order even worse. The selection of Journal of Pragmatics sets the order right, but too bad some details of this style do not meet the requirement of my publisher.
Chao, Yuen Ren. 1923. Guoyin xinshiyun (New Poem Rhymes Based on the Pronunciations by the National Language). Shanghai: Commercial Press.
---. 1928. Xiandai wuyu de yanjiu (Studies in the Modern Wu-Dialects). Beijing: Tsing Hua xuexiao yanjiuyuan.
---. 1968. A Grammar of Spoken Chinese. Berkeley: University of California Press.
---Letter. 1921. The First Green Letter. April.
---Letter. 1923. The Second Green Letter. 15. April.
---Letter. 1925. To Bernhard Karlgren. 23. January. W46-294, Carton 5. Yuen Ren Chao Papers, Bancroft Library, University of California, Berkeley.
---Letter. 1926. To Bernhard Karlgren. 4. December. W46-294, Carton 5. Yuen Ren Chao Papers, Bancroft Library, University of California, Berkeley.
I set up a sample document with data from the first two refs, plus the Second Green Letter ref. In both 2.0.3 and 2.0.8, the sort order comes out as in your sample, and disambiguation does not occur, as you say. This is under Linux and Open Office, so it's not specific to your version of Word; it's a subtle problem in the 2.0 citation formatting code itself.
This doesn't solve the problem, but it does show that the sorting issue here is not caused by the recent change to the sorting code; it's caused by something else (although the exact cause is still unknown).
One oddity that might be related (for others who might be looking at this issue) is that the formatter seems to be crashing on the letter cite. Without any other refs by the same author, I get this:
Chao, Yuen RenLetter. 1923. The Second Green Letter. April 15.
The style clearly requires trailing punctuation on the author, but it's not being supplied, which suggests some sort of processor crash in the Chicago contributors macro when it is invoked on personal communication items with this data combination.
http://gist.github.com/579085
The contributors macro contained a couple of nested macros, invoked unconditionally after the main names block. I just moved these into the bibliography section directly, and added them to the sort keys. Functionally this should be identical to the original code, but it's a bit simpler to parse because it avoids some nesting of macros. It works here. Your mileage may vary, but it's certainly worth a try.
To install the style, click on the link above, and then click on the "raw" link that you find in the page. Save the file to your desktop, and drag it into Firefox to install. Restart Firefox to bring up the style. I've cast it as a different style from the main Chicago Author-Date style, so you'll need to specially select it in Document Preferences.
Hope it works!
Only translator updates require a restart.
I just realized that this is not functionally equivalent for sorting. The original code wanted to bang the recipients result in behind the author/editor/translator block, so that it would serve as the primary key if those were missing. The revision will treat the authors as empty, so any letter items with only a recipient listed will come at one extreme end or other of the bibliography.
I've checked in the original fix; but if the change to sort behavior is undesired, the patch should be rejected -- the new processor seems to work okay with the existing structure, so there's less damage that way in the long run.