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 /README | |
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 'README')
-rw-r--r-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -324,6 +324,17 @@ For further documentation, see the `pandoc(1)` man page. repeatedly to include multiple files. They will be included in the order specified. +`--reference-odt` *filename* +: uses 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` or `--print-default-template` *format* : prints the default template for an output *format*. (See `-t` for a list of possible *format*s.) |