Jakob Krell
Jakob Krell
Hmm I was looking at the CI [Build and deploy documentation](https://github.com/JuliaPlots/MakieTeX.jl/actions/runs/10376084761/job/28727188920?pr=55), which seems like it's not finding v0.3.0 and failing there. But the CI [Test](https://github.com/JuliaPlots/MakieTeX.jl/actions/runs/10376084761/job/28727189172?pr=55) seems to have installed it...
Hi! There isn't a helper feature for this, but the "low"-level interface works. I think that with some tweaks, `render` could support this. ```julia-repl julia> write("document{p}.typ", typst""" \(preamble) hi #pagebreak()...
You're welcome, and awesome! I'll leave this open until I look into supporting multiple pages with `render`.
It works with the existing `render` function! I added some documentation for it. > !!! info Typst requires the `output` path to contain a page number template `{p}` when compiling...
That's really cool! I hadn't known about mitex either. It might be useful to use a context parameter to import mitex automatically such as: ```julia mitex(tc) && print(io, "#import \"@preview/mitex:0.2.4\":...
> I personally like the way Latexify.jl allows for the changing of settings. You can see it here: https://korsbo.github.io/Latexify.jl/stable/#Setting-your-own-defaults. I agree this is good design. The next release will use...
> This would essentially be the render function that prints each piece. It basically just opens an io and then adds the_expr |> TypstString |> show_typst to each expression. Missed...
> An interactive Pluto file to typst output Do you mean rendering a cell or the entire file? Rendering a cell already works in Pluto and Jupyter. It doesn't currently...
Oh my documentation says it works in Quarto, maybe I fixed it. Guess I'll have to check haha
> At work it’s a pain to get things unblocked due to security measures so it has been hard trying to use quarto somewhat which relies on so many executables....