diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-10-10 13:13:42 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-10-10 13:15:58 -0700 |
commit | ce07f1bd689662f8917bf76797527b429e633cbd (patch) | |
tree | 267d049687082f355a7b936e4b46fd1f9a17cdf8 | |
parent | 4aabcf3d4ea99f60880b3bf2c14c53ac241a9846 (diff) | |
download | pandoc-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-- | README | 7 | ||||
m--------- | data/templates | 13 |
2 files changed, 14 insertions, 6 deletions
@@ -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 |