summaryrefslogtreecommitdiff
path: root/docutils/writers/latex2e/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Adapt to Text nodes being unicode and thus immutable.adjacent-citationsstrank2008-07-281-2/+4
* Merged trunk r5043:5619 to adjacent-citations branch.strank2008-07-281-93/+154
* Use traverse instead of next_node to avoid Text index problem.strank2008-07-171-8/+9
* Removed the rst-syntax change, implemented citation groups only in the latex ...strank2007-04-241-1/+10
* allow adjacent citation labels (don't for footnotes) plus testsstrank2007-04-091-4/+9
* Put ensuremath around some latin1 chars.plugins@4951grubert2007-02-271-0/+12
* Set ``usepackage[utf8x]{inputenc}`` for utf-8.grubert2007-02-271-3/+7
* 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
* 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
* - 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
* Reorder code in visit_literal_block.grubert2006-10-111-12/+12
* 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
* sf-bug 1488740: unicode strings dont support translate delete-chars.grubert2006-06-191-1/+1
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* 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
* Fix: figure align: centergrubert2006-01-101-1/+2
* fixed markup bugs in docstrings; now works with Endogoodger2006-01-051-14/+12
* Converted ``docutils/writers/support/`` into individual writer packages; upda...goodger2005-12-091-0/+2050