summaryrefslogtreecommitdiff
path: root/docutils/writers
Commit message (Expand)AuthorAgeFilesLines
* Complete pairs of binary options and some new defaultsmilde2009-10-082-38/+61
* Documentation updatemilde2009-10-051-5/+4
* load cmap.sty and fixltx2e.sty in the default templatemilde2009-10-053-14/+23
* Better Unicode support: encode SOFT HYPHEN as "\\\\-"milde2009-09-301-0/+1
* Fix hyper-targets in captions, support custom roles based on "raw".milde2009-09-281-23/+46
* Fix setup.py [ 2864839 ], remove obsolete LaTeX include file.milde2009-09-231-74/+0
* Bugfix for combination of "footnote-references=brackets" milde2009-09-162-10/+9
* Replace `all` (new in Python 2.5) with `if` in a list comprehension.milde2009-09-141-1/+1
* (LaTeX) footnotes now link forth and back.milde2009-09-141-63/+49
* Hyperlinked footnote marks and support for symbol footnotes milde2009-09-132-12/+62
* Fix [ 1757105 ] New ``table-style`` option. milde2009-09-112-3/+8
* Use `translate` method instead of repeated `replace` calls.milde2009-09-112-99/+89
* Fix [ 1692788 ] allow UTF-8 in style sheets.milde2009-09-072-3/+5
* Address [ 1938891 ] Inline literal text creates "pre" span only when needed milde2009-09-071-3/+8
* Render doctest blocks as literal blocks (fixes [ 1586058 ]).milde2009-09-032-11/+67
* Updated template support: more parts, alternative templatemilde2009-09-024-206/+210
* Fix: python2.3 needs ``[]`` around list comprehension.grubert2009-08-311-2/+2
* Apply Patch #2847446 and some code simplification.milde2009-08-311-8/+5
* latex2e writer: Use template (file and configuration option).milde2009-08-282-20/+64
* More stable implementation of ``--use-titlepage-env``.milde2009-08-251-269/+266
* bugfix: prevent repeated Abstract title with --use-latex-abstractmilde2009-08-241-0/+2
* Do not print date at document end, this is done by the viewer.grubert2009-08-241-7/+11
* cosmetic cleanup (indentation, function names, boolean values)milde2009-08-221-70/+65
* latex2e writer refactoring and cleanup:milde2009-08-222-190/+242
* Do not print version at document end, this is done by the viewer.grubert2009-08-201-1/+1
* Move manpage writer out of sandbox.grubert2009-08-181-0/+1100
* latex2e writer bugfix and cleanupmilde2009-08-111-26/+20
* latex2e writer: improved native section numbering and ToCmilde2009-08-062-47/+60
* By-pass odf_odt unit test in ElementTree not available and various code cleanup.dkuhlman2009-07-201-252/+90
* Fix ecxeption with use_latex_toc and no section numberingmilde2009-06-271-1/+1
* Code cleanup. (No changes to the output.)milde2009-06-261-26/+28
* Commands with optional args inside an optional arg must be put in a group.milde2009-06-261-9/+17
* Better conformance to Docutils specifications with "use_latex_toc".milde2009-06-262-34/+91
* Avoid leading comma if the document language is the only document optionmilde2009-06-181-6/+4
* Support "depth" argument of "contents" directive also with "use-latex-toc"milde2009-06-171-13/+30
* Float placement made configurable and changed to "here definitely".milde2009-06-162-16/+43
* Better structured LaTeX source without visible change to the PDF outputmilde2009-06-151-29/+33
* Default type area defined in the document class (not by the typearea package).milde2009-06-152-6/+3
* bugfix: remove spurious quotes around system message titlemilde2009-06-151-1/+1
* Internal links now take you to the correct place.milde2009-06-122-84/+126
* latex2e writer bugfixes:milde2009-06-041-35/+74
* latex writer bugfix: Newlines around targets and references milde2009-06-022-24/+55
* write length unit ``pt`` as ``bp`` in LaTeXmilde2009-05-292-42/+81
* Added support for ODF/oowriter table of contentsdkuhlman2009-05-282-30/+110
* Fix "figalign" behaviour, new "DUlegend" environmentmilde2009-05-261-49/+70
* Allow legth and percentage values in "figwidth" argument and percent sign inmilde2009-05-191-1/+1
* Fix figure alignment.milde2009-05-182-5/+28
* Use default font in admonitions and sidebar.milde2009-05-182-61/+119
* Local tocs with `minitoc` if "use-latex-toc" is True.milde2009-05-141-30/+86
* Use \\textsubscript and \\textsuperscript for sub- and superscript roles.milde2009-05-072-41/+73