summaryrefslogtreecommitdiff
path: root/sandbox/OpenDocument
Commit message (Expand)AuthorAgeFilesLines
* Various fixes for ODT writerdkuhlman2017-07-039-4705/+29
* Fixes to wrapping of images and figuresdkuhlman2009-03-021-0/+8
* Removing deprecated odpwriter (use rst2odp instead)matt_harrison2008-12-054-888/+5
* Fixes to endnotes/footnotes and tablesdkuhlman2008-11-284-4/+11
* [odp] change list styles to Default-outlineN, initial work on footer, and rem...matt_harrison2008-11-041-19/+126
* markup fixesgoodger2008-10-311-2/+2
* fixed path in textgoodger2008-10-311-1/+1
* support inline text sizes for odpmatt_harrison2008-10-311-3/+5
* make left aligned default for odpmatt_harrison2008-10-311-1/+1
* support for literal/courier typeface in odpmatt_harrison2008-10-311-0/+19
* add basic color support and left/center/right align for paragraph for odpmatt_harrison2008-10-311-14/+98
* Fix for multiple footnote references on separate pagesdkuhlman2008-10-301-1/+5
* Reverted bad style.smerten2008-10-301-2/+2
* clear bold when leaving emphasis (in odp)matt_harrison2008-10-301-0/+4
* begin hacking on text styles (bold works) for odpmatt_harrison2008-10-303-6/+110
* Fixed handling of `text` ending up as <title_reference>.smerten2008-10-291-1/+0
* Fixed display of error message if ``paperconf`` is not available as asmerten2008-10-291-1/+1
* Revived explicit citation handling. Improved citation markup.smerten2008-10-291-39/+41
* Debugging: Moved `MIME_TYPE` into class.smerten2008-10-291-3/+1
* Reintroduced check for support of directives.smerten2008-10-291-27/+29
* Added command line flag --endnotes-end-docdkuhlman2008-10-281-0/+9
* Added command line flag --endnotes-end-docdkuhlman2008-10-281-6/+21
* Added command line flag --endnotes-end-docdkuhlman2008-10-281-2/+24
* A change for consistency with odpwriter, plus a minor fix for sections.dkuhlman2008-10-271-10/+3
* Debugging.smerten2008-10-251-0/+2
* initial support for 'handout' class in rst2odpmatt_harrison2008-10-241-5/+88
* fix visit_line for odpmatt_harrison2008-10-241-1/+9
* fix cwd decorator to accept current dirmatt_harrison2008-10-241-1/+3
* Work on footnotes and citations and various fixesdkuhlman2008-10-241-7/+7
* Work on footnotes and citations and various fixesdkuhlman2008-10-235-377/+400
* initial version of rst2odp building off of same codebase as rst2odtmatt_harrison2008-10-235-18/+507
* ``container`` uses configurable style mapping.smerten2008-10-141-1/+1
* Added support for ``title`` and ``subtitle``.smerten2008-10-141-9/+14
* Added option ``--no-create-links`` and made it the default.smerten2008-10-142-39/+73
* Support for ``citation`` added.smerten2008-10-141-3/+43
* ``escape_data`` encodes 8bit characters.smerten2008-10-141-2/+8
* Added support for sub-script and super-script and for classifier on definitio...dkuhlman2008-07-086-4/+64
* Added tools/rst2odt_prepstyles.py.dkuhlman2008-07-041-0/+62
* Fixes and updates -- page size, new visitor methods, nested lists, etc.dkuhlman2008-07-045-108/+342
* Increased max heading levels and fixed lists inside definition lists.dkuhlman2008-04-185-34/+78
* Fix to footnotes (extra space remove) and added support for raw directive.dkuhlman2008-03-203-13/+73
* Update to docs.dkuhlman2008-03-131-2/+2
* Added custom styles plus Pygments related fixes.dkuhlman2008-03-136-206/+717
* Commented out import and use of IPython. Oops.dkuhlman2008-02-281-6/+6
* Fixes to figures and images: caption, image size, wrapping.dkuhlman2008-02-063-133/+218
* Removed extra numbers in table of contents with sectnum directive.dkuhlman2007-12-202-0/+12
* Fixed title level; added --title; fix to image scaling (PIL).dkuhlman2007-12-202-2/+59
* Minor fixes for images.dkuhlman2007-12-192-6/+21
* Fixes to (1) image substitution and (2) syntax highlighting.dkuhlman2007-12-073-64/+133
* Adapted odtwriter to the stronger XML namespace handling in lxml 2.0dkuhlman2007-10-055-141/+290