سؤال

I need a renderer/parser in Javascript or Java for MediaWiki syntax which supports mathematical symbols and formulas.

هل كانت مفيدة؟

المحلول

MediaWiki uses AMS-LateX for its formulas:

http://en.wikipedia.org/wiki/Help:Formula

There are plenty of renderers for mathematical LaTeX available in Java, eg. http://jmathtex.sourceforge.net/, and JavaScript has eg. http://www.math.union.edu/~dpvc/jsMath/ and http://www.mathjax.org/ as well.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top