-
Look into using MathJax for web display of equations. TeX4ht currently converts to images, which is quite annoying.
trvrb updated
12 years ago
-
Sometimes it's more convenient to use the ( ) math environment delimiters than dollar signs. Being able to choose would also make import/export easier with other MathJax-enabled apps.
-
```
Adding mathjax to the flask notebook. The following patch should apply to the
current tip of rkirov-flask. I merges all patches from trac_9774 and is rebased.
To try it also you have to unzip Ma…
-
Has anyone gotten this to work with MathJax?
http://www.mathjax.org/
-
Hey - I was expecting the default org export behaviour of adding a script tag to import mathjax and some settings when latex support is needed on a page, but I notice that this doesn't happen with the…
-
When looking at this presentation through the github pages page (https://yogsototh.github.io/Category-Theory-Presentation/), mathjax doesn't load because http is explicitly used in the script source. …
-
Discovered while writing tests... it would be nice if text designed for MathJax would still render, as regular text, when MathJax is not found in the global namespace. Currently it just crashes.
-
コメントなどに数式を表示できるようにする
-
```
What feature or behavior would you like to see: I'd like to be able to use
MathJax in posts. The wiki suggests using latex.codecogs.com to render math as
images, but this requires the user to co…
-
Thanks to @jkfurtney we have basic support for log axes. But the tick labels can get ugly. The underlying tick labels contain TeX: `Text(10,0,'$\\mathdefault{10^{1}}$')`. This seems like a good excuse…