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

Provide a verbatim mode #164

Open
t-bltg opened this issue Nov 13, 2022 · 0 comments
Open

Provide a verbatim mode #164

t-bltg opened this issue Nov 13, 2022 · 0 comments

Comments

@t-bltg
Copy link
Contributor

t-bltg commented Nov 13, 2022

Xref JuliaPlots/Plots.jl#4514.

julia> using GR
julia> plot(1:2, title="\$")
ERROR: syntax error
ERROR: syntax error

It would be useful to provide a verbatim mode (i.e. don't try to interpret title, labels, ... as pseudo-latex commands).

Also, why not support LaTeX inline math mode, instead of plain TeX ?

julia> using GR
julia> plot(1:2, title=raw"\(\sqrt{2}\)")
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

1 participant