however in my tex file, it doesn't do this.. (see code below for a minimum working example)
I was wandering whether it was something small i missed, or whether our notes are outdated?
Code: Select all
\documentclass[a4paper,12pt]{amsbook}
\begin{document}
\chapter{here's 1}
\section{here's 1}
\section{here's 2}
\section{here's 3}
\chapter{here's 2}
\section{here's 1}
\section{here's 2}
\section{here's 3}
\end{document}