سلام
به نظرم راحتترین روش استفاده از روش آخر گفته شده در «این پـــســـت» زیر هست.
یعنی استفاده بهصورت زیر:
\usepackage{etoolbox}
\makeatletter
\patchcmd{\@chapter}
{\addcontentsline{toc}{chapter}{\protect\numberline{\thechapter}#1}}
{\addcontentsline{toc}{chapter}{\protect\numberline{\thechapter}#1}%
\addcontentsline{lof}{chapter}{\protect\numberline{\thechapter}#1}%
\addcontentsline{lot}{chapter}{\protect\numberline{\thechapter}#1}}
{}{}
\patchcmd{\@part}
{\addcontentsline{toc}{part}{\thepart\hspace{1em}#1}}
{\addcontentsline{toc}{part}{\thepart\hspace{1em}#1}%
\addcontentsline{lof}{part}{\thepart\hspace{1em}#1}%
\addcontentsline{lot}{part}{\thepart\hspace{1em}#1}}
\makeatother