diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 22:40:59 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 22:40:59 +0000 |
commit | ed1535de108594db53b0fd86724b2dff8165ae8c (patch) | |
tree | 6d0bfa76da87c7e73bfb96165e7f1b1ae6b05f64 /man | |
parent | bdd448ea2cf41324a63bd09771b5ac553e65f540 (diff) | |
download | pandoc-ed1535de108594db53b0fd86724b2dff8165ae8c.tar.gz |
Added --reference-odt option.
This allows the user to customized the styles used in pandoc-generated
ODTs. The user may also put a default reference.odt in the ~/.pandoc
directory.
We have removed the old data/odt directory and replaced it with a
reference.odt.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1760 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'man')
-rw-r--r-- | man/man1/pandoc.1.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md index 692f502d0..59b50fbd5 100644 --- a/man/man1/pandoc.1.md +++ b/man/man1/pandoc.1.md @@ -203,6 +203,17 @@ to Pandoc. Or use `html2markdown`(1), a wrapper around `pandoc`. Implies `-s`. Note: This option is deprecated. Users should transition to using `--template` instead. +\--reference-odt=*filename* +: Use the specified file as a style reference in producing an ODT. + For best results, the reference ODT should be a modified version + of an ODT produced using pandoc. The contents of the reference ODT + are ignored, but its stylesheets are used in the new ODT. If no + reference ODT is specified on the command line, pandoc will look + for `$HOME/.pandoc/reference.odt` (on unix) or + `C:\Documents And Settings\USERNAME\Application Data\pandoc\reference.odt` + (on Windows). If this is not found either, sensible defaults will be + used. + -D *FORMAT*, \--print-default-template=*FORMAT* : Print the default template for an output *FORMAT*. (See `-t` for a list of possible *FORMAT*s.) |