
\renewcommand{\contentsname}{Table of Contents}
\maxtocdepth{subsection}
\tableofcontents*
\addtocontents{toc}{\par\nobreak \mbox{}\hfill{\bf Page}\par\nobreak}
\clearpage
%
\listoftables
\addtocontents{lot}{\par\nobreak\textbf{{\scshape Table} \hfill Page}\par\nobreak}
\clearpage
%
\listoffigures
\addtocontents{lof}{\par\nobreak\textbf{{\scshape Figure} \hfill Page}\par\nobreak}
\clearpage
%
\addcontentsline{toc}{section}{\textbf Acronym}
\section*{Acronym}
ここで私が欲しいのは「頭字語」線のような「テーブル一覧」そして「図表一覧」(インデントを変更し、点線を削除します)
これをどうすれば修正できますか?
答え1
\documentclass...
問題を示す MWE (からまで)を提供していただければ、非常に助かります\end{document}
。たとえば、ToC に表示されている「図の一覧」はどのようにして入手したのですか?
おそらく試してみて
\addcontentsline{toc}{chapter}{\textbf Acronym}
セクションとして追加するのではなく、追加すると役立ちます。