PgBiel

Results 402 comments of PgBiel

Also, this approach might enable us to use just `layout` to figure out page turns, which would speed things up a lot (by not depending on `locate`).

This doesn't really seem viable considering Typst's current model, where World implementations are given a good degree of freedom to manipulate the laid out document in various ways. (Although I...

> Any plans to support automatic copy-paste from Word This is something the library can't do, sadly (the library is just a .typ file); please open a feature request issue...

It has also been discussed on Discord (https://discord.com/channels/1054443721975922748/1088371919725793360/1346283645907767389) that perhaps we should associate `\texttt` in the LaTeX guide to `#text(font: "monospace font here")[...]`. However, I'll note that the concrete case...

Good call, I'll get back to it soon :+1:

Regarding numbered equations having line numbers, see https://github.com/typst/typst/issues/5130#issuecomment-2395060258 By default, equations themselves have no line numbers since they have no paragraphs. We could consider adding an explicit disable rule by...

> https://github.com/typst/hayagriva/actions/runs/12382653188/job/34563808908?pr=262 > > Executing > > ```shell > HAYAGRIVA_ARCHIVER_UPDATE=1 cargo test --features csl-json > ``` > > fixes the error. > > I have no idea if it's something...

It helps me while reviewing so I ensure your PR isn't doing more than it should.

We discussed this among the team, and we were in agreement that using `-1` to represent something _after_ the last position seems inconsistent / awkward - we reached the same...

The solution proposed in the linked Discourse post, without modifications, is generally impractical as it is too slow (demonstrated later below), presumably due to the hacks for functions with any...