27 lines
351 B
Plaintext
27 lines
351 B
Plaintext
#import "lab.typ" : laboratoire, question, operation
|
|
#show: doc => laboratoire(
|
|
title: "Some random lab",
|
|
course: "XYZ",
|
|
doc
|
|
)
|
|
|
|
= Section
|
|
|
|
#operation[Commencez ici]
|
|
|
|
bla bla
|
|
|
|
== Sous-section
|
|
|
|
bli bli
|
|
|
|
#operation[ Une manipulation à effectuer ]
|
|
|
|
#question[ Quelle est la réponse ? ][asd]
|
|
|
|
= Autre sous-section
|
|
|
|
blu blu
|
|
|
|
#question[xxxx][yyyyyy]
|