summaryrefslogtreecommitdiff
path: root/docutils/writers
Commit message (Expand)AuthorAgeFilesLines
* moved writers.get_writer_class to generic utils.get_entry_pointwiemann2007-03-011-24/+1
* added auto-discovery of writerswiemann2007-03-011-2/+7
* 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
* removed unused methodswiemann2006-08-161-6/+0
* added writer_aux.Admonitions transform;wiemann2006-08-163-54/+14
* the wiki is spammy, so I moved the development notes into SVNwiemann2006-08-162-2/+71
* more comment tuningwiemann2006-08-161-6/+9
* added more commentswiemann2006-08-161-9/+23
* more name refactoring, some commentswiemann2006-08-162-64/+89
* some refactoring on macro naming conventionwiemann2006-08-162-39/+41
* handle unencodable characters in comments; changed default encoding to latin1wiemann2006-08-111-3/+21
* more cleanup and commentswiemann2006-08-091-145/+150
* some cleanup and some comments for the base stylesheet of newlatex2ewiemann2006-08-071-40/+72
* sf-bug 1488740: unicode strings dont support translate delete-chars.grubert2006-06-191-1/+1
* remove Py21 compatibility cruftwiemann2006-06-081-5/+2
* removed support for passing attribute values to handler command names:wiemann2006-06-041-6/+2
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-2112-44/+23
* Fix: Renaming contents section does not work with latex writer. SFbug 1487405grubert2006-05-131-17/+21
* Prevent latex writer from crashing on files with >256 lists (patch 1475247 by...grubert2006-04-241-11/+19
* Add custom role with two classes.grubert2006-04-041-8/+5
* Add custom role test to functional latex.grubert2006-04-021-1/+7
* Added ``view_mode`` & ``hidden_controls`` settings (``--view-mode`` & ``--hid...goodger2006-04-011-3/+20
* Moved template functionality from the PEP/HTML writer to the HTML writer. Exp...goodger2006-03-316-37/+66
* added pep_file_url_template setting; corrected PEP urls (removed .html); rest...goodger2006-03-231-1/+1