jlatexmath icon indicating copy to clipboard operation
jlatexmath copied to clipboard

A Java API to render LaTeX

Results 29 jlatexmath issues
Sort by recently updated
recently updated
newest added

hi, i use experimental branch. i found \intop is incorrect when over script is null, for example \intop_1. after \intop_1 is called, \intop is wrong too

A nice collection of (mostly) real world test cases: [latexTests2.txt](https://github.com/opencollab/jlatexmath/files/1862084/latexTests2.txt) Some of them use \cellcolor{}, see https://github.com/opencollab/jlatexmath/issues/25

https://github.com/burnpanck/MathJax-siunitx

env: jvm 1.8.0_45 jlatexmath 1.0.6 input formula string :a/leq b output image sometimes like this ![test](https://user-images.githubusercontent.com/2542572/38715227-7bc623ec-3f0c-11e8-8aed-2c6dde5b0e9a.jpg) or like this ![test3](https://user-images.githubusercontent.com/2542572/38715252-99e59164-3f0c-11e8-94e4-f947f3ace73b.jpg). after debug, i find the different, "leq" mapping to a...

AFAIK, it has been removed with the ant migration.

Hi @calixteman asked that I proceed with the refactor to use maven as a build tool as discussed in #6. I have a fork at https://github.com/davidmoten/jlatexmath that is looking good...

The last version published on the maven central repository is [1.0.2](http://search.maven.org/#search%7Cga%7C1%7Cjlatexmath). It would be much appreciated if you could publish the latest version. I'm aware of the [previous discussion](http://forge.scilab.org/index.php/p/jlatexmath/issues/1293/) of...

IntelliJ IDEA shows that the following line has a potential fault (`script` can be `null` and subsequently dereferenced): https://github.com/opencollab/jlatexmath/blob/e1bcaa30ae6e73057b9b8d11e54a1ef8929fd299/jlatexmath/src/main/java/org/scilab/forge/jlatexmath/OverUnderBox.java#L96 Whether that fault is ever realized I haven't explored. Here's the...

I am developing a class to automate the colouring of LaTeX elements based on their type (numbers, Greek letters, operators, etc). Currently I can identify named functions as the atoms...