事实上,我想要一份报告,其中每章的目录中都有两个项目,第一个带有点和页码,第二个不带点和页码。但是,我不知道该怎么做。我已将我的工作附在下面。
除了所附的图片外,这是我的作品:
\documentclass[10pt,a5paper,twoside]{report}
\begin{document}
\pagenumbering{alph}
\tableofcontents
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
\addcontentsline{toc}{chapter}{title}
\addcontentsline{toc}{chapter}{title}
This is chapter.
%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}
我该怎么做?谢谢