Julien Barnier
Julien Barnier
@wirhabenzeit Yes, I was thinking about templates, and I've also seen that typst is able to load data from xml document: https://typst.app/docs/reference/data-loading/xml/ This data import mechanism may be too basic...
@wirhabenzeit This is great ! I'm currently working on this, I'll try to release a test version very soon. Thanks a lot, as I am not familiar with typst it...
I just merged a modified version of this PR. I integrated the TypstRenderer into the JsdomRenderer. A new `format` argument can be used either when creating the renderer object, or...
Thanks for your feedback ! 1. Your first point should now be fixed, thanks for pointing it out. 2. I agree with your second point. When the jsdom renderer produces...
You're right about Roboto and Noto Sans. The right arrow in Noto Sans seems to be available in Noto Sans Symbols and Noto Sans Math, which are installed by default...
If you planned to test the new output formats in the days to come, I wanted to warn you that I just introduced two breaking changes in the development version....
In fact you can pass a `format` argument to `Obsplot()`, to an instance of `Obsplot` and to `Plot.plot()`: ```python # Default format op = Obsplot(format="png") # Override default format op({},...
I referenced your answer to continue the discussion in #37
Indeed, you're right, as static annotations use the same mark as dynamic tips, they are not supported by the jsdom renderer. This may be because jsdom doesn't support pointer interactions,...
I'm not sure I would be able to implement this given the way python `Plot` methods are automatically generated, but this is indeed a very valid suggestion. I keep this...