Hi,
I cannot help you with the commands that you are using with notepad++; however, your database myrefs.bib contains two references with the same key and that may cause problems. The references are:
Code: Select all
@Book{singh2002,
author = {Singh, Simon},
title = {Fermat's Last Theorem},
publisher = {Harpercollins Pub Ltd},
year = {2002},
address = {City},
isbn = {1841157910}
}
@Book{singh2002,
author = {Singh, Simon},
title = {The Code Book},
publisher = {Harpercollins Pub Ltd},
year = {2002},
address = {City},
isbn = {1857028899}
}
change them, for example, to
Code: Select all
@Book{singh2002a,
author = {Singh, Simon},
title = {Fermat's Last Theorem},
publisher = {Harpercollins Pub Ltd},
year = {2002},
address = {City},
isbn = {1841157910}
}
@Book{singh2002b,
author = {Singh, Simon},
title = {The Code Book},
publisher = {Harpercollins Pub Ltd},
year = {2002},
address = {City},
isbn = {1857028899}
}
1,1,2,3,5,8,13,21,34,55,89,144,233,...