Should be a ~ between shortseries and number
Opened this issue · 0 comments
dcpurton commented
The shortseries+number
macro probably should be:
\newbibmacro*{shortseries+number}{%
\usebibmacro{shortseries}%
\setunit{\addnbspace}%
\iffieldundef{seriesseries}
{}
{\printfield{seriesseries}%
\setunit*{/}}%
\printfield{number}%
\newunit}