Tracl is a Typst template for writing papers for the *ACL series of conferences with Typst (ACL, EACL, NAACL, EMNLP, etc.).
It implements the official ACL paper formatting guidelines and is modeled after the LaTeX style. Tracl is the Typst Reconstruction of the ACL style.
Tracl was developed by Alexander Koller, out of a personal desire to use Typst to write ACL papers. It is not officially supported by the ACL is the Association for Computational Linguistics.
The usage of the ACL style is documented in main.pdf. An example of a full paper prepared with tracl is here.
The official ACL style uses fonts which are not preinstalled with Typst. You can still compile your Typst document with the ACL style, but it will use fallback fonts and not look like an ACL paper. You should therefore download these fonts and make them available to Typst. They are licensed under open licenses.
- For the "Times" font, download Nimbus Roman No9 L. (This is the font that the "times" package of TexLive actually uses.)
- For the "sans serif" font, download Nimbus Sans. (This is a replacement for Helvetica.)
- For the monospace ("typewriter") font, download Inconsolata.
If you are working in the Typst web app, copy all font files (*.otf and *.ttf) into the top level of your Typst project. If you are working offline, you can install them into your system.
The ACL style for Typst is distributed under the Apache License 2.0.
The SVG example picture in pics/spec-paths-cubic01.svg
is (c) 2016 openscad under an MIT License. It comes from this Github repository.