Enivex
Enivex
Here's a somewhat arbitrary example of an equation I just had to write using typst: (I've added linebreaks for clarity) ```typ $ kappa(lambda) := inf_(u in H_0^1(Omega), u equiv.not 0)...
The list on https://typst.app/docs/reference/layout/h/ mentions thin, med, thick, quad and wide, but not how large these spaces actually are.
> Over time it grew into to a full-fledged fork addressing many of the bugs in the Libertine fonts. https://github.com/alerque/libertinus (Note that the web app already has the math font...
### Description I want the ability to make a cell with row-span repeat on the next page if the page breaks. ### Use Case Here's a table where the left-most...
### Description ```typst $ #box(stroke:.1pt,$ overline(y) $) #box(stroke:.1pt,$ macron(y) $) \ #box(stroke:.1pt,$ underline(y) $) $ ``` renders as  As you can see, there is empty space above the overline,...
### Description The [microtype](https://ctan.org/pkg/microtype?lang=en) package in LaTeX provides several microtypographical features. The two main ones, enabled by default in pdfTeX and luaTeX, are protrusion and expansion. Typst already supports a...
### Description ```typ $p/q$ #box($p/q$) ```  ### Reproduction URL _No response_ ### Operating system _No response_ ### Typst version - [X] I am using the latest version of Typst
### Description According to https://www.unicode.org/charts/PDF/U1F780.pdf are ordered by size as follows: 22C5 < 2219

The result of rowspanx and colspanx is making a single tall or wide cell. I'd like to have counterparts colrepx and rowrepx that repeat the content of a cell. This...