EpicEricEE / typst-equate

A Typst package for improved layout of equations and mathematical expressions.
MIT License
7 stars 0 forks source link

Crash with typst 0.12, equate.with(breakable:true) #5

Closed behinger closed 2 hours ago

behinger commented 2 hours ago
#import "@preview/equate:0.2.0": equate
#show: equate.with(breakable: true)

$ a \
& b
$

In a current document with a collaborator @ReneSkukies, I ran into this bug. This crashed ("The compiler crashed") in typst 0.12 but not typst 0.11. If I set breakable: false it works.

This is in the web-app, I dont know if I can get a stacktrace or similar

EpicEricEE commented 2 hours ago

Duplicate of #4