summaryrefslogtreecommitdiff
path: root/sphinx/writers/latex.py
Commit message (Collapse)AuthorAgeFilesLines
* Closes #695: When the highlight language "python" is specified explicitly, ↵Georg Brandl2012-01-291-1/+2
| | | | | | do not try to parse the code to recognize non-Python snippets. Thanks to Jonas Haag for the patch.
* 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
| | | | | | | | | | | | | | | | | | | | | For the HTML and LaTeX writers, if 'highlight_args' is set on a literal_block node, this is taken as a dictionary of keyword arguments to pass to PygmentsBridge.highlight_block. This allows custom directives to directly set formatter options.
| * | PygmentsBridge: pass keyword arguments to PygmentsMark Lodato2011-07-061-2/+2
| | | | | | | | | | | | | | | | | | In Pygments.highlight_block, pass all extra keyword arguments, including linenos, directly to the Pygments formatter. This allows custom directives to use other Pygments features.
* | | 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
| | | | | | | | | | | | target.
| * | 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
| | | | | | | | | | | | target.
* | | Fix :samp: latex tests.Georg Brandl2011-09-211-1/+3
| | |
* | | Fix #722: remove special styling of :samp: role, and enable placeholder ↵Georg Brandl2011-09-211-7/+5
| | | | | | | | | | | | formatting in literal nodes.
* | | 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 ↵Georg Brandl2011-01-071-20/+28
| | | | | | | | main entries for a given key.
* | #586: Implemented improved glossary markup which allows multiple terms per ↵Georg Brandl2011-01-061-1/+5
| | | | | | | | definition.
* | 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
| | | | | | | | index visitor if the index node is a block one.
| * 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 ↵Georg Brandl2011-01-061-4/+20
| | | | | | | | URLs in footnotes.
* | 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
| | | | | | | | builder.
| * #556: Fix missing paragraph breaks in LaTeX output in certain situations (e.g.Georg Brandl2011-01-031-1/+1
| | | | | | | | if an index directive is positioned between paragraphs).
| * #565: In the LaTeX builder, not only literal blocks require different table ↵Georg Brandl2011-01-031-5/+25
| | | | | | | | handling, but also quite a few other list-like block elements.
* | merge with 1.0Georg Brandl2010-10-221-22/+10
|\ \ | |/
| * #535: Fix LaTeX output generated for line blocks by porting implementation ↵Georg Brandl2010-10-221-22/+10
| | | | | | | | from new docutils code.
* | 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
|\ \ | |/