Enivex

Results 51 issues of Enivex
trafficstars

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)...

math
syntax
proposal

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.

docs
good first issue
math

> 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...

feature request
text
urgent

### 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...

feature request
layout
styling

### Description ```typst $ #box(stroke:.1pt,$ overline(y) $) #box(stroke:.1pt,$ macron(y) $) \ #box(stroke:.1pt,$ underline(y) $) $ ``` renders as ![image](https://github.com/user-attachments/assets/8ba5eb7d-38e2-4501-b5ad-b7501dd9af83) As you can see, there is empty space above the overline,...

bug
math

### 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...

feature request
text

### Description ```typ $p/q$ #box($p/q$) ``` ![image](https://github.com/user-attachments/assets/f04f0bea-cb52-4c07-b7d6-77435d508309) ### Reproduction URL _No response_ ### Operating system _No response_ ### Typst version - [X] I am using the latest version of Typst

bug
math

### Description According to https://www.unicode.org/charts/PDF/U1F780.pdf are ordered by size as follows: 22C5 < 2219

bug
symbols

![63eb6d3e496a4](https://github.com/PgBiel/typst-tablex/assets/2191754/1c31d67e-26d7-4ada-a083-7b5ede6bba52)

bug
table-parity
renderer

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...

enhancement