When the frenchchapters option is enabled, the number in the table of contents is also replaced by the ordinal premier written in letters, leading to words overlapping in the table of contents.
Here is a MWE:
\documentclass{report}
\usepackage[frenchchapters]{impnattypo}
\begin{document}
\tableofcontents{}
\chapter{Test}
\end{document}
When the
frenchchaptersoption is enabled, the number in the table of contents is also replaced by the ordinalpremierwritten in letters, leading to words overlapping in the table of contents.Here is a MWE: