summaryrefslogtreecommitdiff
path: root/docutils/writers
Commit message (Expand)AuthorAgeFilesLines
* Consistently use "utf-8" (not "utf8") in magic comment giving source encoding.milde2013-06-042-2/+2
* Avoid repeated class declarations in html4css1 writermilde2013-05-071-11/+12
* Writer comment with (currently ignored) figure alignment to the LaTeX source.milde2013-05-061-18/+16
* Add "babel" name for Serbian (cyrillic script).milde2013-05-061-4/+4
* Fix [ 228 ], part II.milde2013-04-181-2/+2
* Ticket #102: Fix citation rendering in rst2odt with --create-links optiondkuhlman2013-04-081-2/+8
* Bugfix: do not make "stylesheet-path"s absolute.milde2013-03-153-6/+1
* safe check for startswith "." grubert2013-03-091-1/+1
* Fix [3607063] handle lines starting with a period.grubert2013-03-081-3/+3
* New default for `math-output` setting: "HTML math.css".milde2013-03-041-7/+14
* Small fixes to math-output=HTML.milde2013-03-021-3/+5
* New setting `stylesheet_dirs`.milde2013-03-022-18/+34
* FIX [ docutils-Bugs-3594442 ] complex table formatting errorgrubert2013-02-211-0/+5
* "Booktabs" table style for html4css1.milde2013-02-211-0/+15
* always include macro defgrubert2013-02-161-1/+1
* append macros to self.headgrubert2013-02-161-1/+1
* move comment "Man page generated from reStructuredText." to first line (always)grubert2013-02-161-3/+3
* Fix [ 3603246 ] Bug in option "--graphicx-option=auto".milde2013-02-131-3/+3
* manpage Fix option separating comma was bold (thanks to Bill Morris).grubert2013-02-121-1/+1
* Fix [ 3600051 ] for tables in a list, table cells are not compacted.milde2013-01-211-7/+10
* Fix literal use of babel shorthands (straight quote, tilde, ...).milde2013-01-171-43/+63
* XeTeX writer: Scale monotype font to match others.milde2013-01-171-1/+1
* latex2e: Drop the simple algorithm replacing straight double quotes.milde2013-01-051-33/+30
* smartquotes: non-breaking spaces for french quotes, LaTeX character conversion.milde2012-12-121-0/+2
* normalize_language_tag() now returns `BCP 47`_ conformant tagsmilde2012-11-232-29/+39
* Code cleanup and test html math output options.milde2012-10-251-7/+5
* Customizable MathJax URL (based on patch by Dmitry Shachnev).milde2012-10-181-12/+16
* Fix to config file access and added note on config in documentationdkuhlman2012-10-131-6/+4
* Use validate_comma_separated_string_list for stylesheet setting.milde2012-10-122-11/+19
* Change default of "syntax highlight" option to "long", milde2012-09-142-8/+18
* Simplify handling of "code" inline nodes.milde2012-09-121-5/+3
* Use ``<code>`` tag for inline "code", do not drop nested inline nodes (syntax...milde2012-09-121-5/+17
* Fix import of PIL.Image.milde2012-09-121-2/+8
* Fix for custom headers/footersdkuhlman2012-09-101-29/+9
* Fix section numbering by LaTeX.milde2012-09-061-2/+3
* Fix 3559988 get_writer_class for python 2.7 upgrubert2012-08-221-1/+4
* Fix to attach the default page style in the body of the documentdkuhlman2012-08-191-0/+41
* Fix [ 3552403 ] Prevent broken PyXML replacing stdlibs xml module.milde2012-08-161-0/+13
* Fix [ 3556388 ] Mathjax does not work with rst2s5.milde2012-08-141-0/+2
* Apply [ 3555160 ] ensure order of "otherlanguages".milde2012-08-142-2/+2
* Fix [3541369] Relative __import__ also with Python 3.3.milde2012-07-111-2/+5
* Apply [3527401] manpage writer addmonition's don't preserve indentationgrubert2012-07-061-3/+18
* Apply [3527397] Add indentation to literal blocks in manpage writergrubert2012-07-041-0/+7
* enum_char to newstyle class (merge from mercurial)grubert2012-07-041-1/+1
* make class Table newstyle (merge from mercurial)grubert2012-07-041-1/+1
* io.FileInput/io.FileOutput: no system-exit on IOError.milde2012-06-252-4/+2
* Deaktivate defaultfontfeatures command to prevent error in new TeXLive.milde2012-06-251-1/+1
* math, error_reporting, and urischemes moved to the utils package. milde2012-06-252-6/+6
* Drop support for Python 2.3.milde2012-06-221-5/+0
* Basic CSS rules for (source)code (margin, background, linenumbers).milde2012-05-111-1/+9