Extension talk:Math/advancedSettings

About this board

24.192.109.217 (talkcontribs)

This document is a real mess. I started the installation and don't know how to finish this...

All I want is to have SVG or PNG files of the formulae. I do not, repeat, do not, ever want to see a formula composed of characters stacked as some twisted ASCII art that resembles a formulae. I own my Debian web server, and the installation of the packages with TeX/LaTeX packages installed now. I even have the latest version 1.30. Now, what in the hell do I do? This is a jumbled, incoherent mess.

Uvas magicas (talkcontribs)

I followed the steps of installation in windows 10 and when entering my wiki it shows me this error [XDrHMFpmSShwTQ6gG9GPPwAAABQ] 2019-01-13 05:05:53: Excepción grave de tipo "MWException" How is it solved?

Physikerwelt (talkcontribs)

I guess that you have ot installed the curl php extension. Have you checked out the latest version of Mediawiki and the extension from the master branch?

To understand the error message please read Manual:How to debug to find out more.

Reply to "serious error of math"

Possible to use SimpleMathJax for Client-side Rendering?

2
Mike.fochtman (talkcontribs)

I know the whole 'Math rendered by client-side MathJax' question had been argued and debated long ago (read through Task 99369 (Gerrit:212270) ). But I think that was all prior to Extension:SimpleMathjax. This is a really small, easy to implement extension that can be configured to use a CDN or the same host for supplying the MathJax code to the browser. It allows the author to write in TeX, a plus in many peoples opinion, and does not require browser add-ins to display on modern browsers such as Chrome.

It's been about 4 years and I think it may be appropriate to revisit this issue.

Specifically, I'm maintaining a wiki that does NOT have internet access, and frankly, getting Mathoid service running is NOT nearly as simple as SimpleMathJax. First nodejs, then mathoid, then librsvg which requires GTK, and a restbase service? and a compiler? That's when I gave up on Mathoid. Simplemathjax it was just install Mathjax on my server, configure SImplemathjax and done.

By changing the settings in SimpleMathjax ( $wgSmjInlineMath) I was able to have it perform client-side rendering of the math tags very quickly. But, it doesn't seem to be supported inside the Visual Editor. So I was hoping to use this extension and somehow resurrect client-side rendering?


Physikerwelt (talkcontribs)

The Math extension is deployed by WMF and preliminary optimized to serve the needs of WMF and wikis connected to the internet. For those who are not connected to the internet, the option is to use mathoid in CLI mode. This requires librsvg, node, and mathoid. Restbase is not needed. Improvements to the documentation are appreciated, but I have no capacity at all to improve the documentation myself.

Reply to "Possible to use SimpleMathJax for Client-side Rendering?"
There are no older topics