Can someone advise what to do so I get the text in the table of contents lined up vertically please?
Thank you
\documentclass{amsart} % Theorem like environments \newtheorem{theorem}{Theorem} \theoremstyle{plain} \newtheorem{acknowledgement}{Acknowledgement} \newtheorem{algorithm}{Algorithm} % quite a few of these ... \numberwithin{equation}{section} \begin{document} \begin{titlepage} Fabulous title for my great output (it's actually got better formatting than this but ... \end{titlepage} \newpage \section*{Preface} %... some stuff \newpage \tableofcontents \newpage % the main stuff \section{First section} some wise words \subsection{A subsection} some lesser thoughts \section{Second section} More wisdom. \subsection{Another subsection} just quietly \section{my third section} quite confident here \subsection{yet another subsection} \par and it continues for quite a bit (lots of sections, sub, equations, a few figures, a bibliography ... until ... \end{document}