aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-10-10 13:13:42 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-10-10 13:15:58 -0700
commitce07f1bd689662f8917bf76797527b429e633cbd (patch)
tree267d049687082f355a7b936e4b46fd1f9a17cdf8
parent4aabcf3d4ea99f60880b3bf2c14c53ac241a9846 (diff)
downloadpandoc-ce07f1bd689662f8917bf76797527b429e633cbd.tar.gz
Man template improvements:
- Added comment stating that the page is autogenerated by pandoc, giving version. - Added `adjusting` and `hyphenate` variables. - Documented new variables.
-rw-r--r--README7
m---------data/templates13
2 files changed, 14 insertions, 6 deletions
diff --git a/README b/README
index cff46901d..856a6ef3d 100644
--- a/README
+++ b/README
@@ -1200,6 +1200,13 @@ Variables for man pages
`footer`
: footer in man pages
+`adjusting`
+: adjusts text to left (`l`), right (`r`), center (`c`),
+ or both (`b`) margins
+
+`hyphenate`
+: if `true` (the default), hyphenation will be used
+
Using variables in templates
----------------------------
diff --git a/data/templates b/data/templates
-Subproject 159a15c96c7eac5113c3cfb15fc3b69a45871a7
+Subproject 627f9344b38c38c8c60c03a780d2a90ec7e3366