summaryrefslogtreecommitdiff
path: root/sphinx/writers/latex.py
Commit message (Expand)AuthorAgeFilesLines
* Closes #695: When the highlight language "python" is specified explicitly, do...Georg Brandl2012-01-291-1/+2
* latex: table: push the whole context at onceBenoit Allard2011-10-121-5/+6
* Restore Python 3 compatibility.Georg Brandl2011-10-091-1/+2
* Merge with 1.0Georg Brandl2011-09-231-5/+8
|\
| * Switch off pagerefs in production lists.Georg Brandl2011-09-231-1/+2
| * Fix output for complicated signatures in latex.Georg Brandl2011-09-231-4/+6
* | Merge with 1.0Georg Brandl2011-09-231-2/+3
|\ \ | |/
| * Fix #613: Allow Unicode characters in production list token names.Georg Brandl2011-09-221-1/+2
| * Fix #506: block table alignment problem.Georg Brandl2011-09-221-1/+1
* | support to the pTex(Japanese TeX) in docutils 0.8.1aohta2011-09-221-8/+10
* | Merged in marklodato/sphinx (pull request #4)Georg Brandl2011-09-221-2/+3
|\ \
| * | add 'highlight_args' option for literal_block nodesMark Lodato2011-07-061-1/+2
| * | PygmentsBridge: pass keyword arguments to PygmentsMark Lodato2011-07-061-2/+2
* | | Print table headers not only in first page but in next pagesShunichi Shinohara2011-09-221-2/+8
* | | Merge with 1.0.Georg Brandl2011-09-211-2/+2
|\ \ \ | | |/ | |/|
| * | Fix #611: latex writer raised IndexError on pages with no section but a link ...Georg Brandl2011-09-211-2/+6
| * | Fix #574: Improvement to Japanese LaTeX support.Georg Brandl2011-09-211-2/+2
* | | Fix #611: latex writer raised IndexError on pages with no section but a link ...Georg Brandl2011-09-211-2/+6
* | | Fix :samp: latex tests.Georg Brandl2011-09-211-1/+3
* | | Fix #722: remove special styling of :samp: role, and enable placeholder forma...Georg Brandl2011-09-211-7/+5
* | | Code style fixes.Georg Brandl2011-09-171-4/+4
* | | Add multirow / multicol support for latexJoel Wurtz2011-08-311-7/+30
| |/ |/|
* | Make check.Georg Brandl2011-01-151-3/+6
* | merge with 1.0Georg Brandl2011-01-151-12/+6
|\ \ | |/
| * #558: Fix longtables with captions in LaTeX output.Georg Brandl2011-01-151-2/+1
| * Make token references work as hyperlinks again in LaTeX output.Georg Brandl2011-01-151-10/+5
* | #160: separate latex rows with horizontal lines like in other builders too.Georg Brandl2011-01-081-5/+5
* | #454: Add more index markup capabilities: marking see/seealso entries, and ma...Georg Brandl2011-01-071-20/+28
* | #586: Implemented improved glossary markup which allows multiple terms per de...Georg Brandl2011-01-061-1/+5
* | merge with 1.0Georg Brandl2011-01-061-0/+2
|\ \ | |/
| * Fix regressions introduced with #556 fix: explicitly add line break in theGeorg Brandl2011-01-061-0/+2
| * Prevent putting footnotes in captions, which is not supported by latex.Georg Brandl2011-01-061-1/+11
* | #516: Added new value of the :confval:`latex_show_urls` option to show the UR...Georg Brandl2011-01-061-4/+20
* | merge with 1.0Georg Brandl2011-01-061-2/+4
|\ \ | |/
| * Adapt to refactoring of Babel class in latest docutils.Georg Brandl2011-01-051-2/+4
* | merge with 1.0Georg Brandl2011-01-041-1/+2
|\ \ | |/
| * Fix long line.Georg Brandl2011-01-041-1/+2
* | merge with 1.0Georg Brandl2011-01-041-1/+1
|\ \ | |/
| * New year update.Georg Brandl2011-01-041-1/+1
* | merge with 1.0Georg Brandl2011-01-041-8/+40
|\ \ | |/
| * Even more tweaking of the latex tabular environment selection code.Georg Brandl2011-01-031-7/+12
| * #574: Add special code for better support of Japanese documents in the LaTeX ...Georg Brandl2011-01-031-0/+7
| * #556: Fix missing paragraph breaks in LaTeX output in certain situations (e.g.Georg Brandl2011-01-031-1/+1
| * #565: In the LaTeX builder, not only literal blocks require different table h...Georg Brandl2011-01-031-5/+25
* | merge with 1.0Georg Brandl2010-10-221-22/+10
|\ \ | |/
| * #535: Fix LaTeX output generated for line blocks by porting implementation fr...Georg Brandl2010-10-221-22/+10
* | merge with 1.0Georg Brandl2010-10-221-12/+10
|\ \ | |/
| * #534: warning message instead of crash if invalid Pygments lexer name is used.Georg Brandl2010-10-221-11/+9
| * include a blank line before a new line-block so it stands as its own paragraphDoug Hellmann2010-10-201-1/+1
* | merge with 1.0Georg Brandl2010-08-231-1/+2
|\ \ | |/