Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/angle-to-chevron.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/symbols-from-codex.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# tex-to-typst

## 0.0.21

### Patch Changes

- [#38](https://github.com/continuous-foundation/tex-to-typst/pull/38) [`0652cb8`](https://github.com/continuous-foundation/tex-to-typst/commit/0652cb81b701bcb64bace7250f5a198d8ba8f437) Thanks [@rowanc1](https://github.com/rowanc1)! - Replace deprecated `angle.l`/`angle.r` output with `chevron.l`/`chevron.r` for `\langle`, `\rangle`, and `\left\langle`/`\right\rangle`.

- [#40](https://github.com/continuous-foundation/tex-to-typst/pull/40) [`d1645fd`](https://github.com/continuous-foundation/tex-to-typst/commit/d1645fda70bdd8550e7e13db568069c66decd484) Thanks [@rowanc1](https://github.com/rowanc1)! - Add a generated `src/symbols.ts` table (built from `scripts/symbols.html` via `bun run generate:symbols`) that augments `typstMacros` with hundreds of additional LaTeX-to-Typst symbol mappings. Curated mappings continue to take precedence over the generated defaults, and deprecated Typst names are skipped.

## 0.0.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tex-to-typst",
"version": "0.0.20",
"version": "0.0.21",
"description": "Translate tex math code to typst",
"keywords": [
"Typst",
Expand Down
Loading