Code: Select all
\documentclass{article}
\begin{document}
\begin{center}
\section*{First Section}
\end{center}
Stuff in first section.
\begin{center}
\section*{Second Section}
\end{center}
Stuff in second section.
\end{document}
If I remove the three lines:
Code: Select all
\begin{center}
\section*{Second Section}
\end{center}
What's going on here?
Thanks much.