Page Layout ⇒ Part Page with additional Text
-
- Posts: 3
- Joined: Wed Aug 24, 2011 4:50 am
Part Page with additional Text
Dear all,
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!
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!
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 many kinds of documents
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Part Page with additional Text
Hi,
the part page is designed by the document class. Which class do you use?
Stefan
the part page is designed by the document class. Which class do you use?
Stefan
LaTeX.org admin
-
- Posts: 3
- Joined: Wed Aug 24, 2011 4:50 am
Re: Part Page with additional Text
The document class is book. Thank you!
-
- Posts: 3
- Joined: Wed Aug 24, 2011 4:50 am
Re: Part Page with additional Text
I find the approach: replace \@endpart with \@afterheading in section of '\def\part' in file book.cls.
Thanks!
Thanks!