1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-14 22:22:24 +00:00
plantuml/src/net/sourceforge/plantuml/math
BOUDJENIBA Oussama d85f96256e
Prevent IndexOutOfBoundsException in equation rendering by checking non-empty 'texsymbol' strings
This commit introduces a check before accessing the first character of 'texsymbol' strings in equation rendering, preventing IndexOutOfBoundsException when custom functions names are used which can lead to an empty string. This change ensures that equations custom variables names ending with standard function strings are handled gracefully without errors
2024-03-04 09:58:29 +01:00
..
AsciiMath.java wip 2023-02-28 22:22:51 +01:00
ASCIIMathTeXImg.java Prevent IndexOutOfBoundsException in equation rendering by checking non-empty 'texsymbol' strings 2024-03-04 09:58:29 +01:00
ConverterSvg.java Packages move and bugfix 2023-02-22 19:43:48 +01:00
LatexBuilder.java Packages move and bugfix 2023-02-22 19:43:48 +01:00
package-info.java docs: add package-info.java and readme.md 2023-11-02 20:38:00 +00:00
PSystemLatex.java Packages move and bugfix 2023-02-22 19:43:48 +01:00
PSystemLatexFactory.java Packages move and bugfix 2023-02-22 19:43:48 +01:00
PSystemMath.java wip 2023-02-28 22:22:51 +01:00
PSystemMathFactory.java Packages move and bugfix 2023-02-22 19:43:48 +01:00
readme.md docs: add package-info.java and readme.md 2023-11-09 20:11:23 +00:00
ScientificEquation.java Packages move and bugfix 2023-02-22 19:43:48 +01:00
ScientificEquationSafe.java Version 1.2023.2 2023-02-26 19:51:17 +01:00
TeXIconBuilder.java Packages move and bugfix 2023-02-22 19:43:48 +01:00

Directory Documentation for math

Description

This package provides classes used to manage PlantUML ASCII Math format.

Reference

Credit

Dependency (if available)

  • org.scilab.forge.jlatexmath
  • org.apache.batik