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
1. Previously, with the asciidoctor-diagram plugin, math formulas could render correctly in .adoc: files.
[plantuml, align="center"]
....
@startmath
d = (ct)/2
@endmath
....
2. However, after switching to Kroki, I encounter rendering issues in both HTML and PDF.
3. I attempt to replicate the formulas example from PlantUML Official Site on Kroki's Try. It appears that none of the formulas render as expected, whether using AsciiMath notation, JLaTeXMath notation, or creating standalone AsciiMath formulas.
4. I follow the instructions in #yuzutech/kroki#442, and add jlatexmath-minimal-1.0.3.jar in the same folder as plantuml.jar, but the problem persists. I'm unsure how to proceed and would appreciate guidance.
The text was updated successfully, but these errors were encountered:
1. Previously, with the asciidoctor-diagram plugin, math formulas could render correctly in .adoc: files.
2. However, after switching to Kroki, I encounter rendering issues in both HTML and PDF.
3. I attempt to replicate the formulas example from PlantUML Official Site on Kroki's Try. It appears that none of the formulas render as expected, whether using AsciiMath notation, JLaTeXMath notation, or creating standalone AsciiMath formulas.
4. I follow the instructions in #yuzutech/kroki#442, and add
jlatexmath-minimal-1.0.3.jar
in the same folder asplantuml.jar
, but the problem persists. I'm unsure how to proceed and would appreciate guidance.The text was updated successfully, but these errors were encountered: