Remix.run Logo
robin_reala 10 hours ago

I’ve used neither Latex or Typst, but how are they at producing accessible PDFs?

reknih 9 hours ago | parent | next [-]

We're pretty close, actually. The PRs for accessible PDFs [^1] and their associated documentation [^2] are landing next week.

[^1]: https://github.com/typst/typst/pull/6619

[^2]: https://github.com/typst/typst/pull/6905

nicce 10 hours ago | parent | prev | next [-]

They aren’t fully compatible yet but there is a lot of work going on now because of the new EU legistlation. LaTeX is closer.

E.g

https://github.com/typst/typst/issues/133

https://www.latex-project.org/news/2024/03/27/PDFUA2-example...

https://latex3.github.io/tagging-project/

flokl 9 hours ago | parent | prev [-]

Typst will support PDF/UA-1 with the upcoming version 0.14. Pull with the current progress: https://github.com/typst/typst/pull/6619