[Tex/LaTex] Enabling dashed option for biblatex-ieee style

biblatexieee-styleieeetran

According to the biblatex manual, the dashed option is only available in authortitle, authoryear and verbose styles. Is it possible to enable this option for the biblatex-ieee style?

I want to disable putting dash when I have recurring author list. I did a hack by editing the ieee.bbx file but I am wondering if there is any better way to do it.

Best Answer

It should be possible to disable dash substitution by adding

\renewbibmacro*{bbx:savehash}{}

in the preamble (this is what the dash option for the standard styles mentioned does).