2

I saw BibTex - Show ISBN number? where it says that IEEEtran.bst will show the ISBN data. I am using this in my thesis, but it does not show the ISBN data. Can you suggest what could be wrong or what changes are required?

2 Answers2

2

@Mico was wrong on this one. None of the IEEE* styles recognizes the ISBN entry. You could either switch to another style that has support for this, or hack IEEEtran.bst to achieve it, or switch to biblatex altogether.

mafp
  • 19,096
1

The problem can be solved using a small trick. In ieeetran style, when you use @book, don't use ISBN field, you may use other field to insert ISBN, I am using "note" field like that:

note = {ISBN: 978-1111111111}

, or any format you like. May this trick solve your issue.

lockstep
  • 250,273
Mohamed
  • 11