mirror of
https://gitlab.gwdg.de/j.hahn02/ws-numerik.git
synced 2026-03-01 19:32:42 +01:00
18 lines
472 B
Typst
18 lines
472 B
Typst
#import "@preview/ilm:1.4.2": *
|
|
|
|
#set text(lang: "en")
|
|
|
|
#show: ilm.with(
|
|
title: [Numerik Portfolio],
|
|
author: "Tom Witjes, Jonas Hahn, Noah Dechant und Jakob",
|
|
date: datetime(year: 2026, month: 02, day: 02),
|
|
abstract: [Methoden und Ergebnisse des Numerik Portfolios im Wintersemester 2026.],
|
|
bibliography: bibliography("refs.bib"),
|
|
figure-index: (enabled: true),
|
|
table-index: (enabled: true),
|
|
listing-index: (enabled: true),
|
|
)
|
|
|
|
// Your content goes below.
|
|
|