On how to reach the looked for functionality concerning use-external-katex #15
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: suzanne.soy/scribble-math#15
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Thank you @SuzanneSoy for the previous coding regarding the proposed functionality associated with use-external-katex. I apollogize for the lack of continuity.
Recently I found the reason why it didn't work as expected: In the file dollar.rkt, all the instances of the identifiers in the following list, have to be defined as functions (and called as such), that is between parentheses, in order to be evaluated in a dynamical way.
And similarly for the mathjax case:
After doing the indicated changes (in my local installation), the proposed functionality worked as expected.
Thank you very much for all the previous support on this issue.
I hope these changes can be implemented in order to be able to use the scribble-math package with students and colleagues in multiple documents in a more practical way.
Best regards.