MD(sve)X to LaTeX! #939
-
@rowanc1 , you probably already thought of this application, but how about using myst-js to convert MDX (or MDsveX) to LaTeX? Check out this example: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Super cool, looks like you have got the latex/pdf features working locally at least? For a full working example of a We are planning lots of cleanups over the next month to make this easier, but if you want to dive in all of the pieces are referenced from that file and end up looking something like the sandbox here: The If you need other pointers around the place, let me know! We need to improve the developer docs a lot (as well as, well, all the docs!), so these questions help us prioritize various pieces. :) |
Beta Was this translation helpful? Give feedback.
Super cool, looks like you have got the latex/pdf features working locally at least? For a full working example of a
myst-demo
you can checkout the code here:https://github.com/executablebooks/myst-theme/blob/main/packages/myst-demo/src/index.tsx
We are planning lots of cleanups over the next month to make this easier, but if you want to dive in all of the pieces are referenced from that file and end up looking something like the sandbox here:
https://myst-tools.org/sandbox
The
myst-to-react
repo in@myst-theme
is essentially very very similar to mdx, and you can use different react components to override and render specific directives.If you need other pointers around the place, let me…