Latexify.jl icon indicating copy to clipboard operation
Latexify.jl copied to clipboard

Pairs of numbers incorrectly concatenated with cdot = false

Open kapple19 opened this issue 6 months ago • 4 comments

I initially opened this issue in Symbolics.jl since I superficially noticed this issue occurs with @variables and not Exprs or Strings fed to latexify.

image

image

Basically the @latexrecipes defined in Symbolics.jl/src/latexify_recipes.jl all set cdot --> false, which avoids placing \cdots everywhere.

There isn't a simple solution to this, but I'm happy to look into the challenge of designing an algorithm and non-breaking (additive) API that places \cdots in some nicely disambiguating places.

kapple19 avatar Aug 10 '24 15:08 kapple19