summaryrefslogtreecommitdiff
path: root/sphinx/texinputs
Commit message (Expand)AuthorAgeFilesLines
* Support table captions in LaTeX output.Georg Brandl2008-11-161-0/+1
* #26: fix problems with ifxetex package.Georg Brandl2008-11-061-3/+2
* Add global citations. #1.georg.brandl2008-10-253-24/+20
* Fix for systems where hyperref doesn't invoke ifpdf.sty.georg.brandl2008-10-183-2/+4
* Fix another ordering problem that led to uncolored Verbatim environments.georg.brandl2008-10-171-1/+1
* Include hyperref as the last package. Fixes #4027.georg.brandl2008-10-173-63/+15
* Fix a problem with non-ASCII characters leading chapter titles, by updating f...georg.brandl2008-10-171-41/+291
* Remove the "ni" environments; they are useless now that indexgeorg.brandl2008-10-161-66/+6
* This should fix compatibility with XeTeX *and* prevent issues like #3909.georg.brandl2008-10-161-12/+6
* #17: fix Makefile syntax.georg.brandl2008-09-242-16/+4
* One more fix.georg.brandl2008-09-211-1/+1
* Fix makefile.georg.brandl2008-09-211-2/+2
* Restructure LaTeX file template: add new "latex_elements" config valuegeorg.brandl2008-09-123-35/+13
* Quote input file names, so that it works when they contain shell-metacharacters.georg.brandl2008-09-111-14/+14
* Merged revisions 66061,66069 via svnmerge fromgeorg.brandl2008-08-301-0/+11
* * Add more generated text to the automatic translation.georg.brandl2008-08-101-159/+14
* Merged revisions 65138,65145-65146,65268-65273 via svnmerge fromgeorg.brandl2008-07-291-8/+8
* Merged revisions 64725-64726,64730 via svnmerge fromgeorg.brandl2008-07-052-2/+2
* Merged revisions 64703-64708,64710-64712 via svnmerge fromgeorg.brandl2008-07-041-1/+1
* Add static method support.georg.brandl2008-06-231-0/+29
* Add support for subscript/superscript nodes in latex.georg.brandl2008-06-221-0/+1
* Add cleardoublepage to TOC.georg.brandl2008-06-221-0/+1
* Support all rst admonitions in LaTeX.georg.brandl2008-05-061-3/+27
* Fix bug in sphinx.sty and the latexwriter for objects without a defined module.georg.brandl2008-05-041-6/+31
* Fix footnote handling with paragraphs.georg.brandl2008-05-041-3/+3
* Fix handling of Verbatim within tables.georg.brandl2008-05-041-5/+5
* * New LaTeX table handling.georg.brandl2008-05-035-345/+526
* Fix two inconsistencies w.r.t. colors in sphinx.sty.georg.brandl2008-04-281-3/+4
* Add logo options, add blocks to sidebar.georg.brandl2008-04-272-0/+2
* Make description environment usable in desc environment.georg.brandl2008-04-271-0/+7
* Add the possibility to have colored verbatim border and background.georg.brandl2008-04-271-8/+56
* Some enhancements to sphinx.sty, mostly by Gael Varoquaux.georg.brandl2008-04-271-342/+70
* Implement option lists.georg.brandl2008-04-201-0/+25
* Several fixes in the latex processing.georg.brandl2008-03-262-21/+18
* Add fncychap.sty; add clean target.georg.brandl2008-03-252-1/+440
* * Support \classdescni.georg.brandl2008-03-191-0/+9
* Put doc title and release in the header.georg.brandl2008-02-013-3/+4
* Checkin my holiday work:georg.brandl2007-12-293-96/+12
* Further fixes. All produced latex documents now run through pdflatex without ...georg.brandl2007-12-161-1/+5
* Several improvements to the latex builder.georg.brandl2007-12-162-0/+54
* Implement index entries, production lists and the glossary.georg.brandl2007-12-161-20/+20
* Continue work on the PDF builder. The documents now build and run through LaTeX.georg.brandl2007-12-064-1000/+14
* Add beginnings of a LaTeX writer. This is in no way usable code yet.georg.brandl2007-12-057-0/+2605