Text FormattingHow to divide text in parts?

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
marmundo
Posts: 2
Joined: Sat Apr 17, 2010 10:11 pm

How to divide text in parts?

Post by marmundo »

Hello All,

I'm wanting divide my thesis in parts, like books.
I want agregate the chapters into parts, dividing all text.

How Do I do that? Is there a package or command?

Recommended reading 2024:

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

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

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

How to divide text in parts?

Post by frabjous »

If you're using the book class, you can use the \part command.

If you're not using the book class, what class are you using?
marmundo
Posts: 2
Joined: Sat Apr 17, 2010 10:11 pm

Re: How to divide text in parts?

Post by marmundo »

It works! I' not using book class but the class is derived from book class.

Thanks!!
Post Reply