-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Hey,
so this visual error annoyed me a bit.. I created a minimal script to reproduce the issue.
When using scrreprt it works perfectly, even without siunitx there is no distance error.
The spacing between the numbers 1-9 and the text are different from those after number 10 (and onwards)
\documentclass{tudscrreprt}
\usepackage{siunitx}
\usepackage[sorting=none]{biblatex}
\addbibresource{bib.bib}
\begin{document}
\nocite{*}
\printbibliography
\end{document}
bib.bib:
@book{a,
title={Test},
}
@book{b,
title={Test},
}
@book{c,
title={Test},
}
@book{d,
title={Test},
}
@book{e,
title={Test},
}
@book{f,
title={Test},
}
@book{g,
title={Test},
}
@book{h,
title={Test},
}
@book{i,
title={Test},
}
@book{j,
title={Test},
}
I used texlive 2020, but the error also occurs when using the newest version at tex.zih.tu-dresden.de / overleaf:

Reactions are currently unavailable