Conversation
The title element is first added in typst 0.14.0. See https://typst.app/docs/reference/model/title/ for more information.
`scr` is first added in typst v0.14.0. See https://typst.app/docs/reference/math/variants/#functions-scr 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
Closed
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.
8191a54 to
264e07a
Compare
e00a96a to
ef1eb8c
Compare
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
ef1eb8c to
b1c6475
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add some updates with the 0.14.0 version:
titleelement available as from Typst 0.14.0.scr(from Typst 0.14.0) for math script letters.alephfordot.oforFor 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.