Releases: daskol/typst-templates
v0.7.0
What's New
Compatibility with Typst v0.13.
This long-overdue release fixes usage of the API that changed in Typst v0.13. As usual, blind-cvpr,
bloated-neurips, classic-jmlr, clear-iclr, lucky-icml, pioneering-rlj, andsmooth-tmlr templates are available online in the Typst.
What's Changed
- chore(icml): fixed small error by @0xflotus in #30
- chore(jmlr): fixed small error by @0xflotus in #31
- chore(icml): enabled syntax highlighting for diff by @0xflotus in #32
- Make NeurIPS template compatible with Typst v0.13 by @daskol in #36
- Add external reference to ACL template by @alexanderkoller by @daskol in #38
- Fix NeurIPS 2025 citation style by @daskol in #41
- Make TMLR template compatible with Typst v0.13 by @daskol in #43
- Enable template rendering in on-commit pipelines by @daskol in #47
- Update templates to be used with Typst v0.12.0 by @daskol in #26
- Make ICLR template compatible with Typst v0.13 by @daskol in #44
- Parse BST-files with
tree-sitterby @daskol in #54 - Prepare public release for
typst@v0.13.1by @daskol in #61
New Contributors
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's New
In this release, we have added a new template and update existing one! The new template is registered under the name pioneering-rlj and provides styling rule for upcoming RLJ 2025, one of the largest conferences on reinforcement learning. And some fixes has been done for bloated-neurips template. As usual, the templates are available online in Typst WebApp or in your local environment.
typst init @preview/pioneering-rljIssues
New Contributors
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's New
In this release, we have added a new template and update existing one! The new template is registered under the name blind-cvpr and provides styling rule for upcoming CVPR 2025, one of the largest conferences on computer vision. The one a template for the upcoming submission to CVPR 2025. As usual, the templates are available online in Typst WebApp or in your local environment.
typst init @preview/blind-cvprIssues
- @daskol made NeurIPS template extensible and adjust it to NeurIPS 2024 (#12).
- @LeeWlving adjusted CVPR citation format and footer (#19).
- @daskol fixed caption alignment in (#20).
New Contributors
- @LeeWlving made their first contribution in #19.
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's New
In this release, we have added two new templates! The first one is a template for JMLR, a classic journal in a machine learning research area (#10). The one a template for the upcoming submission to ICLR 2025 (#17). As usual, the templates are available online in Typst WebApp or in your local environment. The templates are available under package names classic-jmlr and clear-iclr respectively.
typst init @preview/classic-jmlr
# or
typst init @preview/clear-iclrIssues
- @daskol fixed figure alignment in TMLR template (#6).
- @wade-cheng fixed a typo ICML 2024 template (#13).
New Contributors
- @wade-cheng made their first contribution in #13.
Full Changelog: v0.3.0...v0.4.0
v0.3.0
New TMLR template has been released and submitted to Typst packages. To use this template in the Typst WebApp, click Start from template on the dashboard and pick the smooth-tmlr template.
Alternatively, you can use the CLI to kick this project off using the command
typst init @preview/smooth-tmlrHere is a title page of example TMLR paper.
Full Changelog: v0.2.1...v0.3.0
v0.2.1
All ICML and NeuRIPS templates have been submitted to and published in Typst packages. You can use this template in the Typst WebApp by clicking Start from template on the dashboard and searching for a template (e.g. lucky-icml or bloated-neurips).
Alternatively, you can use the CLI to kick this project off using the command
typst init @preview/lucky-icmlFull Changelog: v0.2.0...v0.2.1
v0.2.0
Major Changes
- New Typst tempalte were added: NeurIPS 2023.
- A plain and simple Python script for colorizing annotations were added as well.
