summaryrefslogtreecommitdiff
path: root/docutils/tools/stylesheets
Commit message (Collapse)AuthorAgeFilesLines
* added docutils/writers/support/ directory and removed tools/stylesheets/; ↵goodger2005-09-254-1807/+0
| | | | | | 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@3901 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* cleanupwiemann2005-09-171-4/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3882 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* more tests, more handling for edge cases, some polishingwiemann2005-09-121-10/+40
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3875 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* polished new LaTeX writer;wiemann2005-09-111-4/+0
| | | | | | sorry, the last check-in accidentally contained the two newlatex files git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3874 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated docs: history and tranform listwiemann2005-09-111-2/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3873 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* minor improvementswiemann2005-08-261-1/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3838 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* 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
* 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
* 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
* 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
* 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
* 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
* 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 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
* 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
* re-fixed right margin of line blockswiemann2005-05-111-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3332 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* first solution for the broken rendering of field lists in tableswiemann2005-05-101-4/+9
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3331 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed right margin of line blockswiemann2005-05-091-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3329 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added support for image base pathwiemann2005-05-091-4/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3328 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added support for :width: option of imageswiemann2005-05-091-1/+16
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3323 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added class attribute dispatcherwiemann2005-05-071-1/+10
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3318 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added \Dsimpleimage macro which can be called from user stylesheetswiemann2005-05-071-3/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3317 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added support for image alignment; this currently breaks figurewiemann2005-05-071-0/+29
| | | | | | alignment -- I'll fix that later git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3316 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added Dimagemaxwidth commandwiemann2005-05-071-4/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3313 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed new attribute dispatcherwiemann2005-05-071-6/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3312 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* made attribute dispatcher more powerfulwiemann2005-05-071-4/+13
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3311 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added sectiontitlehook and sectionsubtitlehook; added dispatcher for ↵wiemann2005-05-052-7/+15
| | | | | | sectionsubtitle git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3310 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* reduced space between section title and subtitle (sectionsubtitle)wiemann2005-05-051-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3309 929543f6-e4f2-0310-98a6-ba3bd3dd1d04