diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-05-28 09:26:57 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-05-28 09:26:57 -0700 |
commit | 0e2d6561bef9b0558b0bd96fa06e748a51219d88 (patch) | |
tree | c844c241b027feb9c2a75480f7661ea59d616e80 | |
parent | 8a5b9ac868319e2fcbc9b4051340334bdde6c0a8 (diff) | |
download | pandoc-0e2d6561bef9b0558b0bd96fa06e748a51219d88.tar.gz |
MANUAL: add note about title-meta, author-meta, date-meta.
Closes #5486.
-rw-r--r-- | MANUAL.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index aa67056ce..0ced3c545 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -1397,6 +1397,12 @@ Metadata variables - Peter Abelard ... + Note that if you just want to set PDF or HTML metadata, without + including a title block in the document itself, you can + set the `title-meta`, `author-meta`, and `date-meta` + variables. (By default these are set automatically, based + on `title`, `author`, and `date`.) + `subtitle` : document subtitle, included in HTML, EPUB, LaTeX, ConTeXt, and docx documents |