diff options
| author | dkuhlman <dkuhlman@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2008-10-28 20:15:45 +0000 |
|---|---|---|
| committer | dkuhlman <dkuhlman@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2008-10-28 20:15:45 +0000 |
| commit | 8969b0f971973578caab4c52f708c4621112838c (patch) | |
| tree | ada898cb983609ec084c413397f1fa09e2b76f2a /sandbox/OpenDocument | |
| parent | b250d1adfc9f861ed9044a9c78417e25d4483fe2 (diff) | |
| download | docutils-8969b0f971973578caab4c52f708c4621112838c.tar.gz | |
Added command line flag --endnotes-end-doc
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5695 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'sandbox/OpenDocument')
| -rw-r--r-- | sandbox/OpenDocument/docs/odtwriter.txt | 27 |
1 files changed, 21 insertions, 6 deletions
diff --git a/sandbox/OpenDocument/docs/odtwriter.txt b/sandbox/OpenDocument/docs/odtwriter.txt index 13e92d0be..7c49326b0 100644 --- a/sandbox/OpenDocument/docs/odtwriter.txt +++ b/sandbox/OpenDocument/docs/odtwriter.txt @@ -134,6 +134,7 @@ Examples:: $ rst2odt.py --source-url=odtwriter.txt --generator --stylesheet-path=/myconfigs/styles.odt odtwriter.txt odtwriter.odt + Command line flags ------------------ @@ -174,7 +175,11 @@ The following command line flags are specific to ``odtwriter``: --no-create-sections Do not create sections for headers. --create-links Create links. --no-create-links Do not create links. (default) - +--endnotes-end-doc Generate endnotes at end of document, not footnotes at + bottom of page. +--no-endnotes-end-doc Generate footnotes at bottom of page, not endnotes at + end of document. (default) + Styles ====== @@ -563,6 +568,7 @@ rststyle-citation You might need to adjust the indentation in this style depending on the length of the label used in your citations. + Heading and title styles ~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -901,14 +907,23 @@ table. You can modify the appearance of the title by modifying the paragraph style ``rststyle-table-title``. -Footnotes ---------- +Footnotes and citations +----------------------- + +Footnotes and citations are supported. -Footnotes are supported. +There are additional styles ``rststyle-footnote`` and +``rststyle-citation`` for footnotes and citations. See +`Footnote and citation styles`_. -There is an additional style ``rststyle-footnote`` for footnotes. -See `Paragraph styles`_. +You may need to modify the citation style to fit the length of your +citation references. +Endnotes -- There are command line flags that control whether +``odtwriter`` creates endnotes instead of footnotes. Endnotes +appear at the end of the document instead of at the bottom of the +page. See flags ``--endnotes-end-doc`` and +``--no-endnotes-end-doc`` in section `Command line flags`_. Images and figures |
