JuliaStrings/LaTeXStrings.jl

\textrm not working anymore in Julia 1.5

Closed this issue · 2 comments

lmiq commented

Example:

using Plots, LaTeXStrings
plot(title=L"Test \textrm{Test}")

On Julia 1.2:

image

On Julia 1.5:

image

LaTeX rendering is not done by LaTeXStrings, and is not done by Plots. It is done by the Plots backend, so it depends on what backend you are using. (e.g. PyPlot)?

lmiq commented

Using GR.