You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to write latex equations as title/labels won't work. If I type in "\$\\frac{x}{y}\$" it just returns $\frac{x}{y}$ as a title.
The same is when trying to use LaTeXStrings both with L"" and latexstring() syntax.
Tried to both use it as a Plots.jl backend and directly.
Version info
Julia Version 1.4.1
Commit 381693d3df* (2020-04-14 17:20 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: Intel(R) Core(TM) i7-6600U CPU @ 2.60GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-8.0.1 (ORCJIT, skylake)
Environment:
JULIA_DEPOT_PATH = C:\Users\arjur\.juliapro\JuliaPro_v1.4.1-1;C:\Users\arjur\AppData\Local\JuliaPro-1.4.1-1\Julia-1.4.1\local\share\julia;C:\Users\arjur\AppData\Local\JuliaPro-1.4.1-1\Julia-1.4.1\share\julia
JULIA_EDITOR = "C:\Users\arjur\AppData\Local\JuliaPro-1.4.1-1\app-1.45.0\atom.exe" -a
JULIA_NUM_THREADS = 2
JULIA_PKG_SERVER = pkg.juliacomputing.com
And also:
Julia Version 1.3.0
Commit 46ce4d7933 (2019-11-26 06:09 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: Intel(R) Core(TM) i7-6600U CPU @ 2.60GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.1 (ORCJIT, skylake)
Trying to write latex equations as title/labels won't work. If I type in
"\$\\frac{x}{y}\$"
it just returns$\frac{x}{y}$
as a title.The same is when trying to use LaTeXStrings both with
L""
andlatexstring()
syntax.Tried to both use it as a Plots.jl backend and directly.
And also:
And for 1.3 version:
The text was updated successfully, but these errors were encountered: