Enivex
Enivex
@laurmaedje could you edit the title to reflect #6506 ? (Or reopen that one if you prefer to keep them separate)
That would be great! Although I have some questions: Would you need to write cell{Hello}{Hello} to refer to the specific cell, or would it be possible to have the less...
cell{{1,2},{2,1},{3,4},{4,3}} Looks nicest to my eyes, and aligns the closest with usual notation for sets of tuples.
This looks great!
> PDF does not have native support for box shadows, so we have to render it into an image and then include it in the PDF. > > Suggested implementation:...
> I don't think you can easily simulate a Gaussian blur with a gradient, although I haven't tried it. But still, rasterizing would be a good enough first step, I...
Could there be a global setting for public/private by default, in addition to more granular public/private keywords?
> > Could there be a global setting for public/private by default, in addition to more granular public/private keywords? > > Perhaps, but I'm not sure if this is a...
The neighbor part is essentially a duplicate of https://github.com/typst/typst/issues/1699
Thanks, I'll definitely take a look at how even and odd are defined. Though I suspect that it would take me a significant amount of time to implement myself, since...