summaryrefslogtreecommitdiff
path: root/docutils/tools
Commit message (Collapse)AuthorAgeFilesLines
* updated from Docutils default.cssgoodger2005-08-121-15/+124
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3791 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added a fix to the underlining function that blais2005-08-072-25/+31
| | | | | | | | | | | | | makes it less disturbing when you position the cursor on the underline. Also, fixed the tests. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3788 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added missing generic filter function.blais2005-08-071-0/+14
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3787 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Make use of \Dlanguagebabel.wiemann2005-07-181-87/+95
| | | | | | | | Added \Dprinting for output primarily for printing, not online viewing. Some clean-up in the LaTeX stylesheet. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3766 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed a lot of paragraph-handling code;wiemann2005-07-171-39/+17
| | | | | | | | some was unnecessary, some will be replaced by custom paragraph-indentation logic in the Python module; always add space around transitions git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3762 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed latex-notes.txt;wiemann2005-07-151-39/+0
| | | | | | moved to wiki: http://docutils.python-hosting.com/wiki/NewLatex git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3757 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed document.internal_targets and document.external_targets;wiemann2005-06-291-3/+3
| | | | | | fixed bug (not sure yet if the code is clean -- needs refactoring) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3637 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* implemented units for image widths; implemented language-support (e.g. for ↵wiemann2005-06-291-10/+20
| | | | | | hyphenation) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3635 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added JED mode linkgoodger2005-06-281-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3616 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* merge trunk/docutils@3525 branches/blais_interrupt_render/docutils@HEAD ↵wiemann2005-06-261-33/+29
| | | | | | trunk/docutils git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3581 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed and added to-do list entries for latex writerwiemann2005-06-221-3/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3558 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* deactivated embed_stylesheet for documentationwiemann2005-06-211-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3551 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* changed comment at the top of unicode_latex.pywiemann2005-06-201-5/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3535 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* moved create_unimap.py to tools/dev/wiemann2005-06-201-0/+80
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3534 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* renamed tools/pep.py to rstpep2html.pywiemann2005-06-201-0/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3533 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* tool for developers; movedgoodger2005-06-201-0/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3532 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* changed default PEP python home to http://www.python.orgwiemann2005-06-202-2/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3526 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* applied patch to fix problems when wide characters appear in section title;wiemann2005-06-161-1/+6
| | | | | | | thanks to "gentoo" user; closing https://sourceforge.net/tracker/?func=detail&atid=422032&aid=1220126&group_id=38414 git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3494 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed name *sigh*wiemann2005-06-151-0/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3490 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* moved profiledocutils and testcoverage into main treewiemann2005-06-152-0/+42
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3488 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added proper euro symbol; added temporary figure supportwiemann2005-06-151-16/+38
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3484 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* tweakedgoodger2005-06-121-7/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3470 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* moved \vspace out of image implementation so thatwiemann2005-06-111-9/+20
| | | | | | when adding borders around images the \vspace is outside the border git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3468 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added header commentsgoodger2005-06-111-1/+10
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3467 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed input encoding from LaTeX stylesheetwiemann2005-06-101-3/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3465 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated new latex writer to use unicode_latex map;wiemann2005-06-101-1/+1
| | | | | | this should have been the log message to r3460... git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3463 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Updated URL; David Carlisle says this one is newer, and it contains awiemann2005-06-101-1/+1
| | | | | | | copyright notice. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3458 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* moved \Dfinalstrut into the stylesheet where it belongswiemann2005-06-071-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3448 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* do not indent literal blocks inside a tablewiemann2005-06-061-1/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3447 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed more spacing problemswiemann2005-06-061-1/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3446 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed some spacing problemswiemann2005-06-061-12/+21
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3445 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* replaced code copied from KOMA-script by self-written codewiemann2005-06-061-13/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3444 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* improved stylesheet; made it compatible to IEwiemann2005-06-061-2/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3442 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* new LaTeX writer: added TOC supportwiemann2005-06-061-9/+85
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3440 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added clear properties for footer div and aligned imageswiemann2005-06-051-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3434 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added borderless class for images;wiemann2005-05-271-1/+4
| | | | | | removed angle brackets which cause problems when embedding the style sheet git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3391 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added explanatory comment about span.section-subtitlewiemann2005-05-261-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3368 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added support and test for section subtitleswiemann2005-05-261-1/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3367 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added provide command for rst-mode as wellwiemann2005-05-211-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3360 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added "(provide 'restructuredtext)"wiemann2005-05-211-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3359 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added support for "border" classwiemann2005-05-181-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3349 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Minor fix to underlining function,blais2005-05-172-8/+53
| | | | | | | added more tests. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3345 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added \Dfloatimagetopmargin and \Dfloatimagebottommarginwiemann2005-05-161-2/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3344 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added \Dsetlistrightmargin macro; bottom-align imageswiemann2005-05-161-11/+15
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3343 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added note about image :width:wiemann2005-05-141-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3339 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* changed \Dformatfieldname to use a command rather than a declaration for ↵wiemann2005-05-141-2/+2
| | | | | | | | bold-faced text; added maximum height (= height of the text on the page) for images git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3338 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added \Ditemsep, changed nesting of section subtitle macro callswiemann2005-05-121-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3337 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* improved vertical spacing of floating imageswiemann2005-05-121-6/+23
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3335 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* nicer vertical spacing for floating imageswiemann2005-05-111-3/+18
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3334 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* some ugly fix for the broken definition list spacingwiemann2005-05-111-2/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3333 929543f6-e4f2-0310-98a6-ba3bd3dd1d04