bmxam

Results 6 comments of bmxam

I do have a similar failing example with `Symbolics v5.4.0`. I have used the `scalarize` trick found here https://github.com/JuliaSymbolics/Symbolics.jl/issues/580#issuecomment-1109988415. ```julia using Symbolics using LinearAlgebra @variables Ω[1:3] x[1:3] y[1:3] τ #...

Hi Benoît (and everyone), Now that the "antiderivative" PR has been merged in MultivariatePolynomials.jl, the present PR can be examined. Note that some unit tests are provided.

I see. How do you check that the MathTeXEngine fonts are correctly installed? I ran the Luxor LaTeX documentation example (see below). Everything seems at the right place but, indeed,...

On a linux machine, where the fonts of `MathTeXEngine` have been copied to `~/.local/share/fonts`, I obtain the following result: ![mwe](https://github.com/JuliaGraphics/Luxor.jl/assets/7127634/6c03e2e9-b8e0-4d38-99cc-6b17b2bc1616)

Thank you for your answer. I chose the LaTeX svg in the present case. It would be nice to have a "fallback" extension where the LaTeX would be compiled on-the-fly...

Well I could submit a PR where this `elseif` bloc is removed but that wouldn't be a good idea if we don't know why the author of these lines wrote...