JuliaPlots / MakieTeX.jl

TeX integration in Makie
MIT License
86 stars 12 forks source link

[WIP] Allow anything to `convert` to a doc if it's showable to that mimetype #49

Open asinghvi17 opened 4 weeks ago

asinghvi17 commented 4 weeks ago

This allows e.g. convert(TEXDocument, some_latex_showable_thing) or convert(TypstDocument, ::SummaryTable) to just work!