summaryrefslogtreecommitdiff
path: root/docutils/writers
Commit message (Collapse)AuthorAgeFilesLines
* moved r4311 to address-rendering branchaddress-renderingwiemann2006-01-223-14/+10
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/address-rendering@4314 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix: figure align: centergrubert2006-01-101-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4287 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed markup bugs in docstrings; now works with Endogoodger2006-01-052-24/+22
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4242 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* bug fix for Konqueror from Mikolaj Machowskigoodger2006-01-051-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4238 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed padding around cells of borderless tables;wiemann2005-12-181-4/+8
| | | | | | simplified comments git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4224 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* moved script element to avoid FOUCwiemann2005-12-171-2/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4223 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added absolute path of test root to sys.path because Py21/Py22 insert thewiemann2005-12-151-1/+1
| | | | | | | | *relative* path "test" at the beginning of sys.path when running "python2.2 test/alltests.py", which breaks the imports due to chdir; replaced os.path.sep with os.sep for Py21/Py22 compatibility git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4220 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed "compact" & "open" classes on lists, and added a functional testgoodger2005-12-151-17/+25
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4219 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* DOS path fixesgoodger2005-12-151-2/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4218 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed excess instructions from the option help, & tweakgoodger2005-12-141-11/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4207 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* this was here by mistake; removedgoodger2005-12-131-25/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4197 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed style for handout blocksgoodger2005-12-132-6/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4192 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed <pre> margins; updated conditional display stylegoodger2005-12-137-28/+14
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4188 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed unused title adornment; updated conditional display stylegoodger2005-12-131-5/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4187 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed unused styles; refined handout decoration; updated conditional ↵goodger2005-12-131-9/+3
| | | | | | display style git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4186 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* made "borderless" a general-purpose classgoodger2005-12-131-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4185 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2005-12-111-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4172 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed revision tag; it just caused pain without gaingoodger2005-12-101-1/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4168 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Converted ``docutils/writers/support/`` into individual writer packages; ↵goodger2005-12-0939-18/+13
| | | | | | updated docs & refs. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4163 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* backup files no longer copied; XHTML validatesgoodger2005-12-081-7/+14
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4161 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* merged branches/s5 changes r4011:4155 into trunk/docutilsgoodger2005-12-0828-20/+2001
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4156 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed style information for pre.line-block -- not used anymorewiemann2005-11-202-8/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4090 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added right margin to figure in HTML -- otherwisewiemann2005-11-202-2/+4
| | | | | | left-aligned and right-aligned figures look unbalanced git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4089 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* merged r4078 to pep.csswiemann2005-11-191-2/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4079 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added 1px margin for footnotes so that thewiemann2005-11-191-2/+4
| | | | | | thin line on the left aligns with the rest of the text git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4078 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* moved container test to the end of standard.txt test data file;wiemann2005-11-181-0/+6
| | | | | | implemented container for latex2e git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4076 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add width option to includegraphics and align to figure.grubert2005-11-181-4/+15
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4074 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* minor edits & correctionsgoodger2005-11-151-2/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4057 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* changed the HTML rendering of the "Authors" bibliographic fieldgoodger2005-10-291-4/+14
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3971 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added the "container" element & directive, a generic containergoodger2005-10-281-0/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3963 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed references to default.css;wiemann2005-10-111-2/+2
| | | | | | to-do: update PEP writer (-> pep.css) and then docs/user/tools.txt git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3940 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix: do not escape citekeys in latex citations.grubert2005-10-101-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3930 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added reference to newlatex2e/base.texwiemann2005-10-081-2/+10
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3929 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed bug with center-alignment of image; added testwiemann2005-10-031-4/+14
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3920 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* replaced %r with "%s" to avoid backslashes being doubled on Windows systemswiemann2005-09-262-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3908 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added docutils/writers/support/ directory and removed tools/stylesheets/; ↵goodger2005-09-2512-21/+1883
| | | | | | updated defaults; removed docutils/transforms/html.py (no longer needed); removed ``_stylesheet_required`` internal setting; updated setup.py git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3901 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Merged "transforms" branch into trunk.wiemann2005-09-204-3/+28
| | | | | | | | | | | | | | | | - Replaced ``default_transforms`` attribute of TransformSpec with ``get_transforms()`` method. - Added universal.Decorations and universal.ExposeInternals transforms as default transforms for all readers. - Added universal.Messages and universal.FilterMessages transforms as default transforms for all writers. - Added ``ReReader`` base class for readers that reread an existing document tree. - Added ``UnfilteredWriter`` base class for writers that pass the document tree on unchanged. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3892 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* made cloaking of email addresses with ``--cloak-email-addresses`` less ↵wiemann2005-09-171-14/+15
| | | | | | | | | | obtrusive; updated documentation; added warning about incorrectly decoded cloaked email addresses git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3883 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* created docutils/writers/support directory for supporting modules and data ↵goodger2005-09-153-2/+3
| | | | | | files; moved unicode_latex.py there git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3878 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* more tests, more handling for edge cases, some polishingwiemann2005-09-121-4/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3875 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* polished new LaTeX writer;wiemann2005-09-111-10/+2
| | | | | | sorry, the last check-in accidentally contained the two newlatex files git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3874 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated docs: history and tranform listwiemann2005-09-111-17/+36
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3873 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* replaced "infix" parameter of starttag method with "empty" parameter;wiemann2005-09-021-6/+15
| | | | | | improved comments git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3844 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* allow field bodies of simple field lists to be empty;wiemann2005-08-291-1/+2
| | | | | | | mmmh, the test source doesn't look particularly nice -- it contains redundancy; I think a lot of cleanup is required in both the test and the HTML writer git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3843 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* HTML writer:wiemann2005-08-291-5/+47
| | | | | | | | | | - Added vertical space between fields of field lists. - Added ``--compact-field-lists`` option to remove vertical space in simple field lists. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3842 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* LaTeX writer: protect closing sqaure brackets as wellwiemann2005-08-271-2/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3840 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Moved "id" attribute from container (section etc.) to the <a> tag in the ↵goodger2005-08-251-10/+27
| | | | | | title, to be on the same tag as "name". (!!! To be reverted in Docutils 0.5.) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3832 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* made _stylesheet_required setting default to 0,wiemann2005-08-241-1/+2
| | | | | | activating it in the rst2html.py front-end tool git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3830 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* committed too early; sorrywiemann2005-08-151-4/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3811 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* made Null writer "support" all formatswiemann2005-08-151-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3810 929543f6-e4f2-0310-98a6-ba3bd3dd1d04