当章节名称太大时,如何将目录左对齐

当章节名称太大时,如何将目录左对齐

这是我的目录,我想对齐页码

在此处输入图片描述

\documentclass{book}
\usepackage[utf8]{inputenc}
\usepackage{titletoc}




\titlecontents{chapter}[5.3em]{\vspace{0.1cm}}
{\hfill\thecontentslabel}
{}
{\ |\contentspage}[\smallskip] 

\titlecontents{part}[5.3em]{\vspace{1cm}}
{\hfill\Large\thecontentslabel}
{}
{\Large \ |\contentspage}[\vspace{1cm}]

\begin{document}
\tableofcontents

\part{Primeira parte}

\chapter{Um capitulo curto}
\chapter{Um capitulo mais longo apara se ver como acontece com a tableofcontents. lorem ipsum lorem ipsum}
\end{document}

相关内容