Skip to content

Commit e58882c

Browse files
committed
Bump version to 0.3.2
1 parent 33600cd commit e58882c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ Some notes about these parameters:
2525
&= sqrt(p^2 c^2 + m^2 c^4) #<long> $
2626
```
2727

28-
In Typst versions prior to v0.12.0, equation numbers were centered in equation blocks, even for single-line equations. This package corrects that behavior by aligning numbers with the baseline of the equation lines instead. Typst v0.12.0 has an internal fix for this, but the package's layout adjustments remain in place for backward compatibility with earlier versions.
29-
3028
### The revoke label
3129

3230
The `<equate:revoke>` label can be used on an equation or a specific equation line for the following purposes:
@@ -56,7 +54,7 @@ Since this package reimplements the equation alignment system in pure Typst, it
5654
## Example
5755

5856
```typ
59-
#import "@preview/equate:0.3.1": equate
57+
#import "@preview/equate:0.3.2": equate
6058
6159
#show: equate.with(breakable: true, sub-numbering: true)
6260
#set math.equation(numbering: "(1.1)")

typst.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "equate"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
entrypoint = "src/lib.typ"
55
compiler = "0.12.0"
66
authors = ["Eric Biedert"]

0 commit comments

Comments
 (0)