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

underscores in variable names not displaying correctly #106

Closed
huu4ontocord opened this issue Nov 15, 2022 · 1 comment
Closed

underscores in variable names not displaying correctly #106

huu4ontocord opened this issue Nov 15, 2022 · 1 comment
Assignees

Comments

@huu4ontocord
Copy link

@latexify.function
def solve(a_a, b, c):
return (-b + math.sqrt(b**2 - 4a_ac)) / (2*a_a)

solve # Display the MathJax.

Will produce the variable a, with the next a as a subscript, instead of displaying the underscore.

@odashi
Copy link
Collaborator

odashi commented Nov 15, 2022

@ontocord Thanks for reporting! This problem is currently tracked by #82.

@odashi odashi closed this as not planned Won't fix, can't repro, duplicate, stale Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants