Thesis-HEI-summary-template/example.typ

20 lines
517 B
Plaintext
Raw Permalink Normal View History

2024-08-17 18:38:14 +00:00
// 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)