Skip to content

Update to Typst v0.14.x#48

Merged
johanvx merged 7 commits intomainfrom
feat/update-with-typst-0.14.0
Apr 9, 2026
Merged

Update to Typst v0.14.x#48
johanvx merged 7 commits intomainfrom
feat/update-with-typst-0.14.0

Conversation

@johanvx
Copy link
Copy Markdown
Owner

@johanvx johanvx commented Nov 21, 2025

Add some updates with the 0.14.0 version:

  • Replace the customized title with the new title element available as from Typst 0.14.0.
  • Use scr (from Typst 0.14.0) for math script letters.
  • Use new symbols and variants, such as aleph for $\aleph$, dot.o for $\odot$.
  • Make the document accessible by following Accessibility Guide.

For accessibility, PDF/UA-1 export is turned on with --pdf-standard ua-1, but I haven't tested the document with any tools mentioned in Accessibility Guide.

Resolves #49.

The title element is first added in typst 0.14.0.

See https://typst.app/docs/reference/model/title/ for more information.
Replace x with y:
- alef -> aleph
- diff -> partial
- plus.circle -> plus.o
- minus.circle -> minus.o
- planck.reduce -> planck
- dot.circle -> dot.o
- times.circle -> times.o
- \u{2298} -> slash.o
- angle.l -> chevron.l
- angle.r -> chevron.r
@johanvx johanvx changed the title Update with typst 0.14.0 Update to Typst v0.14.x Dec 25, 2025
@johanvx johanvx mentioned this pull request Feb 25, 2026
johanvx added 2 commits April 10, 2026 02:10
Support compiling with `--pdf-standard ua-1`.

Introduce a shortcut `eqn` for `math.equation` and update all math
examples to use it, adding descriptive `alt` text for accessibility.
This improves clarity and screen reader support throughout the document.
@johanvx johanvx force-pushed the feat/update-with-typst-0.14.0 branch from 8191a54 to 264e07a Compare April 9, 2026 18:21
@johanvx johanvx marked this pull request as ready for review April 9, 2026 18:25
@johanvx johanvx force-pushed the feat/update-with-typst-0.14.0 branch from e00a96a to ef1eb8c Compare April 9, 2026 18:36
Bump versions in all workflow files for improved reliability and
security.

- actions/checkout to v6,
- actions/upload-artifact to v7,
- tj-actions/changed-files to v47, and
- EndBug/add-and-commit to v10
@johanvx johanvx force-pushed the feat/update-with-typst-0.14.0 branch from ef1eb8c to b1c6475 Compare April 9, 2026 18:38
@johanvx johanvx merged commit 84c7f3c into main Apr 9, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Angle Brackets

1 participant