| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5795 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5737 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5683 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5682 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
|
|
| |
definition list terms.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5592 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added support for the meta directive. See docs.
Added support for additional visit_/depart_ methods.
Regularized some of the methods that generated fields: revision,
version, date, address, contact, copyright, organization, etc.
Added more control for control of paper size, thanks to Michael
Schutte:
1. __init__.py attempts to run paperconf. If paperconf succeeds
and if the styles.odt file does not contain paper size, the size
is inserted into the styles.xml in the generated document.
2. Added rst2odt_prepstyles.py script -- Drop page size
specifications from styles.xml in STYLE_FILE.odt.
Added tools/rst2odt_prepstyles.py to the distribution.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5589 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5541 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5535 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5455 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added:
- Added support for admonitions. Both specific admonitions and
generic admonition are supported. There are specific styles for
the header and the body of each admonition (see doc).
- Added support for the rubric directive. There is a specific
style for the rubric, but you can also specific a style by using
the "class" option on the rubric directive. (see doc)
Fixes:
- Fixed error produced when odtwriter is used with a version of
Docutils that does not implement the Directive class.
(docutils.parsers.rst.Directive).
- If you have Python 2.5, you should now be able to use odtwriter
without installing either Lxml or ElementTree. ElementTree is in
the standard library in Python 2.5, but odtwriter was not looking
for it there. Now, it does.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5401 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5034 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|