Initial commit
This commit is contained in:
19
example.typ
Normal file
19
example.typ
Normal 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)
|
||||
Reference in New Issue
Block a user