Tagged Questions

5
votes
1answer
549 views

LaTeX: Group chapters into book sections

I'm writing a book using LaTeX. I have a bunch of chapters that are going to be sectioned into three main parts of the book. How can I markup this kinda thing with LaTeX? Specifically: I'd like to ...
2
votes
7answers
15k views

LaTeX: remove blank page after a \part or \chapter

How to remove a blank page that gets added automatically after \part{} or \chapter{} in a book document class? I need to add some short text describing the \part. Adding some text after the part ...
1
vote
2answers
724 views

How can be sectsty used together with \part in scrbook-documentclass in LaTeX?

In this question I asked, how to produce rules under sections. The answer provided using sectsty does what I wish, but triggers a problem: If I use the package sectsty the \part-command produces an ...