co1emi11er2 / Handcalcs.jl

Julia package for converting Julia calculations into rendered latex.
https://co1emi11er2.github.io/Handcalcs.jl/stable/
MIT License
66 stars 1 forks source link

Typst Support #16

Open nathanrboyer opened 3 hours ago

nathanrboyer commented 3 hours ago

There seems to be significant enthusiasm behind a new typesetting system called Typst to replace LaTeX. I would like to be able to use this package with it.

A Latexify.jl equivalent Typstry.jl already exists, so hopefully you can just swap out the backend?

Probably a big ask, but I leave it anyway for your consideration. Thanks.

co1emi11er2 commented 3 hours ago

All of the code is heavily dependent upon the Latexify.jl package, so I don't think this is doable without a Typst equivalent of latexify.jl. It looks like Typstry is more so the equivalent to LaTeXStrings.jl right?

However, I have used the typst option for rendering in quarto and the handcalcs equations render out. Have you tried that?

nathanrboyer commented 1 hour ago

@jakobjpeters can you comment on feasibility here?