Does plantuml 1.2020.02 version support jlatexmath ? Is jlatex math still in beta?

0 votes
asked Mar 30, 2021 in Question / help by anonymous
1) Does plantuml 1.2020.02 version support jlatexmath to render mathematical equations inside plantuml?
2) Is jlatex math still in beta?

1 Answer

0 votes
answered Mar 30, 2021 by The-Lu (64,340 points)

Hello A.,

For jlatex, you can use:

@startlatex
\sum_{i=0}^{n-1} (a_i + b_i^2)
@endlatex

or:

See also doc. here: https://plantuml.com/ascii-math

If that can help,
Regards,
Th.

commented Apr 5, 2021 by anonymous

Thanks for your reply. I have already tried these syntax using jaltex math jar files and its working fine. But are the jar files still in beta?

Please check the download link for jars at the end of following webpage in asciimath plantuml.
https://plantuml.com/ascii-math

 

...