Releases: daskol/typst-templates
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-cvpr
Issues
- @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-iclr
Issues
- @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-tmlr
Here 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-icml
Full 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.