Fixes the nthRoots latexFunctions template string.#3427
Merged
josdejong merged 6 commits intojosdejong:developfrom Mar 26, 2025
Merged
Fixes the nthRoots latexFunctions template string.#3427josdejong merged 6 commits intojosdejong:developfrom
josdejong merged 6 commits intojosdejong:developfrom
Conversation
The $ was misplaced from the brace it was intended to be associated with.
Future: could add more functions, but kept it narrow for now.
josdejong
requested changes
Mar 20, 2025
Owner
josdejong
left a comment
There was a problem hiding this comment.
Thanks for fixing this issue and adding a test for it!
I made one inline comment, can you have a look at that?
Owner
|
I see the linter complains: |
Contributor
Author
|
I think it is good to go? |
Owner
|
Thanks 👌 |
Owner
|
Published now in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The $ was misplaced from the brace it was intended to be associated with.
When this template was selected, and attempted to be rendered in KaTeX, the following error was occurring:
katex.mjs:147 Uncaught (in promise) ParseError: KaTeX parse error: Can't use function '$' in math mode<…>For my own understanding, where do these template strings come from? Are they standard representations within the math community? Or are some of them more LaTeX centric? I'd be curious to know if there is a good resource for these conventions (like the y in nthRoots).
Thanks!