summaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-04-04 17:21:02 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-04-04 17:21:02 +0200
commit48729f9715f4deec6d621c363fd4d16d089497b2 (patch)
treec09eb3d29dd06dd9a619a36933997f00d0a84d53 /MANUAL.txt
parent65b692b41318657ba1c9c5a04c733357ade0a471 (diff)
Ms writer improvements:
- added some variables to the default template. - cleaner output for images (stringify alt text).
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 529bbd6ff..fcccd7c6f 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -1508,6 +1508,21 @@ Variables for man pages
`hyphenate`
: if `true` (the default), hyphenation will be used
+Variables for ms
+----------------
+
+`pointsize`
+: point size (e.g. `10p`)
+
+`lineheight`
+: line height (e.g. `12p`)
+
+`fontfamily`
+: font family (e.g. `T` or `P`)
+
+`indent`
+: paragraph indent (e.g. `2m`)
+
Using variables in templates
----------------------------