I'm trying to make the bibliography entry "publisher" show up in my LaTeX/BiBTeX document. I have tried searching around to learn which bibtex styles actually support "publisher", but I haven't found any list, nor do I seem to find a clear answer when I search for particular bibtex styles.
I have tried the following:
abbrv.bst
alpha.bst
apalike.bst
ieeetr.bst
plain.bst
siam.bst
unsrt.bst
None of them seem to want to display the publisher entry. Finally I also tried "harvard", but the bibtex program refused to compile the references because several of my references were missing "year" in them. Some of my references are simply not posted with a year, but others are.
What I'd like is just a simple bibtex style that displays all available information listed in the bibliography, and doesn't complain (at least will compile) if certain elements (like "year") are missing.
Can I use any of
abbrv.bst
alpha.bst
apalike.bst
ieeetr.bst
plain.bst
siam.bst
unsrt.bst
to do this?