简短的问题:我注意到使用 amsart 时,在目录中较长的节标题的换行符后,第二行居中,我希望它左对齐。有什么想法可以解决这个问题吗?
编辑:当尝试重新创建情况时,它实际上在节标题 3 上运行良好,这在我的项目中不起作用,但在子节 3.1.1 上却不起作用;在这里您仍然可以看到第二行没有正确对齐。
和代码
\documentclass[reqno,12pt,a4paper]{amsart}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsthm}
\setcounter{tocdepth}{3}
\begin{document}
\tableofcontents
\section{Preliminaries}
\section{Sobolev Spaces}
\section{Variational Formulation of Elliptic Boundary-Value Problems of Second Order}
\subsection{The variational formulation}
\subsubsection{Weak solutions of boundary-value problem with homogeneous Dirichlet boundary solutions}\hfill
\subsubsection{Inhomogeneous Dirichlet boundary conditions}\hfill
\end{document}