Erik
Erik
### Description While helping with a document on the discord server, I stumbled upon a curious bug: ```typst #let q = counter("question") #let step-show = { q.step() q.display("1") } #grid(step-show,...
### Description I have a hard time describing the issue, when line 4 is commented out the numbering disappears completely: ```typst #set heading(numbering: (..it) => { it = it.pos() let...
As discussed proposed in #2768, this adds the `depth` and `offset` parameter to the `heading` element, resolves #2768. Allowing one to set `offset: 1`, resulting in all headings to start...
This PR adds the writers and types for writing the document catalog `/AcroForms` dictionary, as well as appearance streams. This PR also cleans up and unifies the API and documentation...
In wake of #26 the API would experience a breaking change, this unavoidable if we want to support interactive forms (#25). If we break the API, we may as well...
### Description The documentation for grid states that the default value for `grid.column-gutter` is `()`, yet when setting it explicitly, it changes the behavior of grid. ```typst #grid( columns: 2,...
### Description Allow, constructing/retrieving and in return providing a different context than the context at which a `context` block is executed. Contexts are a rich feature that enable Typst users...
### Description To improve reproducibility across systems compiling a Typst document, it would be beneficial to have complete control over the parts of the compilation environment which are implicitly used....
Hayagriva should support sequences for publishers. The book I am citing was published in cooperation by MIT press and McGraw-Hill. I can of course simply put both of them into...
### Description When investigating [hydra#2](https://github.com/tingerrr/hydra/issues/2) I stumbled upon something interesting. It's regarding how locations for elements are created when show rules with leading invisible elements are involved. In the following...