Jakob Krell
Jakob Krell
> This feature could be facilitated by the recently released [Typstry.jl package](https://github.com/jakobjpeters/Typstry.jl). Hi, I'm the author of Typstry.jl! I'd love to help out with bringing Typst to Makie, what is...
> [MakieTeX.jl](https://github.com/JuliaPlots/MakieTeX.jl) just went through a pretty big refactor and now supports all kinds of vector formats (PDF, SVG, and of course TEX). Adding Typst support (through Typstry.jl in the...
Since MakieTeX.jl users already need to wrap their objects in things like `LTeX`, `TEXDocument`, etc, couldn't that be done internally by wrapping the `LaTeXString`s (without needing new exports)?
Here's an investigation based on how [code is evaluated](https://github.com/andreasKroepelin/TypstJlyfish.jl/blob/d409d0ed93e2a075765916a33af393b3d9202ba1/src/evaluation.jl#L42). ```julia-repl julia> s = """ using InteractiveUtils abstract type MyType end struct A
You might be able to insert an expression at the end of the module such as `$(gensym()) = ...`, and then the resulting value can be accessed from the module....
Thanks! It's a noticeable difference in the evaluation environment, so it could make sense to change this in Jlyfish. It doesn't seem very practical from the user's side (although I...
I think that CI failed because the update isn't available everywhere yet.
Also, do you want to support only the latest Typstry.jl or previous versions too?
Everything you're using is available back to v0.1.0, I'll test locally really quick.
I'm not sure what's up with the package server (if that is the issue), the new version was merged 8 hours ago. After 6 hours, I was only able to...