You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
pollen-tfl/widow-and-orphan-control.ht...

10 lines
1.1 KiB
Perl

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

#lang pollen
(define-meta title "widow and orphan control")
hanging-topic[(topic-from-metas metas)]{Your call}
Picture a paragraph that starts at the bottom of one page and continues at the top of the next page. When only the last line of the paragraph appears at the top of the next page, that line is called a em{widow}. When only the first line of the paragraph appears at the bottom of the first page, that line is called an em{orphan}.
em{Widow and orphan control} prevents both. Orphans are moved to the next page with the rest of the paragraph. To cure widows, lines are moved from the bottom of one page to the top of the next. Thus, widow control will frequently produce extra blank lines at the bottom of your pages.
Do you need widow and orphan control? Try it. See how it looks. In my own work, I approach widow and orphan control the same way I approach xref{ligatures}I only use it if widows and orphans are causing a visible problem. Otherwise, I find that the blank lines at the bottom of the page are more annoying than the widows and orphans.