Initial commit

This commit is contained in:
2024-08-17 20:38:14 +02:00
commit 203bd9b8bc
8 changed files with 341 additions and 0 deletions

19
example.typ Normal file
View File

@@ -0,0 +1,19 @@
// HEADER
#import "./src/summary.typ": *
#show: summary.with(
title: "Titre",
student: "John Doe",
//picture: "./myThesisPicture.svg",
year: "2024",
degree: "Systems Engineer",
field: "Infotronic",
professor: (name: "Prof. William Shakespeare", email: "william.shakespeare@hevs.ch"),
//partner: partner,
//objective: [] // one sentence with max. 240 characters, with spaces.
// body max. 1200 characters, with spaces.
)
#text(red)[Description (max. 1200 characters, with spaces.)]
#lorem(120)