Removed reference to default.beamer in docs.

Also added mention of other templates affecting PDF output
with different settings.

Closes #4024.
This commit is contained in:
John MacFarlane 2017-11-01 17:45:44 -07:00
parent 6fe84fa879
commit faa1b364e2

View file

@ -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).