-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Description
Currently, it seems to me that TexSoup treats the content of a math environment (
Is there any way to get a structured representation of this content too? I was thinking of getting a string representation of the inside of
To be even more concrete, here is an example of a task I am interested in performing:
- Find all instances of
\infer{A}{B}within a math environment and replace it by\infer{B}{A}where A and B could be arbitrary Latex code.
Could one use TexSoup to do this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels