aboutsummaryrefslogtreecommitdiffstats
path: root/doc/doc/user/bas_marg
blob: 416378ca59b92e5518878004223d2b1f71015288 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
@Section
   @Title { Margin kerning }
   @Tag { mkern }
@Begin
@PP
The @Code "@Break" symbol offers a variant of ordinary paragraph
breaking called @I { margin kerning }, in which small characters
margin.kerning. @Index { margin kerning }
that happen to end up at the start or end of a line protrude
slightly into the margin.  This is said to make documents
look better, particularly in narrow columns.  For example,
@ID @Code @Verbatim {
2i @Wide marginkerning @Break {
This is a test, just a little test, of
margin kerning.   It should kern small
characters at the margins.
}
}
produces
@ID 2i @Wide marginkerning @Break {
This is a test, just a little test, of
margin kerning.   It should kern small
characters at the margins.
}
in which the comma at the end of the first line protrudes.  (For the
@Code "@Wide" symbol, which produces a two-inch column here,
see Section {@NumberOf precise}.)
@PP
As with most @Code "@Break" options, you probably want this in your
@Code "@InitialBreak" option, described in Section {@NumberOf paras},
if you use it at all.  By default there is no margin kerning.  To turn
it off in a context where it is on, use @Code {"nomarginkerning @Break"}.
@End @Section