PgBiel

Results 402 comments of PgBiel

> I cannot reproduce it on the web app (see below link), but with the same code, it can be reliably reproduced on my laptop. Which Typst version are you...

Same happens on footers. Strange... Thanks for reporting.

Adding `repeat: false` to header or footer fixes it. Additionally, this doesn't happen within unbreakable rows in general (`table.cell(breakable: false)[@citation]` isn't enough to trigger the bug; the cell has to...

I've tested further, and this only happens in the first page of the table with a repeated header. That is, if you write ```typ #table( table.header([#context { if here().page() ==...

I think the main problem here is that alignment in math equations and text alignment are currently treated as two very separate things, so this behavior comes off as surprising....

> Actual integers larger than 64 bits sound like scope creep for a typesetting system. Plenty of "real" programming languages do not have them either. To be fair, they could...

(This is already being worked on by the way, in case there are any interested contributors)

@fedemp From my tests, indeed `^P` seems to be visually broken inside containers; however, as a workaround, you can press `^P` followed by a space and the command to be...

It's working fine in my Linux on 1.19.4 (using NixOS 23.05 as distro, KDE Plasma 5.27 as DE). Maybe the bug was fixed in the latest MC versions (or mod...

The caption part is being worked on (seems like a large update regarding that was merged recently), but I agree one should be able to change all other local strings...