summaryrefslogtreecommitdiff
path: root/sphinx/ext/imgmath.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | math: Add hyperlink marker to each equations in HTML outputTakeshi KOMIYA2016-07-091-1/+4
|/
* Dont add the imgmath dvi->svg arg twiceJulien Schueller2016-05-261-2/+0
| | | It's already added in the general case for png too a few lines below
* Fix MathExtError arguments in imgmathJulien Schueller2016-05-251-1/+1
| | | | | It's constructor is: ```class MathExtError(SphinxError): def __init__(self, msg, stderr=None, stdout=None):```
* imgmath: Add missing parentheses for string formattingDmitry Shachnev2016-05-021-2/+2
|
* Update error message for conflict of math extensionsTakeshi KOMIYA2016-04-281-1/+1
|
* Fix error messagesTakeshi KOMIYA2016-04-281-1/+1
|
* Show error reason when multiple math extensions are loaded (ref: #2499)Takeshi KOMIYA2016-04-281-2/+6
|
* math: Add math_number_all to enforce numbering all displayed math.Hong Xu2016-01-181-1/+2
|
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
|
* imgmath: Make the size of the displayed math customizable.Hong Xu2015-12-291-3/+7
|
* Add the imgmath extension, the successor of pngmath.Hong Xu2015-12-291-0/+280
In addition to the features which pngmath supports, imgmath also supports svg output format.