diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-03-13 04:11:24 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-03-13 04:11:24 +0000 |
commit | 3b9be92492cca7573f9ce79dff099b4d2fa3c56c (patch) | |
tree | f26d5f856df472e203645f082782e158fb5d8e2e /README | |
parent | a35af5db295b0e0c598b1ff68f52fc14a4d3911e (diff) | |
download | pandoc-3b9be92492cca7573f9ce79dff099b4d2fa3c56c.tar.gz |
Use template variables for include-before/after.
* These options now imply -s; previously they worked also
in fragment mode.
* Users can now adjust position of include-before and
include-after text in the templates.
* Default position of include-before moved back (as it
originally was) before table of contents.
* Resolves Issue #217.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1883 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -276,14 +276,14 @@ For further documentation, see the `pandoc(1)` man page. `\begin{document}` command in LaTeX). This can be used to include navigation bars or banners in HTML documents. This option can be used repeatedly to include multiple files. They will be included in - the order specified. + the order specified. Implies `--standalone`. `-A` or `--include-after-body` *filename* : includes the contents of *filename* (verbatim) at the end of the document body (before the `</body>` tag in HTML, or the `\end{document}` command in LaTeX). This option can be be used repeatedly to include multiple files. They will be included in the - order specified. + order specified. Implies `--standalone`. `--reference-odt` *filename* : uses the specified file as a style reference in producing an ODT. @@ -475,6 +475,12 @@ depending on the output format, but include: values) `toc` : non-null value if `--toc/--table-of-contents` was specified +`include-before` +: contents specified by `-B/--include-before-body` (may have + multiple values) +`include-after` +: contents specified by `-A/--include-after-body` (may have + multiple values) `body` : body of document `title` |