20 lines
517 B
Plaintext
20 lines
517 B
Plaintext
|
// 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)
|