Tagged Questions
7
votes
2answers
357 views
Alignment of page numbers in table of contents
Consider the following example:
\documentclass[a4paper,12pt]{article}
\begin{document}
\tableofcontents
\newpage
\section{test}
\newpage
\setcounter{page}{22}
\section{introduction}
\newpage
...