From 3b9be92492cca7573f9ce79dff099b4d2fa3c56c Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 13 Mar 2010 04:11:24 +0000 Subject: 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 --- man/man1/pandoc.1.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'man') diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md index 49f645140..3e1005caa 100644 --- a/man/man1/pandoc.1.md +++ b/man/man1/pandoc.1.md @@ -195,9 +195,11 @@ should pipe input and output through `iconv`: -B *FILE*, \--include-before-body=*FILE* : Include contents of *FILE* at the beginning of the document body. + Implies `-s`. -A *FILE*, \--include-after-body=*FILE* : Include contents of *FILE* at the end of the document body. + Implies `-s`. -C *FILE*, \--custom-header=*FILE* : Use contents of *FILE* as the document header. *Note: This option is @@ -295,6 +297,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` -- cgit v1.2.3