bmxam
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: 
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...