My page numbering isn't aligned properly starting with page VIII. It seems to be somehow focused on the X, but also the second chapter isn't aligned properly, where the first, which has arabic numbers, is properly aligned.
Do you have a clue how to solve this?
MWE.tex
\documentclass[a4paper,12pt]{report}
\usepackage{lipsum}
\begin{document}
\tableofcontents
\pagenumbering{arabic}
\chapter{Chapter}
\section{Lorem}
\lipsum[1]\newpage
\section{ipsum}
\lipsum[1]\newpage
\pagenumbering{Roman}
\section{dolor}
\lipsum[1]\newpage
\section{sit}
\lipsum[1]\newpage
\section{amet}
\lipsum[1]\newpage
\section{consectetuer}
\lipsum[1]\newpage
\section{adipiscing}
\lipsum[1]\newpage
\section{elit}
\lipsum[1]\newpage
\section{Ut}
\lipsum[1]\newpage
\chapter{Chapter}
\section{purus}
\lipsum[1]\newpage
\section{elit}
\lipsum[1]\newpage
\section{vestibulum}
\lipsum[1]\newpage
\section{ut}
\lipsum[1]\newpage
\section{placerat}
\lipsum[1]\newpage
\end{document}




\makeatletter \def\@pnumwidth{50pt}\makeatotherin the preamble, it seems not to work 100 % for page numbering printed bold, but that might be a lot more work to do. So… it's OK for now ;-) – Nepumuk Dec 15 '20 at 13:52