Page Layout ⇒ Part Page with additional Text
-
- Posts: 3
- Joined: Wed Aug 24, 2011 4:50 am
Part Page with additional Text
I want to know how to make the title generated by \part and the text followed the command \part in a single page.
For example, using the following code:
\part{XXX}
ABCDEFG...
the title 'Part I XXX' appears in page 1, and the text 'ABCDEFG...' appears in page 3. But I want 'ABCDEFG...' appear in page 1, and just follow 'Part I XXX'. How can I do to get this result. Thank you!
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
- Stefan Kottwitz
- Site Admin
- Posts: 10330
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Part Page with additional Text
the part page is designed by the document class. Which class do you use?
Stefan
-
- Posts: 3
- Joined: Wed Aug 24, 2011 4:50 am
Re: Part Page with additional Text
-
- Posts: 3
- Joined: Wed Aug 24, 2011 4:50 am
Re: Part Page with additional Text
Thanks!