summaryrefslogtreecommitdiff
path: root/sphinx/writers/latex.py
Commit message (Expand)AuthorAgeFilesLines
* merge with stableGeorg Brandl2014-11-061-1/+2
|\
| * Closes #1619: missing in_production_list check for latex writerGeorg Brandl2014-11-061-1/+2
* | Fix position of \label tag for literal_block was invalid in LaTeXtk0miya2014-10-061-2/+3
* | Fix position of \label tag for table was invalid in LaTeXtk0miya2014-10-061-3/+6
* | Support :numref: in LaTeX writertk0miya2014-10-011-0/+12
* | Add options argument to Sphinx.add_latex_package()tk0miya2014-09-281-1/+6
* | Add new API: Sphinx.add_latex_package()tk0miya2014-09-271-0/+5
* | Fix by review commenttk0miya2014-09-261-1/+1
* | do nested_parse() :caption: of code-block directivetk0miya2014-09-191-7/+16
* | Rename :filename: option of code-block directive to :caption:tk0miya2014-08-111-3/+3
* | Add app.set_translator() API to register or override a Docutils translator cl...shimizukawa2014-08-051-1/+3
* | Merged in lennart0901/sphinx (pull request #260)Takayuki Shimizukawa2014-08-031-0/+2
|\ \
| * | When generating latex references, also insert latex target/anchor for the ids...Olivier Heurtier2014-07-231-0/+2
* | | Escape underscore in citation labels for latex exportLennart Fricke2014-07-311-1/+1
|/ /
* | wrap py3 iterators with list() for each places that expect a list object. ref...shimizukawa2014-04-301-5/+5
* | replace ur'' prefix with r'' to support py2/py3 in one source. refs #1350shimizukawa2014-04-301-1/+1
* | use six privided text_type() to replace with unicode() to support py2/py3 in ...shimizukawa2014-04-291-4/+4
* | use six privided iteritems(),itervalues() to support py2/py3 in one source. r...shimizukawa2014-04-291-1/+2
* | Merged in erny1803/sphinx (pull request #227)Georg Brandl2014-03-011-1/+3
|\ \
| * | Allow alternative float options for figure. See #1. no-pep8Ernesto Revilla2014-02-201-1/+3
* | | Update copyright year.Georg Brandl2014-03-011-5/+17
|\ \ \ | |_|/ |/| |
| * | Merged in mmuraki/sphinx (pull request #192)Georg Brandl2014-03-011-40/+60
| |\ \ | | |/
| | * MergeDmitry Shachnev2014-01-201-2/+2
| | |\
| | | * Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-2/+2
| | * | Merge in pull request #172 from https://bitbucket.org/nsmgr8/sphinx/branch/de...Georg Brandl2014-01-191-0/+5
| | |\ \ | | | |/ | | |/|
| | | * Add filename option to code-blockM Nasimul Haque2013-09-261-0/+5
| | * | merge headsshimizukawa2014-01-151-37/+53
| | |\ \
| | | * | Closes #1174: Fix smart quotes being applied inside roles like :rst:role:`pro...Georg Brandl2014-01-121-0/+7
| | * | | Drop python-2.5 and remove 2.4,2.5 support codesshimizukawa2013-12-151-1/+0
| * | | | readjustment horizontal border-linemmuraki2013-11-141-3/+2
| * | | | Add lost latex table horizontal border-line.mmuraki2013-11-131-1/+3
| |/ / /
* | | | Update copyright year.Georg Brandl2014-03-011-1/+1
| |/ / |/| |
* | | Closes #929: Support parsed-literal blocks in LaTeX output correctly.Georg Brandl2014-01-111-37/+37
* | | Closes #901: Emit a warning when using docutils' new "math" markup without a ...Georg Brandl2014-01-111-0/+9
|/ /
* | Remove handlers for the "refcount" node.Georg Brandl2013-10-121-5/+0
* | Closes #1278: fix typo in attribute name in_production_list.Georg Brandl2013-10-011-1/+1
* | Do not lower() citeid in latex writer's bibitems.Matthias C. M. Troffaes2013-10-011-1/+1
* | moved comment above describing elementErik Bernoth2013-09-251-1/+2
* | writers/latex: debug bibtex hypertarget labelsErik Bernoth2013-09-241-2/+3
|/
* Merged in erikb85/sphinx (pull request #154)Takayuki Shimizukawa2013-09-231-1/+11
|\
| * Conditional prefix prepending for docclassesErik Bernoth2013-09-201-1/+11
| * Makes the config value for latex doc classes more flexible.Erik Bernoth2013-08-061-1/+1
* | Do not use footnotesize for table entries.Georg Brandl2013-09-161-3/+1
* | Table improvements in latex:Lennart Regebro2013-07-121-13/+13
|\ \ | |/
| * Closes #1088: raise an "unsupported" error when trying to put a literal block...Georg Brandl2013-03-301-0/+4
| * Closes #961: Fix LaTeX output for triple quotes in code snippets.Georg Brandl2013-03-301-0/+1
| * Fix leading space in LaTeX table header cells.Georg Brandl2013-03-301-1/+1
| * Closes #1132: Fix LaTeX table output for multi-row cells in the first column.Georg Brandl2013-03-301-2/+3
| * Closes #1126: Fix double-hyphen to en-dash conversion in wrong places such asGeorg Brandl2013-03-301-0/+2
| * versionlabels are handled entirely in the versionmodified directive, instead ...Nozomu Kaneko2013-01-061-7/+2