summaryrefslogtreecommitdiff
path: root/test/test_writers
Commit message (Expand)AuthorAgeFilesLines
* Fixes to language/region and image size controldkuhlman2017-05-161-0/+2
* LaTeX: Define required Unicode characters in the preamble.milde2017-04-191-1/+1
* Remove unneccessary empty lines from the latex output.milde2017-03-131-20/+0
* latex-writer: Handle class arguments for block-level elementsmilde2017-03-031-16/+20
* Update tests to match patch 8021 Provide default title in metadata.milde2017-02-051-16/+16
* Adapt test to fixes in course of the HTML-writer code "outsourcing":milde2016-11-291-1/+1
* Rename html_plain writer to html5_polyglott.milde2016-08-182-24/+24
* docutils-xml writer: Fix/improve output with "newlines and "indent".milde2016-08-181-4/+2
* Fixes for the latex2e writer table handling.milde2016-08-031-14/+223
* Implement feature request [ 48 ]milde2016-07-262-0/+77
* Test update.milde2016-05-242-4/+4
* Various minor documentation edits.milde2016-01-131-1/+1
* Fix [ 286 ] Empty column title cause invalid latex file.milde2015-09-221-0/+39
* test_odt: write output in binary mode.milde2015-09-151-1/+1
* Ignore config file settings when testing the ODT writer.milde2015-09-151-1/+3
* Fix footnotes with content that does not start with a paragraph.milde2015-08-121-0/+40
* Rename html_base writer to html_plain, move xhtml11 writer back to sandbox.milde2015-08-122-24/+24
* Fix for bug number 276 ODT Writer strips classes from inline character markup...timehorse2015-06-031-6/+18
* Separate style sheets for required and optional layout rules.milde2015-05-111-0/+207
* Adapt tests to latest latex writer fix.milde2015-03-231-0/+1
* Cleaner LaTeX code for literal blocks (use "alltt" environment).milde2015-03-191-13/+34
* Cleaner LaTeX code for enumerations.milde2015-03-171-29/+11
* Fix setup.py and tests after addition of writers/html_base and mv of math.css.milde2015-03-101-1/+1
* Fix [ 266 ] creating labels/class values in description list items.milde2015-02-261-0/+42
* FIX the test! styleshhet path with drive lettergrubert2014-07-082-6/+22
* HACK around tests that depend on directory contents.grubert2014-07-061-1/+3
* Apply [ 116 ] by Kirill Smelkov. No hardcode \\\\large for subtitle. milde2014-02-281-1/+5
* LaTeX writer: fix basic syntax highlight definitions for code role and direct...milde2013-09-051-2/+33
* Consistently use "utf-8" (not "utf8") in magic comment giving source encoding.milde2013-06-041-1/+1
* Remove TODO comment: writer import with python >= 2.7 is solvedmilde2013-05-071-1/+0
* Bugfix: do not make "stylesheet-path"s absolute.milde2013-03-151-0/+10
* Fix [3607063] handle lines starting with a period.grubert2013-03-081-1/+4
* New default for `math-output` setting: "HTML math.css".milde2013-03-041-5/+18
* New setting `stylesheet_dirs`.milde2013-03-021-15/+65
* regression test for sphinx admonitiongrubert2013-02-211-0/+23
* always include macro defgrubert2013-02-161-4/+8
* move comment "Man page generated from reStructuredText." to first line (always)grubert2013-02-161-9/+9
* fix manpage test grubert2013-02-161-2/+2
* Fix literal use of babel shorthands (straight quote, tilde, ...).milde2013-01-171-3/+2
* latex2e: Drop the simple algorithm replacing straight double quotes.milde2013-01-051-47/+2
* Code cleanup and test html math output options.milde2012-10-251-3/+56
* test get_writer_class failing to load local-writer from python2.7 upgrubert2012-08-221-0/+34
* Apply [3527401] manpage writer addmonition's don't preserve indentationgrubert2012-07-061-3/+10
* Add admonition to testgrubert2012-07-041-0/+25
* Fix: section title input must have mixxed case to see upper is calledgrubert2012-07-041-1/+1
* Apply [3527397] Add indentation to literal blocks in manpage writergrubert2012-07-041-0/+4
* Drop support for Python 2.3.milde2012-06-221-5/+0
* Fix [ 3527842 ]. milde2012-06-042-5/+7
* Replace deprecated aliases for assert methods with correct names.milde2012-02-031-1/+1
* Do not use ``\\\\section*``-macros to suppress LaTeX section numbering.milde2012-01-261-36/+21