summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fixed doc-string -- the reader does not apply transformswiemann2007-03-011-2/+2
* Put ensuremath around some latin1 chars.grubert2007-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-123-5/+64
* remove circular importgoodger2007-02-121-1/+2
* cleaned up build_contents code (not worth a test case or history entry though...wiemann2007-01-221-6/+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 duplicate key in bibliographic_fields dict.sfcben2006-12-262-9/+5
* 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
* Added Hebrew mappings by Meir Kriheli.sfcben2006-12-092-0/+168
* fixed bug with multi-line attributions in block quote directives (epigraph etc.)goodger2006-12-091-1/+6
* Fix: output hypertargetsgrubert2006-11-281-0/+3
* Add option --use-latex-abstract.grubert2006-11-171-0/+14
* removed notes about Py22 requirement (Docutils 0.5+ depends on Py22 anyway)wiemann2006-11-132-4/+1
* 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-125-17/+15
* docstring: expand validator function description in SettingsSpec.settings_specgoodger2006-11-121-11/+21
* add functionality to internals() functiongoodger2006-11-121-2/+6
* record paths of applied configuration files in _config_files runtime settinggoodger2006-11-061-2/+18
* - 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
* support old-style functional directive dinterface also for methodswiemann2006-09-181-2/+2
* added support for IronPython 1.0 (thanks to Seo Sanghyeon);wiemann2006-09-161-5/+6
* Recognize table class: borderless, nolines, booktabs, standard.grubert2006-09-031-1/+15
* added notes and commentswiemann2006-08-182-24/+29
* corrected docstringwiemann2006-08-171-6/+6
* removed unused methodswiemann2006-08-161-6/+0
* added writer_aux.Admonitions transform;wiemann2006-08-164-56/+54
* 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