aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2020-06-29 17:00:24 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2020-06-29 17:04:29 +0200
commit1480606174260657e27a0f02f8f44f1fca14b005 (patch)
tree319f1bb37326a3fa9b3506be5b9d49c0bacfd2c2 /doc
parentd17b257c89624ceea6bd319caa22aa25e95fb5e9 (diff)
downloadpandoc-1480606174260657e27a0f02f8f44f1fca14b005.tar.gz
Org reader: support LATEX_HEADER_EXTRA and HTML_HEAD_EXTRA settings
These export settings are treated like their non-extra counterparts, i.e., the values are added to the `header-includes` metadata list.
Diffstat (limited to 'doc')
-rw-r--r--doc/org.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/org.md b/doc/org.md
index d117d09dc..17b994f19 100644
--- a/doc/org.md
+++ b/doc/org.md
@@ -53,9 +53,10 @@ occur.
the description. In contrast, the Org-mode HTML exporter treats
the description as plain text.
-- LATEX_HEADER: arbitrary lines to add to the document's preamble.
- Contrary to Org-mode, these lines are not inserted before the
- hyperref settings, but close to the end of the preamble.
+- LATEX\_HEADER and LATEX_HEADER_EXTRA: arbitrary lines to add to
+ the document's preamble. Contrary to Org-mode, these lines are
+ not inserted before the hyperref settings, but close to the end
+ of the preamble.
The contents of this option are stored as a list of raw LaTeX
lines in the `header-includes` metadata field.
@@ -77,10 +78,10 @@ occur.
The content of this option is stored as inlines in the
`subtitle` metadata field.
-- HTML_HEAD: arbitrary lines to add to the HTML document's head;
- fully supported.
+- HTML\_HEAD and HTML\_HEAD\_EXTRA: arbitrary lines to add to the
+ HTML document's head; fully supported.
- The contents of this option are stored as a list of raw HTML
+ The contents of these options are stored as a list of raw HTML
lines in the `header-includes` metadata field.
Pandoc-specific options