Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | math: Add hyperlink marker to each equations in HTML output | Takeshi KOMIYA | 2016-07-09 | 1 | -1/+4 | |
|/ | ||||||
* | Dont add the imgmath dvi->svg arg twice | Julien Schueller | 2016-05-26 | 1 | -2/+0 | |
| | | | It's already added in the general case for png too a few lines below | |||||
* | Fix MathExtError arguments in imgmath | Julien Schueller | 2016-05-25 | 1 | -1/+1 | |
| | | | | | It's constructor is: ```class MathExtError(SphinxError): def __init__(self, msg, stderr=None, stdout=None):``` | |||||
* | imgmath: Add missing parentheses for string formatting | Dmitry Shachnev | 2016-05-02 | 1 | -2/+2 | |
| | ||||||
* | Update error message for conflict of math extensions | Takeshi KOMIYA | 2016-04-28 | 1 | -1/+1 | |
| | ||||||
* | Fix error messages | Takeshi KOMIYA | 2016-04-28 | 1 | -1/+1 | |
| | ||||||
* | Show error reason when multiple math extensions are loaded (ref: #2499) | Takeshi KOMIYA | 2016-04-28 | 1 | -2/+6 | |
| | ||||||
* | math: Add math_number_all to enforce numbering all displayed math. | Hong Xu | 2016-01-18 | 1 | -1/+2 | |
| | ||||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
| | ||||||
* | imgmath: Make the size of the displayed math customizable. | Hong Xu | 2015-12-29 | 1 | -3/+7 | |
| | ||||||
* | Add the imgmath extension, the successor of pngmath. | Hong Xu | 2015-12-29 | 1 | -0/+280 | |
In addition to the features which pngmath supports, imgmath also supports svg output format. |