aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-11-01 17:45:44 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-11-01 17:46:57 -0700
commitfaa1b364e24ac7cad592c6238445f347d0739c19 (patch)
tree661a46de07207d40af4e33b538544c8a900e9eb9
parent6fe84fa8797652e3bf5f273e980b7d379ee728a3 (diff)
downloadpandoc-faa1b364e24ac7cad592c6238445f347d0739c19.tar.gz
Removed reference to default.beamer in docs.
Also added mention of other templates affecting PDF output with different settings. Closes #4024.
-rw-r--r--MANUAL.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 5a89dda0d..7a533fe15 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -1189,8 +1189,9 @@ directory (see `--data-dir`, above). *Exceptions:*
- For `odt` output, customize the `default.opendocument`
template.
- For `pdf` output, customize the `default.latex` template
- (or the `default.beamer` template, if you use `-t beamer`,
- or the `default.context` template, if you use `-t context`).
+ (or the `default.context` template, if you use `-t context`,
+ or the `default.ms` template, if you use `-t ms`, or the
+ `default.html5` template, if you use `-t html5`).
- `docx` has no template (however, you can use
`--reference-doc` to customize the output).