diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-10-08 17:58:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-08 15:58:05 +0000 |
| commit | 9ee80762a55c0d173664d9ac33cb762b79341a96 (patch) | |
| tree | 2119100443568e8783554454a500ec34cbf0f5d5 /tests | |
| parent | b7725a7442a0d92ed6e1b4851e33979f9e340283 (diff) | |
Disable line numbers for block equations (#5163)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/line-numbers-equation-number.png | bin | 0 -> 428 bytes | |||
| -rw-r--r-- | tests/suite/layout/line-numbers.typ | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/tests/ref/line-numbers-equation-number.png b/tests/ref/line-numbers-equation-number.png Binary files differnew file mode 100644 index 00000000..9b4959eb --- /dev/null +++ b/tests/ref/line-numbers-equation-number.png diff --git a/tests/suite/layout/line-numbers.typ b/tests/suite/layout/line-numbers.typ index 25f96d98..10241976 100644 --- a/tests/suite/layout/line-numbers.typ +++ b/tests/suite/layout/line-numbers.typ @@ -247,3 +247,12 @@ Line 3 [DDD], [DDD], [This is], move(dy: 3pt)[tough] ) + +--- line-numbers-equation-number --- +#set page(margin: (left: 2.5em)) +#set par.line(numbering: "1") +#set math.equation(numbering: "(1)") + +A +$ x $ +B |
