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

How can I get L"(1,(2,3))" from latexify(:(1,(2,3)))? #253

Open
hyrodium opened this issue Apr 3, 2023 · 0 comments
Open

How can I get L"(1,(2,3))" from latexify(:(1,(2,3)))? #253

hyrodium opened this issue Apr 3, 2023 · 0 comments

Comments

@hyrodium
Copy link
Contributor

hyrodium commented Apr 3, 2023

The current output of latexify(:(1,(2,3))) on Latexify v0.15.18 is:

julia> latexify(:(1,(2,3)))
L"$1, 2, 3$"

But I would like to have:

julia> latexify(:(1,(2,3)))
L"$(1, (2, 3))$"

Can we produce this output with some keyword arguments?
I have looked for the documentation and tests, but I couldn't find them.

@hyrodium hyrodium changed the title How can I get L"(1,(2,3))" from latexify(:(1,(2,3))) How can I get L"(1,(2,3))" from latexify(:(1,(2,3)))? Apr 3, 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

1 participant