Text Formatting'section' customise

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
Mini
Posts: 73
Joined: Thu Aug 06, 2009 12:46 pm

'section' customise

Post by Mini »

Hello,

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}
But this messes up the table of contents and I cannot make the font size larger (if I do the whole document becomes a larger font ie. becomes a mess)

How would I achieve this?

Thanks

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10320
Joined: Mon Mar 10, 2008 9:44 pm

Re: 'section' customise

Post by Stefan Kottwitz »

Hi,

you could use a \part command instead of \section.

Stefan
LaTeX.org admin
Post Reply