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.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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