diff options
author | Andrew Dunning <adunning@users.noreply.github.com> | 2015-10-23 09:03:53 -0400 |
---|---|---|
committer | Andrew Dunning <adunning@users.noreply.github.com> | 2015-10-23 09:03:53 -0400 |
commit | 7c20cf11cf5dc3b561d0436222dd1ca793e839ad (patch) | |
tree | 05a7249137d985a8f4124bb93ed9160f39060a7c | |
parent | 52e03308b83b94b49891a46a43814b13b0043fc2 (diff) | |
download | pandoc-7c20cf11cf5dc3b561d0436222dd1ca793e839ad.tar.gz |
Note expanded support for abstract, keywords.
Based on <https://github.com/jgm/pandoc-templates/pull/144>, <https://github.com/jgm/pandoc-templates/pull/142>.
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1025,10 +1025,10 @@ depending on the output format, but include metadata fields as well as the follo : document subtitle; also used as subject in PDF metadata `abstract` -: document summary, used in LaTeX, ConTeXt, and Word docx +: document summary, included in LaTeX, ConTeXt, AsciiDoc, and Word docx `keywords` -: list of keywords to be included in PDF metadata; may be repeated as for `author`, above +: list of keywords to be included in HTML, PDF, and AsciiDoc metadata; may be repeated as for `author`, above `header-includes` : contents specified by `-H/--include-in-header` (may have multiple |