styles that sort by author
I really like one of the citation styles (IEEE), except that it doesn't sort by the last name of the author. So I modified it to do this by adding just a couple lines that were borrowed from another style file (.csl) to do this. And it works great ... except that now the formatting of the entries is changed, too. Specifically, conference venues and journal titles had been in italics, and now they're not. I have no idea why sorting by author would affect whether these items are in italics. Any ideas?
<sort>
<key macro="author"/>
<key variable="issued"/>
</sort>
gist.github.com
click "create public gist" on the bottom and post the link here.
Note also that I had to modify the author/id/name of the style so that it wouldn't conflict/overwrite the existing IEEE style.
Are you sure that your unmodified style gives the expected formatting? I'm not sure where you got the IEEE style from, but it might be a different version that the one you had originally installed.
l. 182 and 121 respectively.