-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add templates to typst packages #3
Comments
Yes, I am already working on submitting the templates but I am still looking into how authorship works with the new template package system. |
Done. Now you can create paper from ICML/NeurIPS template in WebApp or in command line as follows. typst init @preview/bloated-neurips |
There seems to be an issue with the submitted files
should be
|
Thanks a lot! |
How to reproduce the issue? I tried to compile bootstrapped from template with FYI Import paths work as absolute/relative URLs. // Absolute path to typst file with respect to root directory (usually, `main.typ`).
#import "/logo.typ": LaTeX, LaTeXe, TeX
// Relative to current translation unit.
#import "./logo.typ": LaTeX, LaTeXe, TeX |
It would be great if these templates could be integrated into https://github.com/typst/packages since templates are now supported there.
The text was updated successfully, but these errors were encountered: