PgBiel
PgBiel
Currently, the table is drawn using a single-column grid with every _row group_, that is, every set of rows that is inseparable due to being rowspans (or due to being...
Consider having built-in [diagbox](https://github.com/PgBiel/typst-diagbox) support for tablex cells.
### Description 0.12 regression (appears to work in 0.11.1) Reproducer: ```typ #set page(height: 10pt, margin: (top: 9pt)) #block(height: 100%)[] ``` Compiling with `typst c doc.typ`: ``` thread 'main' panicked at...
Closes https://github.com/gleam-lang/gleam/issues/1562 ~~Still WIP (finishing the details regarding the duplicate module check)~~ Changes: - FFI files in subdirectories are now copied. For JavaScript specifically, they can be used as `@external(javascript,...
Proposed additions: - Mention that `raw` is not suitable for formatted content - Add information about the default `raw` style - Font: DejaVu Sans Mono - Size: `0.8em` - Briefly...
### Description Right now, any lines at the top and bottom of tables and grids are always repeated: ```typ #set page(width: auto, height: 9em) #table( table.hline(stroke: red), [a], [a], [a],...
Solves part of #5375 and https://github.com/typst/typst/issues/5377 - Table headers can now be placed **at any row, not only the first** (then, they will repeat starting on the next page). -...
Closes #11 - [x] Support `{:.5}` (precision) - [x] Support `{:e}` (scientific notation) - [x] Test normalization - [x] Support signed zero - [ ] More tests
So we can add more options in the future without breakage.
- Implemented upstream on Gleam 1.9.0. - Need to add support for it in `loadGlistixPackage`. - Might need manual hashes, like Rust's `cargoHash`, for purity.