typst/crates
Laurenz 72d8a9c89a Fix duplicate state manipulation
The flow layouts footnotes twice in some cases, which messed up the Vt's locator state. Typically, we use `thing.measure` instead of `thing.layout` to prevent side effects, but in this case it was simpler to just undo the modification. A future layout engine rewrite should try to make this kind of error harder to make.

Fixes #1597
2023-09-18 10:51:29 +02:00
..
typst Fix duplicate state manipulation 2023-09-18 10:51:29 +02:00
typst-cli Bump dependencies 2023-09-13 14:44:45 +02:00
typst-docs Touch up docs a little 2023-09-13 15:43:54 +02:00
typst-library Fix duplicate state manipulation 2023-09-18 10:51:29 +02:00
typst-macros Better proc macros 2023-09-11 14:38:54 +02:00
typst-syntax Fix missing capturing of assignments 2023-09-16 20:41:44 +02:00