I'm using \section{BLAH} for titles.
This is okay but I'd like to make these titles be on their own pages and the font to be big.
How would I achieve this?
I tried
Code: Select all
\newpage
\vspace*{\fill}
\section{BLAH}
\vspace*{\fill}
How would I achieve this?
Thanks