You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a reasonable proposal? (I may be interested in implementing it)
Typst is another typesetting engine that also allows math mode.
Unlike TeX, it is written in Rust and I think more amenable to directly linking to it instead of interface through clunky command-line. Which should also provide some speed boost.
The text was updated successfully, but these errors were encountered:
I'm not sure I understand exactly what you are proposing. Here is my best guess:
Create a version of Asymptote that uses Typst internally instead of TeX. (Any file with labels would probably need to be specialized for either the TeX or Typst backend, since their notations are not compatible.)
Create some way to use Asymptote from Typst, analogous to the asymptote or asypictureB package.
Typst supports WebAssembly plugins... Maybe Asymptote could be compiled to wasm, replacing the pieces that use TeX by code that communicates with the typst instance through the plugin API? Then things would work transparently for the user without the need to install anything (just write import "asymptote:version" in the typst document and typst would download and run the wasm plugin when compiling the document).
Is this a reasonable proposal? (I may be interested in implementing it)
Typst is another typesetting engine that also allows math mode.
Unlike TeX, it is written in Rust and I think more amenable to directly linking to it instead of interface through clunky command-line. Which should also provide some speed boost.
The text was updated successfully, but these errors were encountered: