Due to the limitation of JLaTeXMath, some complicated formula cannot be rendered correctly.
I'm considering to use MathJaX instead of JLaTeXMath, but I don't like to use WebView (It's so ugly and hard to control). It's possible to find a web API that render LaTeX formula using MathJaX and if so what we need do is just sending formula to it, and retrieving the image it sends back. Obviously this way relies on the Internet, so I plan to use this way as a fallback when JLaTeXMath fails.
Or maybe I could find a way to use MathJaX locally and avoid WebView?
Due to the limitation of JLaTeXMath, some complicated formula cannot be rendered correctly.
I'm considering to use MathJaX instead of JLaTeXMath, but I don't like to use WebView (It's so ugly and hard to control). It's possible to find a web API that render LaTeX formula using MathJaX and if so what we need do is just sending formula to it, and retrieving the image it sends back. Obviously this way relies on the Internet, so I plan to use this way as a fallback when JLaTeXMath fails.
Or maybe I could find a way to use MathJaX locally and avoid WebView?