This is a simple and naive template for making academic posters with Typst.
This is an ongoing, unfinished project. Use it at your own risk.
Feel free to modify it and adapt it. Please, mind the CC-BY-SA 4.0 license and respect the terms of it (respect attribution and share any derivatives under a compatible license).
Clone the repo or just copy the main file, alina-poster.typ
. Then, import it in your poster.
#import "alina-poster.typ": alina_poster, alina_block, alina_ammo_bar, alina_chip, alina_highlight, palette
Finally, to create the poster, you can initiate it as any normal Typst template.
#show: doc => alina_poster(
title: [Your title.],
authors: (
(
name: "Jérémy La Scala",
email: "jeremy.lascala@epfl.ch",
affiliation: "École Polytechnique Fédérale de Lausanne",
correspondingAuthor: true,
),
),
topAbstract: [
Your abstract.
],
footer: footer,
body: block(inset: 32pt, stack(dir: ttb, doc)),
)
It's simply the first name that came to my mind when choosing a name for this project. Next template will start with a B.
Alina Poster Template by Jérémy La Scala is licensed under Creative Commons Attribution-ShareAlike 4.0 International