I'm using the IEEE conference style and am exporting my bibTeX from Zotero. Zotero however just adds all information into the bibTeX and then my TeX-environment just compiles all that information into the PDF, leading to a really long bibliography section with all kinds of useless information. I'm using the \bibliography{IEEEabrv,MyBib}.
What is the best way to limit what information appears in the bibliography? Sure, I could just manually remove the information from bibTeX, but there must be a more elegant solution. Does the IEEE tex-style somewhere define what information will be added?
\citecommands for the entries you use, and do not have a\nocite{*}in the document, then by default the bibliography will only contain the entries you reference.