Skip to content

Unequal spacing between number and text in bibliography #74

@0ttoman

Description

@0ttoman

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:
image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions