Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

\textrm implementation? #84

Closed
itsmohitanand opened this issue Oct 23, 2022 · 1 comment
Closed

\textrm implementation? #84

itsmohitanand opened this issue Oct 23, 2022 · 1 comment

Comments

@itsmohitanand
Copy link

I can use \mathrm but is \textrm already available to be used in Makie? I get an error.

caused by: TeXParseError: unsupported command \textrm
at position 9 (string index 9)
 \textrm{NEE}  \ a [gC \ mm^{-2}yr^{-1}]
        ^
Stack before
[1] TeXExpr :expr

This would be a minimum working example.

f = Figure(resolution = (1400, 400))
ax_beech = Axis(f[2,1], xgridvisible = false, ygridvisible = false, xlabel = "Mortality [%] Beech", ylabel = L" \textrm{NEE}  \ a [gC \ mm^{-2}yr^{-1}]")

\mathrm works but I also want to use \textrm

@Kolaru
Copy link
Owner

Kolaru commented Dec 30, 2023

Fixed on master.

@Kolaru Kolaru closed this as completed Dec 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants