diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2022-12-13 12:41:58 +0100 |
|---|---|---|
| committer | Albert Krewinkel <albert@zeitkraut.de> | 2022-12-13 12:44:47 +0100 |
| commit | 3be34077f513b51a8ad397f1695917f0542ce215 (patch) | |
| tree | 3466943b0e92441c9336a0ac236d5ccf550e3d5f /MANUAL.txt | |
| parent | 928dde57b968066366b567201961dba6441d89e2 (diff) | |
MANUAL: fix typo, spacing
Unified spacing in "Variables for ms" section with surrounding sections;
dropped spurious `s` from `install-font.sh` filename.
Diffstat (limited to 'MANUAL.txt')
| -rw-r--r-- | MANUAL.txt | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 01e37846c..3f642bfe6 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -3103,23 +3103,26 @@ The `--css` option also affects the output. ### Variables for ms `fontfamily` -: `A` (Avant Garde), `B` (Bookman), `C` (Helvetica), `HN` (Helvetica - Narrow), `P` (Palatino), or `T` (Times New Roman). This setting does not - affect source code, which is always displayed using monospace Courier. - These built-in fonts are limited in their coverage of characters. - Additional fonts may be installed using the script - [`install-fonts.sh`](https://www.schaffter.ca/mom/bin/install-font.sh) - provided by Peter Schaffter and documented in detail on - [his web site](https://www.schaffter.ca/mom/momdoc/appendices.html#steps). +: `A` (Avant Garde), `B` (Bookman), `C` (Helvetica), `HN` + (Helvetica Narrow), `P` (Palatino), or `T` (Times New Roman). + This setting does not affect source code, which is always + displayed using monospace Courier. These built-in fonts are + limited in their coverage of characters. Additional fonts may + be installed using the script [`install-font.sh`] provided + by Peter Schaffter and documented in detail on [his web + site][ms-font-steps]. `indent` -: paragraph indent (e.g. `2m`) +: paragraph indent (e.g. `2m`) `lineheight` -: line height (e.g. `12p`) +: line height (e.g. `12p`) `pointsize` -: point size (e.g. `10p`) +: point size (e.g. `10p`) + +[`install-font.sh`]: https://www.schaffter.ca/mom/bin/install-font.sh +[ms-font-steps]: https://www.schaffter.ca/mom/momdoc/appendices.html#steps ### Variables set automatically |
