generated from eraa/typst-package-template
Assets such as logos commonly used in ERAA documents
- Shell 60%
- Typst 20.5%
- Just 19.5%
|
|
||
|---|---|---|
| .github/workflows | update release action | |
| docs | v0.1.2 | |
| gallery | Initial commit | |
| scripts | Initial commit | |
| src | add preliminary logo | |
| tests/unit1 | configure package metatada | |
| .gitignore | Initial commit | |
| .typstignore | Initial commit | |
| CHANGELOG.md | fix changelog dates | |
| Justfile | Initial commit | |
| LICENSE | Initial commit | |
| README.md | v0.1.2 | |
| thumbnail-dark.svg | Initial commit | |
| thumbnail-light.svg | Initial commit | |
| typst.toml | v0.1.2 | |
ERAA assets for Typst
Assets such as logos commonly used in ERAA documents.
Getting Started
To add this package to your project, first download it using typship:
typship download https://codeberg.org/eraa/typst-assets -n eraa -c v0.1.2
Then you can use this:
#import"@eraa/assets:0.1.2"#assets.logo()If you have project-specific assets too, you would normally put the import into a dedicated file:
// assets.typ#import"@eraa/assets:0.1.2":*#letmy-other-asset=image.with(...)// main.typ#import"assets.typ"#assets.logo()#assets.my-other-asset()Usage
See the manual for details.