Skip to content

Commit 192593c

Browse files
authored
chore: bump version to 0.2.5 (#186)
1 parent 83d11e4 commit 192593c

File tree

11 files changed

+40
-29
lines changed

11 files changed

+40
-29
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## 0.2.5
4+
5+
- Fix: assign correct class for lvert and rvert (https://github.com/mitex-rs/mitex/pull/172)
6+
- Fix: convert `bf` to `bold(upright(..))` (https://github.com/mitex-rs/mitex/pull/183)
7+
- Fix: remove xarrow and use stretch in typst v0.12.0 (https://github.com/mitex-rs/mitex/pull/184)
8+
- Fix: fix some symbols `\not`, `\gtreqqless` and `\gtrapprox` (https://github.com/mitex-rs/mitex/pull/185)
9+
310

411
## 0.2.4
512

Cargo.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = [
55
"OrangeX4 <[email protected]>",
66
77
]
8-
version = "0.2.4"
8+
version = "0.2.5"
99
edition = "2021"
1010
readme = "README.md"
1111
license = "Apache-2.0"
@@ -31,12 +31,12 @@ rowan = "0.15.15"
3131

3232
which = "6"
3333

34-
mitex-spec = { version = "0.2.4", path = "crates/mitex-spec" }
35-
mitex-glob = { version = "0.2.4", path = "crates/mitex-glob" }
36-
mitex-lexer = { version = "0.2.4", path = "crates/mitex-lexer" }
37-
mitex-parser = { version = "0.2.4", path = "crates/mitex-parser" }
38-
mitex = { version = "0.2.4", path = "crates/mitex" }
39-
mitex-spec-gen = { version = "0.2.4", path = "crates/mitex-spec-gen" }
34+
mitex-spec = { version = "0.2.5", path = "crates/mitex-spec" }
35+
mitex-glob = { version = "0.2.5", path = "crates/mitex-glob" }
36+
mitex-lexer = { version = "0.2.5", path = "crates/mitex-lexer" }
37+
mitex-parser = { version = "0.2.5", path = "crates/mitex-parser" }
38+
mitex = { version = "0.2.5", path = "crates/mitex" }
39+
mitex-spec-gen = { version = "0.2.5", path = "crates/mitex-spec-gen" }
4040

4141
clap = { version = "4.4", features = ["derive", "env", "unicode", "wrap_help"] }
4242
clap_builder = { version = "4", features = ["string"] }

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@ PS: `#set math.equation(numbering: "(1)")` is also valid for MiTeX.
2222
Following is [a simple example](https://github.com/mitex-rs/mitex/blob/main/packages/mitex/examples/example.typ) of using MiTeX in Typst:
2323

2424
```typst
25-
#import "@preview/mitex:0.2.4": *
25+
#import "@preview/mitex:0.2.5": *
2626
27-
#assert.eq(mitex-convert("\alpha x"), "alpha x ")
28-
29-
Write inline equations like #mi("x") or #mi[y].
27+
Write inline equations like #mi(`x`).
3028
3129
Also block equations (this case is from #text(blue.lighten(20%), link("https://katex.org/")[katex.org])):
3230

crates/mitex-cli/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ fn compile(input_path: &str, output_path: &str, is_ast: bool) -> Result<(), Erro
121121
output_path,
122122
format!(
123123
r#"
124-
#import "@preview/mitex:0.2.4": *
124+
#import "@preview/mitex:0.2.5": *
125125
{preludes_str}
126126
127127
{output}"#

fixtures/underleaf/ieee/main.typ

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
#import "@preview/mitex:0.2.4": *
2+
#import "@preview/mitex:0.2.5": *
33

44
#let res = mitex-convert(mode: "text", read("main.tex"))
55
#eval(res, mode: "markup", scope: mitex-scope)

packages/mitex-web/src/main.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const App = () => {
5858
van.derive(async () => {
5959
if (fontLoaded.val) {
6060
svgData.val = await $typst.svg({
61-
mainContent: `#import "@preview/mitex:0.2.4": *
61+
mainContent: `#import "@preview/mitex:0.2.5": *
6262
#set page(width: auto, height: auto, margin: 1em);
6363
#set text(size: 24pt);
6464
${darkModeStyle.val}
@@ -128,7 +128,7 @@ const App = () => {
128128
CopyButton(
129129
"Copy with template and imports",
130130
van.derive(
131-
() => `#import "@preview/mitex:0.2.4": *\n
131+
() => `#import "@preview/mitex:0.2.5": *\n
132132
#math.equation(eval("$" + \`${output.val}\`.text + "$", mode: "markup", scope: mitex-scope), block: true)`
133133
)
134134
),

packages/mitex/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## 0.2.5
4+
5+
- Fix: assign correct class for lvert and rvert (https://github.com/mitex-rs/mitex/pull/172)
6+
- Fix: convert `bf` to `bold(upright(..))` (https://github.com/mitex-rs/mitex/pull/183)
7+
- Fix: remove xarrow and use stretch in typst v0.12.0 (https://github.com/mitex-rs/mitex/pull/184)
8+
- Fix: fix some symbols `\not`, `\gtreqqless` and `\gtrapprox` (https://github.com/mitex-rs/mitex/pull/185)
9+
10+
311
## 0.2.4
412

513
- Fix `\boxed` command.

packages/mitex/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PS: `#set math.equation(numbering: "(1)")` is also valid for MiTeX.
2222
Following is [a simple example](https://github.com/mitex-rs/mitex/blob/main/packages/mitex/examples/example.typ) of using MiTeX in Typst:
2323

2424
```typst
25-
#import "@preview/mitex:0.2.4": *
25+
#import "@preview/mitex:0.2.5": *
2626
2727
#assert.eq(mitex-convert("\alpha x"), "alpha x ")
2828

packages/mitex/examples/example.typ

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
#set page(width: 500pt, height: auto, margin: 1em)
44

5-
#assert.eq(mitex-convert("\alpha x"), "alpha x ")
6-
7-
Write inline equations like #mi("x") or #mi[y].
5+
Write inline equations like #mi(`x`).
86

97
Also block equations (this case is from #text(blue.lighten(20%), link("https://katex.org/")[katex.org])):
108

packages/mitex/typst.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mitex"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
entrypoint = "lib.typ"
55
authors = ["Myriad-Dreamin", "OrangeX4", "Enter-tainer"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)