Closed mpolitze closed 6 years ago
I've taken a look at this. The problem is that the ieee
style needs to apply sentence casing to the title. I'm tracking down why, but for some reason the title is being passed as
{The Project {"}Projectname{"} is nice}
not as
{The Project {\textquotedbl}Projectname{\textquotedbl} is nice}
and it's that which causes the problem.
This is a biblatex
core issue ... I'll have to take up there.
When using the ngerman option of babel, biblatex-ieee fails to compile bibliographies that display quotation marks (\textquotedbl). It works fine when using the numric style though.
This likely has to do with babel using
"
to produce umlauts like"a
is rendered asä
. It works fine using thenumeric
orauthoryear
styles.Please also see the following example demonstrating the issue:
As a workaround I found that setting the option
shorthands=off
of the babel package allows compiling the document.Any help on this topic would be greatly appreciated.