summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* renamed funny filename file so it will work on Windowssubdocswiemann2007-08-242-2/+2
* resolve indirect qualified targetswiemann2007-08-224-165/+251
* made namespace qualifiers case-insensitive, and accept backslashes, too;wiemann2007-08-202-3/+3
* added qualified references syntax;wiemann2007-08-204-1/+195
* added misc.CheckDoctreeValidity transform to catch invalid doctrees caused by...wiemann2007-08-201-0/+91
* whoops -- the subtitle-test.txt got its contents twice (thanks to SVN's funny...wiemann2007-08-201-8/+0
* do not transform sub-document titles into subtitles; slight clean-up in parts.pywiemann2007-08-192-0/+33
* strip decoration (header and footer) from sub-documentswiemann2007-08-191-0/+3
* added test files that I forgot to check inwiemann2007-08-193-1/+18
* avoid creation of duplicate ID's in sub-documentswiemann2007-08-171-2/+2
* implemented simple version of multi-file output (no navigational aids though)wiemann2007-08-165-13/+49
* added tests; use "doc-set root" instead of "docset root" in Englishwiemann2007-08-151-3/+31
* added docset-root directive;wiemann2007-08-1513-92/+652
* moved responsibility for applying transforms from publisher towiemann2007-06-241-2/+9
* Merge smaller differences from latex2e_adaptive_preamble.subdocs@5264grubert2007-06-203-5/+3
* Put leavevmode before longtable to avoid having it moved before sub/pargraph.grubert2007-05-312-0/+7
* adjusted name and email addresswiemann2007-05-3116-16/+16
* Using leavevmode after terms option_list no longer needs to check parent for ...grubert2007-05-281-2/+1
* - Append ``\leavemode`` to definition list terms.grubert2007-05-281-15/+5
* Table column width with 3 decimal places.grubert2007-05-282-7/+7
* Py22 compatibility fix (does not recognize source code encoding)wiemann2007-04-101-4/+6
* added class="internal"/class="external" to a elementswiemann2007-04-105-96/+96
* reverted r5032; breaks Python 2.2 compatibilitywiemann2007-03-215-11/+11
* replaced 'raw_unicode_escape' with 'ascii', 'backslashreplace' so we don't ge...wiemann2007-03-215-11/+11
* moved Element.__str__ to Node.__str__ so Text has it too;wiemann2007-03-211-0/+10
* merged include-after-until branch to trunk; deleted include-after-until branchwiemann2007-03-123-0/+120
* - New option ``--reference-label`` to allow usage of LaTeX ref for grubert2007-02-212-0/+51
* dropped all name attributes of "a" elementswiemann2007-01-164-91/+91
* + - Moved ``id`` attributes from titles to surrounding ``div``wiemann2007-01-166-127/+127
* Add: active latex2e test data with option list in definition list.grubert2006-12-113-18/+97
* Remove inactive code for use_optionlist_for_option_list.grubert2006-12-111-11/+2
* fixed bug with multi-line attributions in block quote directives (epigraph etc.)goodger2006-12-091-2/+4
* Fix: output hypertargetsgrubert2006-11-281-6/+6
* removed Py21 compatibility codewiemann2006-11-131-17/+1
* correct faulty setting definitions & add test; 0.4 backport candidategoodger2006-11-122-1/+2
* - Image width unit ``px`` is translated to ``pt``:grubert2006-11-021-3/+3
* Fix: Do not escape underscores in citation reference labels if grubert2006-10-081-0/+34
* Use centering instead of center for figure contents, to avoid vertical space.grubert2006-10-081-2/+3
* Recognize table class: borderless, nolines, booktabs, standard.grubert2006-09-031-0/+38
* added writer_aux.Admonitions transform;wiemann2006-08-161-0/+33
* added functional test for non-ASCII characters in commentswiemann2006-08-114-2/+10
* updated headerswiemann2006-08-075-20/+10
* merged directives branch to trunk (r4375:4666);wiemann2006-07-1220-132/+458
* use integer division to make it more explicit, and for Python 3000 compatibil...wiemann2006-07-041-3/+3
* Added StopTraversal exception in nodes, to interrupt the traversal cleanly.blais2006-06-281-0/+75
* Python 2.5 compatibility: dynamic exception matchinggoodger2006-06-223-8/+18
* reverted r3253, incompatible with Python 2.5goodger2006-06-221-11/+0
* added support for unicode bulletswiemann2006-06-041-0/+26
* fixed calls to docutils.parsers.rst.states.Body.block_quote (see r4522), and ...goodger2006-06-011-0/+104
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-2197-377/+193