diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-02-27 11:05:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-27 10:05:16 +0000 |
| commit | 145723b1ef4fa23f1f6665b8907dfe79d0bf83cf (patch) | |
| tree | 02a7de661ddd5dafa75dfce3e3c8b45a7333b9dc /tests/typ/bugs/math-realize.typ | |
| parent | e9ee00a7c0df083663ff5ccca162238b88525e14 (diff) | |
New context system (#3497)
Diffstat (limited to 'tests/typ/bugs/math-realize.typ')
| -rw-r--r-- | tests/typ/bugs/math-realize.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/bugs/math-realize.typ b/tests/typ/bugs/math-realize.typ index d7991542..10d8b78e 100644 --- a/tests/typ/bugs/math-realize.typ +++ b/tests/typ/bugs/math-realize.typ @@ -4,7 +4,7 @@ --- #let my = $pi$ #let f1 = box(baseline: 10pt, [f]) -#let f2 = style(sty => f1) +#let f2 = context f1 #show math.vec: [nope] $ pi a $ |
