Can't insert new equations.
Brought to you by:
baudinr
However when entering the option tab in TexMaths config I get:
"Index out of defined range"
The macro editor says it's in TexMathsTools file, line 240:
major = vstr(0)
' Get the major and minor version numbers
Dim vstr() as String, major as Integer, minor as Integer
vstr = split(version, ".", 3)
major = vstr(0)
minor = vstr(1)
LO v5.4.7.2
Deleting dvisvgm in the path tab solves this issue. I'm guessing the version number got bigger than you expected.
My version is: dvisvgm 2.3.5
Strange! The dvisvgm expected version number is x.y.z and this is the format you have...
Could you attach here the faulty dvisvgm program?
attached
I was not able to reproduce the bug so I close it now.