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

TeXForm doesn't seem to evaluate #44

Open
light-matters opened this issue Apr 26, 2024 · 1 comment
Open

TeXForm doesn't seem to evaluate #44

light-matters opened this issue Apr 26, 2024 · 1 comment
Labels
question Further information is requested UX User/developer eXperience

Comments

@light-matters
Copy link
Contributor

(eval (w/TeXForm (w/Power 'x 100)))

should result in a TeX string but doesn't seem to evaluate. There's no error but the expression is just returned literally.

@light-matters light-matters added the bug Something isn't working label Apr 26, 2024
@light-matters
Copy link
Contributor Author

light-matters commented May 7, 2024

I think this is resolved. If I do

(eval (w/ToString (w/TeXForm (w/Power 'x 100)))

then I get the expected result:

"x^{100}"

.

I believe that this is something to do with how Wolfram deals with different types of display "Form". My crude way of understanding it is that Wolfram doesn't see the need to evaluate this any further outside of the UI. Maybe we should ask for details from the Wolfram guys? (@holyjak )

@light-matters light-matters added question Further information is requested UX User/developer eXperience and removed bug Something isn't working labels May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested UX User/developer eXperience
Projects
None yet
Development

No branches or pull requests

1 participant