aboutsummaryrefslogtreecommitdiffstats
path: root/doc/doc/user/bas_marg
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2024-05-19 00:36:53 +0200
committerMatěj Cepl <mcepl@cepl.eu>2024-05-19 00:36:53 +0200
commit71d625f730d872791eef74d7999e1be28d5e5c7e (patch)
treee15070e9b9c169165b8d0410bc81851f68addb0f /doc/doc/user/bas_marg
parentadfba3772459ce4261cfd17922271fee3443a7dc (diff)
downloadlout-71d625f730d872791eef74d7999e1be28d5e5c7e.tar.gz
Lout 3.40.
http://jeffreykingston.id.au/lout/lout-3.40.tar.gz
Diffstat (limited to 'doc/doc/user/bas_marg')
-rw-r--r--doc/doc/user/bas_marg33
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/doc/user/bas_marg b/doc/doc/user/bas_marg
new file mode 100644
index 0000000..416378c
--- /dev/null
+++ b/doc/doc/user/bas_marg
@@ -0,0 +1,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