diff --git a/.changeset/angle-to-chevron.md b/.changeset/angle-to-chevron.md new file mode 100644 index 0000000..69b8264 --- /dev/null +++ b/.changeset/angle-to-chevron.md @@ -0,0 +1,5 @@ +--- +"tex-to-typst": patch +--- + +Replace deprecated `angle.l`/`angle.r` output with `chevron.l`/`chevron.r` for `\langle`, `\rangle`, and `\left\langle`/`\right\rangle`. diff --git a/src/macros.ts b/src/macros.ts index a851c75..5ab7527 100644 --- a/src/macros.ts +++ b/src/macros.ts @@ -128,7 +128,7 @@ export const typstMacros: Record