21 lines
350 B
Typst
21 lines
350 B
Typst
#import "@local/uniforlife-document:0.0.1": document
|
|
|
|
#document(
|
|
title: [Antigravity cuisine],
|
|
task: [Recipe for fried eggs],
|
|
university: [University of Graz],
|
|
institute: [Uni for Life],
|
|
course: [Cooking 101],
|
|
instructor: [Lady Gaga],
|
|
author: [John Doe],
|
|
lang: "de",
|
|
)[
|
|
|
|
#lorem(100)
|
|
|
|
#lorem(200)
|
|
|
|
|
|
// #bibliography("refs.bib")
|
|
]
|
|
|