summaryrefslogtreecommitdiff
path: root/docutils/writers
Commit message (Expand)AuthorAgeFilesLines
* Fix: sys.version_info on 2.6 is tuple.grubert2019-07-181-1/+1
* Escape backslash in string to avoid error with new Py3.milde2019-05-131-1/+1
* Fix #362: String escape missing in LaTeX writer.milde2019-05-091-1/+1
* Apply patch #148: Remove handlers for deprecated nodes from LaTeX writer.milde2019-03-121-14/+0
* Stylistic changes to increase conformance to pep8 and flake8dkuhlman2019-02-211-510/+608
* Added Gilles fix -- missing clause for Python 3 mapping custom styles and for...dkuhlman2019-02-121-1/+3
* Converted odf_odt for compatibility with both Python 2 and Python3dkuhlman2019-02-121-36/+45
* Fix spelling errors (patch #149).milde2019-02-121-2/+2
* Fix bug #358: Non-breaking space removed from fixed-width literal.milde2019-02-121-1/+1
* Fix ticket [ patches/147 ] code duplication.milde2018-11-291-5/+2
* Fix patches/146 Import ContentHandler class correctly.milde2018-11-211-1/+1
* Remove legacy compatibility defs for versions < 2.5.milde2018-11-211-2/+0
* Fix tab-with in `include` directive with `code` option.milde2018-11-201-0/+4
* HTML5 styling: grey out margins left/rigth of the document text area.milde2018-11-201-2/+4
* latex writer: fix fallback definition of \DUroles macro.milde2018-06-051-4/+8
* Html5 writer: Correctly sort docinfo and subtitle into "parts" dict.milde2018-06-051-2/+6
* Tweak CSS styles for HTML5 writer.milde2018-06-052-14/+7
* Fix #340 Call to class method without specifying class instance.milde2018-01-251-1/+1
* Fix :width: option for the table directives.milde2017-10-193-9/+15
* odf_odt: fix misprint in conversion from mm to cmmilde2017-10-031-1/+1
* Fix source encoding declaration in html5 writer.milde2017-09-221-1/+1
* Fixes and test for literal block handling in LaTeX.milde2017-09-221-28/+56
* HTML5-compatible meta tags for docinfo items authors, date, and copyright.milde2017-09-142-4/+16
* Fix [ 324 ] Invalid LaTeX for table with empty multicolumn cell.milde2017-09-071-1/+3
* Drop 2.4 and 2.5 compatibility code, part 2.milde2017-08-141-3/+1
* Drop compatibility code for Python 2.4 and 2.5.milde2017-08-112-6/+4
* Fix [ 323 ]: do not add ``\\\\phantomsection`` and whitespace to ``parts["tit...milde2017-08-082-14/+10
* Various fixes for ODT writerdkuhlman2017-07-031-3/+8
* ODT writer: download images also for URLs starting with "https:".milde2017-06-231-2/+2
* Fix CSS for margins in definition lists (html5).milde2017-06-221-2/+2
* corrections & improvements to HTMLTranslator docstring (it's "override", not ...goodger2017-06-221-14/+20
* Apply [ 141 ] Handling inline in manpage writer.milde2017-06-181-2/+8
* Fix [ 319 ] MathJax CDN shut down on April 30, 2017. milde2017-06-161-11/+28
* Enable use of Jython without import exception of localedkuhlman2017-05-221-7/+13
* Additional language/region code fixes (provided by Guenter Milde)dkuhlman2017-05-191-25/+23
* Fixes to language/region and image size controldkuhlman2017-05-161-52/+236
* LaTeX: Define required Unicode characters in the preamble.milde2017-04-191-10/+29
* Improve and test "compound" handling in LaTeX.milde2017-03-221-10/+15
* Remove unneccessary empty lines from the latex output.milde2017-03-132-32/+34
* Cleanup and documentation update for latex writer class handling.milde2017-03-113-25/+22
* latex-writer: Handle class arguments for block-level elementsmilde2017-03-034-76/+144
* Part 2 of the fix for [ 312 ].milde2017-03-031-4/+5
* Fix config section for html5 writer. (Thanks to M. Cepl for the report.)milde2017-03-011-1/+1
* Document and use safe subclassing.milde2017-03-011-4/+19
* Fix CSS and correct comments in html5_polyglot writer.milde2017-02-143-9/+9
* Replace untranslable term "sollbruchstelle" with English approximation.milde2017-02-132-3/+3
* Apply [ 125 ] respect automatic table column sizing also in html4css1.milde2017-02-131-28/+30
* minor corrections; what the heck is a "sollbruchstelle"?!?goodger2017-02-131-24/+25
* Provide default title in metadata.milde2017-02-031-2/+3
* Document caveats when subclassing HTMLTranslator.milde2017-02-021-9/+55