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.
|
|
|
|
#lang pollen
|
|
|
|
|
|
|
|
|
|
◊(define-meta title "bold or italic")
|
|
|
|
|
◊hanging-topic[(topic-from-metas metas)]{One or the other, as little as possible}
|
|
|
|
|
|
|
|
|
|
Bold ◊em{or} italic — think of them as mutually exclusive. That is rule #1.
|
|
|
|
|
|
|
|
|
|
Rule #2: use bold and italic as little as possible. They are tools for emphasis. But if everything is emphasized, then nothing is emphasized. Also, because bold and italic styles are designed to contrast with regular roman text, they’re somewhat harder to read. They’re fine for short bits of text, but not for long stretches.
|
|
|
|
|
|
|
|
|
|
◊strong{Nevertheless, some lawyers — let’s call them ◊em{overemphasizers} — just can’t get enough bold and italic. If they feel strongly about a point, they won’t hesitate to run the whole paragraph in bold type. Don’t be one of these people. This habit wears down your readers’ retinas and their patience. It also gives you nowhere to go when you need to emphasize a word. That’s never a problem for overemphasizers, who resort to ◊u{underlining bold text} or ◊em{using a lot of bold italic}. ◊u{◊em{These are both terrible ideas}}.}
|