You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can reproduce this issue. This happens because JLatexMathPlugin relies on ImagesPlugin (all latex is displayed via AsyncDrawable). And internally we set image-size for a latex formula to be 100% of canvas width. Thus, image is scaled up whilst keeping the ratio (increase in both width and height), but this scaling is ignored by JLatexMathDrawable.
The solution would be of cause to stop relying on ImagesPlugin. And the good thing is: it is already done in upcoming 4.0.0 snapshot version. I'm going to fix this issue also. So, if you are only evaluating the project starting with the next 4.0.0 version might be a good idea (less migration).
I have also noticed that JLatexMathPlugin uses the same drawable for all latex formulas background and going to fix that also.
Please specify expected/actual behavior
There's extra padding between the formulas where there should be none.
Please specify conditions/steps to reproduce (layout, code, markdown used, etc)
This is the code used in the activity.
The markdown used.
The text was updated successfully, but these errors were encountered: