Hong Xu
d8990b4612
Add deprecation information to sphinx.ext.pngmath
2015-12-29 15:14:04 -08:00
Hong Xu
f233c604ef
imgmath: Make the size of the displayed math customizable.
2015-12-29 15:14:04 -08:00
Hong Xu
ea25284d0a
Replace pngmath with imgmath in quickstart.
2015-12-29 15:14:04 -08:00
Hong Xu
657ebc2ab0
Add Hong Xu to the AUTHOR list
2015-12-29 15:14:04 -08:00
Hong Xu
f68bfbdbb7
Update the pngmath doc to synchronize with imgmath
2015-12-29 15:14:04 -08:00
Hong Xu
355fe2a233
Add the imgmath extension, the successor of pngmath.
...
In addition to the features which pngmath supports, imgmath also
supports svg output format.
2015-12-29 15:13:57 -08:00
Hong Xu
2ee03a2729
Fix #981 : LaTeX: support image file names with more than 1 dots
...
LaTeX cannot detect image file names with more than 1 dots in it
correctly. The solution is to use '{}' to surround the base name. See
https://tex.stackexchange.com/questions/10574/includegraphics-dots-in-filename
Fix #981
2015-12-17 19:03:31 -08:00
Hong Xu
691141d23f
sphinx.ext.graphviz: Add doc to explain how to make the links in svg output work.
2015-12-16 19:33:17 -08:00
Hong Xu
1a1f735478
sphinx.ext.graphviz: use <object> instead of <img> to embed svg
...
If svg files are embedded in <img> in html, all interactive features are
lost, which graphviz is able to produce. This commit replace <img> with
<object> for svg files.
Close #967
2015-12-16 02:55:40 -08:00
Hong Xu
0084004cfd
Add testing cases for the "latex_show_urls" option
2015-12-11 15:06:14 -08:00
Hong Xu
e2f56a64a4
Email addresses should not be showed again if latex_show_urls is not False
...
The latex output shows email addresses even the external links itself is
an email address. For example, for an email address me@example.com ,
latex output will show it as "me@example.com (me@example.com )". This
commit fixes this issue by removing the "mailto:" prefix before
comparing the text and uri.
2015-12-11 15:05:54 -08:00