diff options
author | Ludovic Courtès | 2018-04-07 16:22:17 +0200 |
---|---|---|
committer | Ludovic Courtès | 2018-04-07 16:25:00 +0200 |
commit | c0152d256b48b17b4b51f7913214e1291e061070 (patch) | |
tree | 62260a5524fe2ac66d5a9facaf93a0a21169a046 /doc/user/lout/book-style.lout | |
parent | f4854f3f66326129260349e530fb43215b0460ba (diff) | |
download | skribilo-c0152d256b48b17b4b51f7913214e1291e061070.tar.gz skribilo-c0152d256b48b17b4b51f7913214e1291e061070.tar.lz skribilo-c0152d256b48b17b4b51f7913214e1291e061070.zip |
doc: Improve Lout style.
* doc/modules/skribilo/documentation/api.scm (le): Change 'initial-font
and 'initial-break. Use 9p font in @SkribiloExample. Add writer for
'prog.
Diffstat (limited to 'doc/user/lout/book-style.lout')
-rw-r--r-- | doc/user/lout/book-style.lout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/lout/book-style.lout b/doc/user/lout/book-style.lout index 46c4021..4d76759 100644 --- a/doc/user/lout/book-style.lout +++ b/doc/user/lout/book-style.lout @@ -89,7 +89,7 @@ # and large margin is 2/9th. # `@TopMargin' is margin above headers. We want a margin of 3.3c for - # the page _body (i.e., excluding headers), so we have to choose + # the page _body_ (i.e., excluding headers), so we have to choose # `@TopMargin' = 3.3c - (`@MidGap' + 1.0f), since running headers are # typeset in 1.0f and followed by a `@MidGap' gap. We take: # 1.0f = 10p = 0.35c and `@MidGap' = 0.75c. |