diff options
| author | dkuhlman <dkuhlman@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-05-28 21:41:59 +0000 |
|---|---|---|
| committer | dkuhlman <dkuhlman@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-05-28 21:41:59 +0000 |
| commit | 2e27f2f9daf575e8cdf7b094851ae4afd055b213 (patch) | |
| tree | 9c2b36a78357b04b2ad2be9efdacc9f6defa3dc0 /docs/user | |
| parent | 038b2410147f2222702c49d95120275002f76bd2 (diff) | |
| download | docutils-2e27f2f9daf575e8cdf7b094851ae4afd055b213.tar.gz | |
Added support for ODF/oowriter table of contents
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5965 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/user')
| -rw-r--r-- | docs/user/odt.txt | 31 |
1 files changed, 24 insertions, 7 deletions
diff --git a/docs/user/odt.txt b/docs/user/odt.txt index 0b7d45156..0f4869120 100644 --- a/docs/user/odt.txt +++ b/docs/user/odt.txt @@ -112,6 +112,17 @@ The following command line flags are specific to ``odtwriter``: bottom of page. --no-endnotes-end-doc Generate footnotes at bottom of page, not endnotes at end of document. (default) +--generate-list-toc Generate a bullet list table of contents, not an + ODF/``oowriter`` table of contents. +--generate-oowriter-toc + Generate an ODF/``oowriter`` table of contents, + not a bullet list. (default) **Note:** + ``odtwriter`` is not able to determine page + numbers, so you will need to open the + generated document in ``oowriter``, then + right-click on the table of contents and + select "Update" to insert page numbers. + Styles and Classes @@ -669,14 +680,20 @@ Hints and Suggestions and Features Table of contents ----------------- -``odtwriter`` can generate an outline style table of contents. -However, if you want an ``oowriter`` style table of contents along -with the formatting control that ``oowriter`` gives you, then you -may want to omit the ``.. contents::`` directive and, after -generating your document, open it in ``oowriter`` and insert a -table of contents. That feature is under menu item:: +The ``..contents::`` directive causes ``odtwriter`` to generate +either: + +1. A static, outline style table of contents, if the + ``--generate-list-toc`` command line option is specified, or - Insert --> Indexes and Tables --> Indexes and Tables +2. An ODF/``oowriter`` style table of contents containing + dynamically updated page numbers and with the formatting control + that ``oowriter`` gives you. This is the default, or use the + command line option ``--generate-list-toc``. **Note:** + ``odtwriter`` is not able to determine page numbers, so you will + need to open the generated document in ``oowriter``, then + right-click on the table of contents and select "Update" to + insert correct page numbers. Syntax highlighting |
