summaryrefslogtreecommitdiff
path: root/sphinx/texinputs
Commit message (Collapse)AuthorAgeFilesLines
* Make the 'bibliography TOC fix' specific to document class howto/manual ↵Marcio Mazza2011-12-043-9/+28
| | | | (article/report)
* Merge with 1.0Georg Brandl2011-09-231-0/+18
|\
| * Fix #633: Allow footnotes in section headers in LaTeX output.Georg Brandl2011-09-221-0/+18
| |
* | Merge with 1.0.Georg Brandl2011-09-211-9/+11
|\ \ | |/
| * Fix #574: Improvement to Japanese LaTeX support.Georg Brandl2011-09-211-9/+11
| |
* | Fix #722: remove special styling of :samp: role, and enable placeholder ↵Georg Brandl2011-09-211-1/+0
| | | | | | | | formatting in literal nodes.
* | merge with 1.0Georg Brandl2011-01-151-17/+0
|\ \ | |/ |/|
| * merge with 1.0Georg Brandl2011-01-071-17/+0
| |\
| | * #454: Add more index markup capabilities: marking see/seealso entries, and ↵Georg Brandl2011-01-071-17/+0
| | | | | | | | | | | | main entries for a given key.
* | | Make token references work as hyperlinks again in LaTeX output.Georg Brandl2011-01-151-14/+5
|/ /
* | #332: Make admonition boundaries in LaTeX output visible.Georg Brandl2011-01-071-11/+22
|/
* Remove odd margin calculation in verbatim command that leads to overfull ↵Georg Brandl2011-01-061-5/+1
| | | | hbox warnings and inconsistent indentation of literal blocks within lists and quotes.
* #574: Add special code for better support of Japanese documents in the LaTeX ↵Georg Brandl2011-01-031-0/+9
| | | | builder.
* In the Makefile generated by LaTeX output, do not delete pdf filesGeorg Brandl2010-11-121-2/+1
| | | | on clean; they might be required images.
* #535: Fix LaTeX output generated for line blocks by porting implementation ↵Georg Brandl2010-10-221-0/+19
| | | | from new docutils code.
* #530: set font size of \paragraph to \small.Georg Brandl2010-10-221-1/+1
|
* #501: Fix regression when building LaTeX docs with figures thatGeorg Brandl2010-08-231-1/+4
| | | | don't have captions.
* Include hypcap package, to get better references to floats.Georg Brandl2010-08-051-0/+1
|
* merge with 0.6Georg Brandl2010-05-224-316/+55
|\
| * merge with trunkGeorg Brandl2010-04-171-1/+2
| |\
| | * merge with 0.6Georg Brandl2010-04-171-1/+1
| | |\
| * | | sphinx-domains #1: better handling of skips for list environment.Georg Brandl2010-04-171-1/+5
| | | |
| * | | #380: use correct command to determine line width when two-column layout is ↵Georg Brandl2010-04-171-2/+2
| | | | | | | | | | | | | | | | in effect.
| * | | #371: fix LaTeX output generated for return annotations.Georg Brandl2010-04-041-4/+4
| | | |
| * | | Remove obsolete hyperref option.Georg Brandl2010-02-201-2/+1
| | | |
| * | | Make the concept of "module index" generalized to domains. As a ↵Georg Brandl2010-02-202-84/+1
| | | | | | | | | | | | | | | | side-effect, the latex modindex is no longer generated by LaTeX.
| * | | Get rid of the non-extensible Python-specific description environments in ↵Georg Brandl2010-01-171-220/+13
| |/ / | | | | | | | | | sphinx.sty.
| * | merge pre-domain state with tip from 0.6Georg Brandl2009-08-062-10/+35
| |\ \
| | * \ merge with 0.6Georg Brandl2009-06-152-10/+35
| | |\ \
| | | * | Added the ``latex_docclass`` config value and made the "twoside"Georg Brandl2009-06-042-10/+35
| | | | | | | | | | | | | | | | | | | | documentclass option overridable by "oneside".
* | | | | #404: Make ``\and`` work properly in the author field of the ↵Georg Brandl2010-05-222-4/+13
| |_|_|/ |/| | | | | | | | | | | ``latex_documents`` setting.
* | | | #379: define hyperref citecolor to match color scheme.Georg Brandl2010-04-171-1/+1
|/ / /
* | | Fix sphinx.sty \includegraphics command redefinitionLeandro Lucarella2009-07-091-1/+3
|/ /
* | Use parskip package instead of setting \parskip ourselves.Georg Brandl2009-06-151-2/+2
|/
* Add empty var for latex options in Makefile for latex output.Georg Brandl2009-03-241-10/+12
|
* merge with 0.5Georg Brandl2009-03-161-0/+18
|\
| * #96: The LaTeX builder now supports figures wrapped by text, when using the ↵Georg Brandl2009-02-211-0/+4
| | | | | | | | ``figwidth`` option and right/left alignment.
| * merge with 0.5Georg Brandl2009-02-142-0/+6
| |\
| * | fix classmethoddesc environmentGeorg Brandl2009-01-241-16/+1
| | |
| * | Close #23: Added a ``classmethod`` directive along with ``method``Georg Brandl2008-12-291-0/+29
| | | | | | | | | | | | and ``staticmethod``.
* | | Handle inline nodes in latex and text writers.Georg Brandl2009-03-161-0/+12
| |/ |/|
* | Handle footnotes in tables in LaTeX.Georg Brandl2009-02-142-0/+6
|/
* 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 ↵georg.brandl2008-10-171-41/+291
| | | | fncychap.sty.
* Remove the "ni" environments; they are useless now that indexgeorg.brandl2008-10-161-66/+6
| | | | entries are always inserted separately. Fixes #4132.