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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
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