\begin{document}
\section{Reading Assignment}
\end{document}
This produces:
but I want:
How can I do this without doing the following:
\begin{document}
\section*{1. Reading Assignment}
\end{document}
It is tedious to keep track of the numbers and I just want a dot after the number.
I have tried searching for the answer but I couldn't find anything else, maybe because idk how to word the question I'm asking.


\documentclass[11pt]{article}– John D Jan 30 '21 at 11:22\renewcommand\thesection{\arabic{section}.}in preamble ? – Zarko Jan 30 '21 at 11:24