I am writing an essay on video games and naturally I am referencing a number of them as examples. Since we are in Computer Science, we use the IEEE reference style and there is a section that specifically shows how should a computer game be referenced:

[4] The Hobbit: The prelude to the Lord of the Rings. [CD-ROM]. United Kingdom: Vivendi Universal Games, 2003.

So what type of entity do I use in Bibtex and which fields do I set?

Note: I am using the IEEEtr bibliography style in latex.

Thank you!

link|improve this question
feedback

2 Answers

up vote 1 down vote accepted

Try this

@MISC{hobbit,
   author = "Veivendi Universal Games",
   title = "The Hobbit: The Prelude to the Lord of the Rings",
   howpublished = "[CD-ROM]",
   year = 2003,
}

link|improve this answer
feedback

why don't you just use a book or misc type? Books also have titles and publishers. Just play a little with the different fields until the result suits you. The original Bibtex type can not be seen in the output file.

Regards Nick

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.