summaryrefslogtreecommitdiff
path: root/sphinx/ext/mathbase.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
| |
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-1/+1
| |
* | ``sphinx.util.compat.Directive`` class is now deprecated.Takeshi KOMIYA2016-12-131-2/+1
| |
* | Add type-check annotations to sphinx.extTakeshi KOMIYA2016-11-161-1/+35
|/
* Fix #3038: ``sphinx.ext.math*`` raises TypeError if labels are duplicatedTakeshi KOMIYA2016-10-131-1/+1
|
* Merge branch 'stable'Takeshi KOMIYA2016-09-011-4/+7
|\
| * mathbase: Generate \label only if label existsTakeshi KOMIYA2016-09-011-1/+2
| |
| * Fix could not reference equations if ``:nowrap:`` option specifiedTakeshi KOMIYA2016-09-011-1/+2
| |
* | Add domain support to support equation cross references (ref: #1210, #2851)Takeshi KOMIYA2016-08-221-68/+117
|/
* Fix #2646: latex crashes if math contains twice empty linesTakeshi KOMIYA2016-06-091-1/+1
|
* Move \! before \begin{aligned} (ref: #2370)Takeshi KOMIYA2016-04-161-3/+3
|
* Fix failure in py3Takeshi KOMIYA2016-04-141-1/+1
|
* sphinx.ext.mathbase: Refactor LaTeX outputTakeshi KOMIYA2016-04-141-15/+30
|
* Fix #2370: the equations are slightly misaligned in LaTeXTakeshi KOMIYA2016-04-141-4/+3
|
* Fix #2348: Move amsmath and amssymb to before fontpkg on LaTeX writerTakeshi KOMIYA2016-03-031-6/+0
|
* Merge branch 'stable'Georg Brandl2016-02-161-1/+6
|\
| * Fix #2290: ``sphinx.ext.mathbase`` use of amsfonts may break user choice of ↵Takeshi KOMIYA2016-02-151-1/+6
| | | | | | | | math fonts
* | Use "align" environment to wrap math equations instead of "gather"Hong Xu2016-01-201-8/+11
| | | | | | | | | | | | | | Using align brings the benefit when multiple math equations are in one math directive, alignment is provided. We also use "aligned" to wrap the equations since in this way all the equations will be given only one label/tag, while previously only the first equation is labeled.
* | math: Add math_number_all to enforce numbering all displayed math.Hong Xu2016-01-181-5/+10
| |
* | Merge branch 'stable'Georg Brandl2016-01-141-1/+1
|\ \ | |/
| * Obligatory copyright update.Georg Brandl2016-01-141-1/+1
| |
* | Merge with '87998df9cbef2380345d436121e6bca43345d2bd' on stableshimizukawa2016-01-101-1/+18
|\ \ | |/ | | | | | | Conflicts: tests/test_build_latex.py
| * Merge pull request #2188 from xuhdev/latex-math-section-titleTakeshi KOMIYA2015-12-221-1/+17
| |\ | | | | | | Fix #1480: LaTeX: Support math in section titles
| | * LaTeX: Support math in section titlesHong Xu2015-12-201-1/+17
| | | | | | | | | | | | Fix #1480
| * | Fix LaTeX output of \mathbb in mathHong Xu2015-12-211-0/+1
| |/ | | | | | | | | | | If \mathbb is used in math, which is commonly used to represent sets, the output LaTeX won't compile. This commit fixes this issue by adding amsfonts package in the setup of sphinx.ext.mathbase .
* | fixup test suite for already-registered warningsGeorg Brandl2015-07-221-1/+1
|/
* ext: pep8 fixesGeorg Brandl2015-03-081-15/+31
|
* all: update copyrightGeorg Brandl2015-01-031-1/+1
|
* Update copyright year.Georg Brandl2014-03-011-1/+1
|
* Closes #1299: Make behavior of the :rst:dir:`math` directive more consistent ↵Georg Brandl2014-01-121-0/+4
| | | | and avoid producing empty environments in LaTeX output.
* Closes #929: Support parsed-literal blocks in LaTeX output correctly.Georg Brandl2014-01-111-1/+1
|
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* Merge with 1.0Georg Brandl2011-09-231-1/+2
|\
| * Fix #648: Fix line numbers reported in warnings about undefined references.Georg Brandl2011-09-231-1/+2
| |
* | The math extension displaymath directives now support ``name`` inGeorg Brandl2011-06-301-1/+4
| | | | | | | | | | addition to ``label`` for giving the equation label, for compatibility with Docutils.
* | Add Texinfo support in ext.graphviz, ext.inheritance_diagram and ext.mathbase.Jonathan Waltman2011-03-051-5/+8
| |
* | merge with 1.0Georg Brandl2011-01-151-1/+2
|\ \ | |/
| * Fix for docutils versions without directive.src attribute.Georg Brandl2011-01-151-1/+2
| |
* | merge with 1.0Georg Brandl2011-01-071-0/+2
|\ \ | |/
| * Add line numbers to newly generated nodes.Georg Brandl2011-01-071-0/+2
| |
* | merge with 1.0Georg Brandl2011-01-041-1/+1
|\ \ | |/
| * New year update.Georg Brandl2011-01-041-1/+1
| |
* | Implement missing node handlers for texinfo. Enable checking warnings from ↵Georg Brandl2010-10-221-2/+2
| | | | | | | | texinfo build in tests.
* | Fix call.Georg Brandl2010-10-221-2/+2
| |
* | Add add_node() support for texinfo and add handlers for nodes in our extensions.Georg Brandl2010-10-221-12/+30
|/
* Add more visitors for manpage writer.Georg Brandl2010-03-011-0/+17
|
* Happy new year!Georg Brandl2010-01-011-1/+1
|
* Change the name of mathbase.setup() so that putting it in extensions doesn't ↵Georg Brandl2009-11-081-1/+1
| | | | fail with an obscure TypeError.
* Convert directives in builtin extensions to class API.Georg Brandl2009-02-181-18/+30
|