summaryrefslogtreecommitdiff
path: root/docutils/writers
Commit message (Expand)AuthorAgeFilesLines
* Clean up Babel language setting: Sphinx compatibility and disambiguation.milde2011-08-242-16/+18
* Fix: Babel.get_language, use language_code argument in warninggrubert2011-07-231-1/+1
* Fix [ 3364658 ] (Change last file with Apache license to BSD-2-Clause)milde2011-07-201-6/+12
* list coprehension for python 2.3 require []grubert2011-07-071-3/+3
* Do not use ``file`` as a variable name.milde2011-07-071-4/+4
* New "name" directive option attaching a reference name.milde2011-06-301-1/+1
* math updatemilde2011-06-292-3/+7
* Wrap MathML in <div> or <span> milde2011-06-291-12/+10
* Fix math import.milde2011-06-272-7/+7
* Move from Apache 2 license to 2-Clause BSD. Solves [ 3304675 ]milde2011-06-274-15/+123
* Fixes for multi-language labels (e.g. admonitions) and indetation in admonitionsdkuhlman2011-06-272-23/+86
* Math directive and documentation update:milde2011-06-171-1/+1
* Fix: BUG#3219183 - vertical space in definition lists containing markup.grubert2011-06-041-1/+12
* Fix: regexp possible roff command and add test for itgrubert2011-06-041-1/+1
* Fix: vertical space cleaning for option group ``.``.grubert2011-06-031-1/+2
* Added support for images downloadable from the Web/HTTP.dkuhlman2011-05-121-14/+28
* math support refactoring and code cleanupmilde2011-05-053-107/+75
* Changed encoding for Python 3.2dkuhlman2011-04-181-1/+4
* MathJax HTML math output optionmilde2011-04-151-5/+43
* Math support updatemilde2011-04-133-33/+71
* Replace str.format (new in 2.6) with % transformation.milde2011-04-081-1/+1
* latex2e: Ensure forward slashes in graphic file paths. milde2011-03-281-1/+1
* Fixes for validation error and table widthdkuhlman2011-03-041-6/+11
* Fixes in response to validation testsdkuhlman2011-02-232-6/+11
* latex writer fixesmilde2011-02-021-18/+33
* Escape brackets in citation references with ``--figure-citations``.milde2011-01-221-2/+2
* Document "math-output" setting, support literal LaTeX math.milde2011-01-061-9/+15
* html4css1: fix inner alignment in figuresmilde2011-01-031-1/+1
* New version of the math to HTML converter.milde2011-01-032-66/+78
* Apply [ 3148141 ] fix multicolumn support.milde2010-12-301-2/+13
* Convert image URI to a local file path.milde2010-12-301-4/+5
* For long field names the HTML writer creates two table rows for onesmerten2010-12-131-1/+3
* Fix for bug report # 3126980 - relative paths and special charactersdkuhlman2010-12-101-5/+6
* Fix for bug report # 3126980 - relative paths and special charactersdkuhlman2010-12-101-0/+7
* Move orphaned "newlatex" writer to the sandbox.milde2010-12-075-4471/+0
* Math2HTML: \\\\mathcal (or \\\\mathscr) for mathematical script, line breaksmilde2010-12-061-12/+2
* Math update, fixes and latex2html converter.milde2010-12-033-5/+176
* latex2e bugfix: avoid spurious ~ in outputmilde2010-12-011-3/+4
* Update html4css1 writer, math, and functional tests.milde2010-11-251-20/+32
* add new polyglossia languagesmilde2010-11-241-1/+3
* Fix for nested definition listsdkuhlman2010-11-122-16/+19
* Added user id to generated commentsdkuhlman2010-11-111-0/+3
* Generate valid XHTML.milde2010-11-091-11/+13
* latex2e: use \\\\otherlanguage instead of \\\\selectlanguagemilde2010-11-051-1/+1
* Math support: milde2010-11-052-0/+33
* Improve HTML standard compliance.milde2010-11-051-8/+7
* latexe2 writer fixes:milde2010-11-051-11/+14
* latex2e: Simplify frenchb workaround, simplify math directive handling.milde2010-10-291-10/+17
* Fix typo (patch 3098298 by Kirill Smelkov)milde2010-10-291-4/+4
* latex2e: Fix math block.milde2010-10-271-4/+8