summaryrefslogtreecommitdiff
path: root/docutils/writers
Commit message (Expand)AuthorAgeFilesLines
* push system messages up to super-document so they do not get lost (tested);wiemann2007-08-241-2/+0
* removed my duplicate implementation of utils.relative_path();wiemann2007-08-171-4/+3
* removed accidentally checked-in integrity check; was for debugging onlywiemann2007-08-161-1/+0
* implemented simple version of multi-file output (no navigational aids though)wiemann2007-08-161-18/+126
* moved responsibility for applying transforms from publisher towiemann2007-06-241-1/+12
* Merge smaller differences from latex2e_adaptive_preamble.subdocs@5264grubert2007-06-201-18/+26
* Add ``use-part-section``.grubert2007-06-141-2/+9
* added some bottom margin for sidebars (adding top margin looks funny since si...wiemann2007-06-031-1/+1
* Put leavevmode before longtable to avoid having it moved before sub/pargraph.grubert2007-05-311-2/+8
* adjusted name and email addresswiemann2007-05-312-2/+2
* Using leavevmode after terms option_list no longer needs to check parent for ...grubert2007-05-281-3/+0
* - Append ``\leavemode`` to definition list terms.grubert2007-05-281-3/+4
* Table column width with 3 decimal places.grubert2007-05-281-1/+1
* Add table stubs support (boldfont).grubert2007-05-251-1/+12
* Add assemble_parts to writer.grubert2007-05-081-0/+9
* Add simply support for nested tables.grubert2007-04-181-4/+10
* Fix verbatim in tables if use-verbatim-when-possible.grubert2007-04-181-6/+5
* Use section commands down to subparagraph.grubert2007-04-141-16/+8
* added class="internal"/class="external" to a elementswiemann2007-04-101-5/+7
* do not encode embedded stylesheets, because HTML entities arewiemann2007-03-192-2/+2
* replaced <>@ with ()at because they come out as a mess whenwiemann2007-03-191-1/+1
* encode <>@ in stylesheetswiemann2007-03-191-1/+1
* use Id instead of Date and Revision (Id will not be expanded to non-ASCII cha...include-after-until@4999wiemann2007-03-041-4/+2
* Put ensuremath around some latin1 chars.plugins@4951grubert2007-02-271-0/+12
* Set ``usepackage[utf8x]{inputenc}`` for utf-8.grubert2007-02-271-3/+7
* do not use codecs.open, because it always uses binary modewiemann2007-02-261-4/+2
* New option ``--use-bibtex=style,db1,db2``.grubert2007-02-221-10/+22
* - New option ``--reference-label`` to allow usage of LaTeX ref for grubert2007-02-211-0/+12
* Added ``--strip-elements-with-class`` and ``--strip-class`` options (``strip_...goodger2007-02-121-1/+1
* dropped all name attributes of "a" elementswiemann2007-01-161-23/+12
* + - Moved ``id`` attributes from titles to surrounding ``div``wiemann2007-01-162-33/+12
* Fix: bug# 1605376 rst2latex: bad options group list.grubert2006-12-111-0/+3
* Remove inactive code for use_optionlist_for_option_list.grubert2006-12-111-36/+7
* Fix: bug# 1612270 double qoutes in italian literal.grubert2006-12-101-0/+3
* Fix: output hypertargetsgrubert2006-11-281-0/+3
* Add option --use-latex-abstract.grubert2006-11-171-0/+14
* added textcompwiemann2006-11-122-0/+5
* fixed omission from r4802goodger2006-11-121-3/+3
* correct faulty setting definitions & add test; 0.4 backport candidategoodger2006-11-122-5/+5
* - Image width unit ``px`` is translated to ``pt``:grubert2006-11-021-3/+24
* Expand description of --use-latex-toc option.grubert2006-10-181-4/+5
* added note about raw between paragraphswiemann2006-10-141-0/+4
* Reorder code in visit_literal_block.grubert2006-10-111-12/+12
* fixed behavior for newlines followed by asteriskswiemann2006-10-092-1/+8
* added note about space between footnoteswiemann2006-10-091-0/+2
* added note about underscores in citationswiemann2006-10-091-0/+3
* Fix: Do not escape underscores in citation reference labels if grubert2006-10-081-1/+6
* Use centering instead of center for figure contents, to avoid vertical space.grubert2006-10-081-4/+8
* Recognize table class: borderless, nolines, booktabs, standard.grubert2006-09-031-1/+15
* added notes and commentswiemann2006-08-182-24/+29