How to update citatons numbers?

Sorry, but I haven't found the answer in other topics. The problem is: during work with my document I insert new sources, then make bibliography - style IEEE. Then I need to sort bibliography in alphabetical order and, of course update citation numbers in text (I meen numbers of sources in bibliography). How can I do this?
  • you need a different style - one that sorts the bibliography alphabetically - not very hard to do (if you want to do it yourself, see here http://www.zotero.org/support/csl_simple_edits and play with the <sort> element of the bibliography section)
  • Thanks, I solved the problem - in ieee.csl I replaced in <bibliography> node standard <sort> node with
    <sort>
    <key macro="author"/>
    <key macro="issued-year" sort="ascending"/>
    </sort>
    Now it works. Thanks for the link!
  • edited April 10, 2011
    I have the IEEE style that came with the installation and there is no sort node in the bibliography. Have I somehow a wrong style?

    Zotero 2.1.5 and OpenOffice plugin 3.5a1, style IEEE 8/25/2010 on Mac OS X 10.4.11 PPC

    Pointers appreciated,

    Metsis
Sign In or Register to comment.