Minimal setup

This commit is contained in:
2026-01-30 23:23:21 +01:00
parent c3809571ad
commit ffc32581d8
10 changed files with 134 additions and 3 deletions

17
main.typ Normal file
View File

@@ -0,0 +1,17 @@
#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.