summaryrefslogtreecommitdiff
path: root/sphinx/templates/latex
Commit message (Expand)AuthorAgeFilesLines
...
* latex: hint that code-blocks continue on next page (closes #3764)jfbu2017-06-141-0/+1
* Merge pull request #3686 from jfbu/dropthreeparttableJean-François B2017-05-092-10/+6
|\
| * Rename ``\sphinxcaptionof`` to ``\sphinxcaption``, only 2 argsjfbu2017-05-042-2/+2
| * Separate ``\sphinxcapstartof`` macro, to facilitate caption below tablejfbu2017-05-042-0/+2
| * Drop usage of threeparttable LaTeX package (closes #3532)jfbu2017-05-012-10/+4
* | Remove deprecated latex features at 1.7jfbu2017-05-031-10/+0
|/
* Rename and simplify LaTeX macrosjfbu2017-03-041-1/+1
* Fix #3491 via equalizing vertical spaces for latex tables of all typesjfbu2017-03-044-10/+9
* Allow to replace table templates for LaTeX by user'sTakeshi KOMIYA2017-03-031-0/+0
* Remove frame around LaTeX longtable's "Continued on next page" footerjfbu2017-03-031-2/+1
* Merge branch 'stable'jfbu2017-03-031-2/+2
|\
* | Improve latex tables: fix #1574 and other rendering issuesjfbu2017-03-011-0/+8
* | Fix longtable template after PR#3429 mergejfbu2017-02-271-2/+2
* | LaTeX writer: symmetrize footnote restrictions for tablesjfbu2017-02-183-1/+9
* | (latex) hyperlinked footnotes from table bodiesjfbu2017-02-183-6/+6
* | refactor latex table templates to avoid extra vertical spaces (refs #3405)jfbu2017-02-112-30/+30
* | fix tabulary template closing environments in wrong order (refs: #3405)jfbu2017-02-111-3/+3
* | Fix #3377: Add support for Docutils 0.13 ``:align:`` option for tablesTakeshi KOMIYA2017-02-113-1/+37
* | Merge branch 'stable'jfbu2017-02-091-1/+1
|\ \ | |/
| * Fix #3356 and #3394 (latex) text layout of Japanese documentsjfbu2017-02-051-1/+1
* | Streamlines newlines in latex output for tablesjfbu2017-02-043-14/+16
* | latex: Use templates to render tablesTakeshi KOMIYA2017-02-043-0/+45
|/
* rename ``'postamble'`` to ``'atendofbody'`` (ref #2877)jfbu2016-11-061-1/+1
* use inputenc latex template variable alwaysjfbu2016-11-051-2/+0
* make inputenc template use conditional on latex_engine being pdflatexjfbu2016-11-041-0/+2
* `latex_engine` template variable, check luatex85 only if lualatex enginejfbu2016-11-041-0/+9
* refactor the handling of latex optionsjfbu2016-10-291-1/+1
* use 'sphinxpackageoptions' as argument to ``\sphinxsetup``jfbu2016-10-281-1/+2
* ``'sphinxpackageoptions'`` for key=value styling of Sphinx LaTeXjfbu2016-10-271-2/+1
* Fix #777: (part II) LaTeX output "too deeply nested"jfbu2016-10-261-1/+1
* latex: Disable babel if polyglossia loadedTakeshi KOMIYA2016-10-251-1/+1
* Revert "new ``'packages'`` key to ``latex_elements``"jfbu2016-10-141-1/+0
* new ``'packages'`` key to ``latex_elements``jfbu2016-10-141-0/+1
* (latex) separate loading of hyperref from sphinx.styjfbu2016-10-141-0/+1
* make sphinx latex style file use a package optionjfbu2016-10-111-1/+1
* Fix #3018: LaTeX problem with page dimensions and chapter titlesjfbu2016-10-071-0/+1
* Fix #2877: Rename ``latex_elements['footer']`` to ``latex_elements['postpream...Takeshi KOMIYA2016-09-171-1/+1
* Replace iftex by latex_engineTakeshi KOMIYA2016-07-191-1/+0
* Jinja2-ize latex writerTakeshi KOMIYA2016-07-071-0/+42