I've been have a really hard time getting the IEEE style for biblatex to work. If someone could tell me what I'm doing wrong that would be great.
I've install the publishing packages suggest here. I get the error:
!Package biblatex Error: Style 'IEEEtran` not found
Here is what my .tex file looks like
\usepackage[stye=IEEEtran}{biblatex}
...
\bibliography{reference.bib}
and
\usepackage{stye=IEEEtran}{biblatex}
\addbibresource{reference.bib}
....
\printbibliography
I have also tried style=ieee, style=ieeetr, etc. Any help would be appreciated. I'm on Ubuntu 12.04 if that helps.
biblatexand theieeestyle as this is 'unofficial'. – Joseph Wright♦ Feb 4 at 7:01\usepackage{stye=IEEEtran}{biblatex}? the first argument is surely optional, so\usepackage[stye=IEEEtran]{biblatex}(or whatever); however, i would pay attention to joseph's warning – wasteofspace Feb 4 at 9:21biblatex-ieeepackage. After the installation you can use it with\usepackage[style=ieee-alphabetic]{biblatex}or with\usepackage[style=ieee]{biblatex}. – Ulrike Fischer Feb 4 at 10:29