3
0
Fork
You've already forked typst-assets
0
Assets such as logos commonly used in ERAA documents
  • Shell 60%
  • Typst 20.5%
  • Just 19.5%
2026年05月12日 19:01:21 +02:00
.github/workflows update release action 2026年04月22日 22:39:09 +02:00
docs v0.1.2 2026年05月12日 17:49:20 +02:00
gallery Initial commit 2026年02月12日 00:26:12 +01:00
scripts Initial commit 2026年02月12日 00:26:12 +01:00
src add preliminary logo 2026年05月12日 17:13:30 +02:00
tests/unit1 configure package metatada 2026年02月12日 00:27:29 +01:00
.gitignore Initial commit 2026年02月12日 00:26:12 +01:00
.typstignore Initial commit 2026年02月12日 00:26:12 +01:00
CHANGELOG.md fix changelog dates 2026年05月12日 19:01:21 +02:00
Justfile Initial commit 2026年02月12日 00:26:12 +01:00
LICENSE Initial commit 2026年02月12日 00:26:12 +01:00
README.md v0.1.2 2026年05月12日 17:49:20 +02:00
thumbnail-dark.svg Initial commit 2026年02月12日 00:26:12 +01:00
thumbnail-light.svg Initial commit 2026年02月12日 00:26:12 +01:00
typst.toml v0.1.2 2026年05月12日 17:49:20 +02:00

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.