Has Typst had a discussion with the arXiv maintainers?

This was briefly discussed in the off-topic channel. This is basically a non-issue. CSL files can also be grabbed from GitHub - citation-style-language/styles: Official repository for Citation Style Language (CSL) citation styles. · GitHub.

The problem is fonts, mainly, I think. This exact issue can be clearly seen in this project of the recent Typst paper. The web app doesn’t have all the “usual” FOSS fonts, and some of them are not even possible to use due to size, i.e., Noto Serif CJK SC is a 23 MiB .otf font, while the limit is 20 MiB. This affects VCS-tracked files as well.

Another problem might be the complex pipeline that a work can have. Using the same paper example, the compilation requires 3 additional compilation for native PDF figures. So, if this is disallowed, I’d have to submit 3 PDF files as sources, instead of 3 Typst files as sources (for the PDF figures).

Well, and the fact that HTML is in the experimental state. Though their HTML accessibility program is also experimental/recent.

2 Likes