PgBiel

Results 402 comments of PgBiel

I'll keep this open while we decide regarding the inclusion of the non-standard PMID and PMCID fields. However, it is at least now possible to cite from PubMed sources and...

In principle they are just auto columns, separate lists are separate grids so they aren't in the same column. The underlying problem has the same cause as the centering equations...

I'm pretty sure the space there doesn't make much of a difference since what comes after it is also a space, but, if it's really necessary, you can write `#[https://...]#h(1fr)`.

The problem here is that lines are broken down into one line (cell border) for each cell they span: https://github.com/PgBiel/typst-tablex/blob/3a45350240e997165cc1be3520173f6d6ea3723f/tablex.typ#L1505-L1512 This could be fixed by changing the line breaking algorithm....

Is this really a problem though? I personally prefer `inf` to the equivalent Unicode symbol in this context, so I'd take it as more of a design decision than a...

As a workaround, you can likely store the original location in some write-once state and use it to retrieve counters with `.at(loc)`, and, with that, build a custom "heading" (maybe...

Hi, thanks for the contribution. Can you provide a sample of how the error looks like before vs now?

Had this problem for the first time today - Steam would appear on the system tray but display no window. NixOS 23.11 (Tapir), KDE Plasma 5.27.11, Wayland session. Steam client...

> I didn't have the issue for quite some time now. Anybody still experiencing this issue? Can confirm it doesn't seem to be happening anymore (Steam build 1716584667). Hope it...

> - When p is finite, it computes `(sum_x abs(x)^p)^(1/p)` > > (...) > Not sure whether it would make sense to support Decimals... cc: @PgBiel Probably not, given the...