所以我现在面临的问题是,每当标题过长而导致换行时,第二行总是从比第一行稍远的缩进处开始。我已附上图片和代码。顺便说一句,我对编码一无所知,我只是使用了大学提供的默认 latex 文件。
%======================= Table of Contents =========================
\setlength{\parskip}{0pt}
\newpage
\pagestyle{plain}
\addcontentsline{toc}{section}{Table of Contents}
\tableofcontents
%===================== List of Figures ======================
\newpage
\addcontentsline{toc}{section}{List of Figures}
\listoffigures
\setlength{\parskip}{12pt}
\small
\setlength{\headheight}{12pt}
\pagestyle{plain}
%=====================List of Tables ========================
\setlength{\parskip}{0pt}
\newpage
\addcontentsline{toc}{section}{List of Tables}
\listoftables