Example ref

This commit is contained in:
2026-01-30 23:38:42 +01:00
parent 31f82b848c
commit 9d3594a483
5 changed files with 16 additions and 5 deletions

View File

@@ -1,17 +1,18 @@
#import "@preview/ilm:1.4.2": *
#set text(lang: "en")
#set text(lang: "de")
#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.],
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.
Literate programming @knuth:1984 in typst after Knuth?