We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
L"(1,(2,3))"
latexify(:(1,(2,3)))
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The current output of
latexify(:(1,(2,3)))
on Latexify v0.15.18 is:But I would like to have:
Can we produce this output with some keyword arguments?
I have looked for the documentation and tests, but I couldn't find them.
The text was updated successfully, but these errors were encountered: